Opened 13 years ago
Closed 10 years ago
#5891 closed enhancement (fixed)
Editor needs to behave more like a form widget
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | Dijit | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Editor should support onChange and form submit and form reset like other form widgets.
Change History (9)
comment:1 Changed 13 years ago by
Milestone: | 1.1 → 1.2 |
---|
comment:2 Changed 13 years ago by
Milestone: | 1.2 → 1.3 |
---|---|
Type: | defect → enhancement |
comment:3 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:5 Changed 12 years ago by
Milestone: | 1.4 → 1.5 |
---|
bumping 1.4 tickets to 1.5, and most 1.3 tickets to 1.4
comment:6 Changed 11 years ago by
Milestone: | 1.5 → tbd |
---|---|
Owner: | changed from Douglas Hays to Jared Jurkiewicz |
jared, I think bill was actually advocating for this a while ago since users use Editor like a textarea with markup and want to submit the Editor contents easily. If you think this function is still needed, then we need to make sure that Editor has a reset() method, and plays well with the Form widget (which is already does to some extent). Editor already has onChange but it doesn't always fire (like when you add blank lines at the end - maybe this is a feature).
comment:8 Changed 10 years ago by
Milestone: | future → 1.6 |
---|---|
Owner: | changed from Jared Jurkiewicz to Douglas Hays |
Status: | new → assigned |
comment:9 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
onChange works, reset is deferred until 1.2 since its new function and RTE isn't a native form widget.