Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-07 | 1) 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-06 | Clean 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-05 | Refactor 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. |