All Projects → vitalets → Bootstrap Editable

vitalets / Bootstrap Editable

Licence: other
This plugin no longer supported! Please use x-editable instead!

Programming Languages

javascript
184084 projects - #8 most used programming language

This project was significally improved and renamed into X-editable

This plugin is renamed into X-editable and no longer supported! Please use X-editable to create issues!


Bootstrap Editable

In-place editing with Bootstrap Form and Popover

Demo & Documentation

http://vitalets.github.com/bootstrap-editable

Contributing

Please make all pull requests against dev branch. Thanks!

Important notes

Please don't edit files in the dist subdirectory as they are generated via grunt. You'll find source code in the src subdirectory! While grunt can run the included unit tests via PhantomJS, this shouldn't be considered a substitute for the real thing. Please be sure to test the test/*.html unit test file(s) in actual browsers.

Installing grunt

This assumes you have node.js and npm installed already.

  1. Test that grunt is installed globally by running grunt --version at the command-line.
  2. If grunt isn't installed globally, run npm install -g grunt to install the latest version. You may need to run sudo npm install -g grunt.
  3. From the root directory of this project, run npm install to install the project's dependencies.

Installing PhantomJS

In order for the qunit task to work properly, PhantomJS must be installed and in the system PATH (if you can run "phantomjs" at the command line, this task should work).

Unfortunately, PhantomJS cannot be installed automatically via npm or grunt, so you need to install it yourself. There are a number of ways to install PhantomJS.

Note that the phantomjs executable needs to be in the system PATH for grunt to see it.

License

Copyright (c) 2012 Vitaliy Potapov
Licensed under the MIT, GPL licenses.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].