summaryrefslogtreecommitdiff
path: root/lib/gallery.in_place_edit.js
AgeCommit message (Collapse)Author
2013-02-23#2012 - Clean up gallery.in_place_edit.js (formatting only)shadlaws
- removed extra leading whitespaces
2013-02-23#2012 - Clean up gallery.in_place_edit.js.shadlaws
- removed extend similar to previous jQuery updates (doesn't work the same with jQuery 1.4+)
2010-02-02Display the error message for the in place edit. Also improve the double ↵Tim Almdal
click guard. Fixes ticket #1000.
2010-02-01Guard the gallery.in_place_edit::_show method so that if an attempt is made ↵Tim Almdal
to show the inplace edit form multiple times, the form is only shown once. Fixes ticket #999
2009-11-071) Change the name of the form and message to g-in-place-edit-form and ↵Tim Almdal
g-in-place-edit-message. 2) Make sure the cancel button works and cleans up the dom appropriately.
2009-11-06Clean up the In place edit api:Tim Almdal
1) Only allow 1 in place edit to be active at a time (gets around the issue of using an id to identify the form 2) remove the add_ prefix from some of the api methods 3) clean up inconsistent naming
2009-11-05Refactor the in place editting in tags admin out into a separate widget as ↵Tim Almdal
part ofthe gallery module. Create the jQuery widget, form template and library to support generalized in place editting. Part of the fix for ticket #750.