New items in version 0.3.2:
- New option, edit_title
- New option, on_blur
The edit_title option is text that is shown on the mouseover event. The default edit_title string in ‘Click To Edit’.
The on_blur option controls what form action should be taken when the user clicks some where else on the page (which triggers a blur event). The default is to do nothing and accepts ‘save’ and ‘cancel’. When on_blur is set to ‘save’ it is identical to clicking on the save button. When it is set to ‘cancel’ it is exactly the same as clicking on the cancel button.
Just as before you can download the release file, eip-0.3.2.tar.gz, and play with it on the example page.