#9888 closed enhancement (fixed)
Provide 'Save' plugin for dijit.Editor
Reported by: | Jared Jurkiewicz | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Editor | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Provide 'Save' plugin for dijit.Editor
This is a ticket for a small enhancement to editor that is useful when editing a document online, a POST-back Save button. This allows users to just click a toolbar button and send the current contents of the editor back to some POST handling URL on their server.
It's not a large plugin, which also makes it a good example for people to look at for when they want to implement a custom save style button/plugin.
Attachments (1)
Change History (4)
Changed 11 years ago by
Attachment: | Save.patch added |
---|
comment:1 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Note: See
TracTickets for help on using
tickets.
Patch to add a small save plugin + simple test for it.