2
0
forked from Wavyzz/dolibarr
Files
dolibarr-fork/htdocs/includes/jquery/plugins/editinplace/HACKING
Regis Houssin e81fb4a613 Works on edit in place function:
Add edit in place module for jquery for different input
Add ckedit module for jquery for input text with html
2010-10-18 09:37:08 +00:00

9 lines
678 B
Plaintext

Hacking
=======
To run the teststuite just open [the testrunner](spec/dom.html) in your browser of choice. (I found Webkit Nightlies to be most pleasant to debug in). For more comfort install jspec via `gem install jspec` then you can run `jspec bind --browser <yourprobwser>` in the root directory of the project to re-execute the testsuite whenever you save changes to a file.
If you don't see any tests when executing the testsuite, don't worry, it is set up to only show failing tests.
If you see an enhancement or happen to need one of the things mentioned in the [TODO](TODO) file, please don't hesitate to implement them with a testsuite to boost and send me a patch.