#4671 closed enhancement (wontfix)
textarea that supports rows and cols
Reported by: | guest | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Well,
Create a textarea that supports rows and cols attributes and also be non-resizeable. This feature would be nice.
Change History (5)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Replying to guest:
Well,
Create a textarea that supports rows and cols attributes and also be non-resizeable. This feature would be nice.
Would be nice for creating html forms without changing so much the behaviour of old attributes, and size it as static/fixed.
comment:3 Changed 14 years ago by
Hi, you could create your own widget that does this; shouldn't be more than 10 lines of codes. Not sure why it would be useful though, since you can just use a native <textarea> element, so we'd need a more concrete reason for adding this to dijit.
comment:4 Changed 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:5 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
Would be nice for creating html forms without changing so much the behaviour of old attributes, and size it as static/fixed.