shadlaws
f13f8b4a32
#2012 - Clean up gallery.in_place_edit.js (formatting only)
...
- removed extra leading whitespaces
2013-02-23 18:59:30 +01:00
shadlaws
0b7f9ef7dd
#2012 - Clean up gallery.in_place_edit.js.
...
- removed extend similar to previous jQuery updates (doesn't work the same with jQuery 1.4+)
2013-02-23 18:57:54 +01:00
Tim Almdal
370faf5f26
Display the error message for the in place edit. Also improve the double click guard. Fixes ticket #1000 .
2010-02-02 10:55:22 -08:00
Tim Almdal
519cc249c4
Guard the gallery.in_place_edit::_show method so that if an attempt is made to show the inplace edit form multiple times, the form is only shown once. Fixes ticket #999
2010-02-01 22:32:22 -08:00
Tim Almdal
e300ede3d8
1) Change the name of the form and message to g-in-place-edit-form and g-in-place-edit-message.
...
2) Make sure the cancel button works and cleans up the dom appropriately.
2009-11-07 00:05:49 -08:00
Tim Almdal
beb63a8380
Clean up the In place edit api:
...
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-06 23:05:20 -08:00
Tim Almdal
03408f3e39
Refactor the in place editting in tags admin out into a separate widget as 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 .
2009-11-05 13:00:41 -08:00