Opened 11 years ago
Closed 8 years ago
#10171 closed feature (fixed)
[patch][cla]collapsible fieldset widget
Reported by: | Jens Arps | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.9 |
Component: | Dijit - Form | Version: | 1.3.2 |
Keywords: | Cc: | nonken | |
Blocked By: | Blocking: |
Description (last modified by )
A proposal for a collapsible fieldset widget.
It inherits from TitlePane, so it is accessible and brings all ContentPane goodness. The code is dead-simple, but it's missing and I think many people would like to use such a widget.
A test page is over here: http://jensarps.de/tests/dojo_tests/test_Fieldset.html.
Attachments (2)
Change History (14)
Changed 11 years ago by
Attachment: | fieldset.patch added |
---|
comment:1 Changed 11 years ago by
Uh, it seems like I should have put [patch][cla] in the title, but I can't change it anymore. Sorry about that.
comment:2 Changed 11 years ago by
Summary: | collapsible fieldset widget → [patch][cla]collapsible fieldset widget |
---|
comment:3 Changed 11 years ago by
the patch does not have any css changes, is that required by the widget to function properly?
comment:4 Changed 11 years ago by
Thanks for changing the title.
No, there's no CSS required for the widget to work. To change the plus/minus chars into images, a theme had to copy the .dijitArrowNode rules from the TitlePane? to Fieldset.
comment:5 Changed 11 years ago by
Description: | modified (diff) |
---|---|
Owner: | set to bill |
comment:6 Changed 11 years ago by
Milestone: | tbd → 1.5 |
---|
Thanks, this does seem like something lots of people would want (I feel like I've seen it before in many place but can't remember where.)
I hadn't realized that fieldsets have a <legend> tag with a rich text title. Seems like we might want to hijack that for normal TitlePane too so that it can have also have a rich text title.
comment:7 Changed 11 years ago by
Milestone: | 1.5 → 1.6 |
---|
comment:8 Changed 10 years ago by
Cc: | nonken added |
---|---|
Milestone: | 1.6 → 1.7 |
Owner: | changed from bill to dante |
you can't get too crazy with the richtext in a LEGEND node, sadly. Its like a P, spans and em and whatnot. I'll take this, or perhaps since Jensarps is an uxebu'er one of those folks can proxy commit this for him.
comment:10 Changed 9 years ago by
Component: | Dijit → Dijit - Form |
---|---|
Milestone: | 1.8 → future |
comment:11 Changed 8 years ago by
Milestone: | future → 1.9 |
---|---|
Owner: | changed from dante to bill |
Status: | new → assigned |
Type: | enhancement → feature |
patch including the Fieldset.js file and it's template