Opened 14 years ago
Closed 13 years ago
#4593 closed defect (invalid)
dijit.Editor should not depend on AlwaysShowToolbar plugin for resize functionality
Reported by: | guest | Owned by: | liucougar |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Editor | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The current reliance in dijit.Editor on AlwaysShowToolbar? for resize functionality forces one to bundle two functions into one. I particularly want a rich text editor without the toolbar, but requiring resizability, and I could get this with 0.4.
A ResizeEditor? plugin could conceivably be created to split the unrelated functionalities.
Change History (2)
comment:1 Changed 14 years ago by
Milestone: | 1.0 → 1.1 |
---|
comment:2 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
if all you need is a resizable textarea, why not use dijit.form.Textarea instead?