#5700 closed task (fixed)
hidden input field widget
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Port (trivial) Hidden widget from dojox to dijit, which wraps an <input type="hidden"> and is used inside of a dijit.form.Form.
Change History (4)
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
(In [12210]) Remove dojox.FormWidgets? since they've been moved to dijit. Refs #5359, #5550, #5700
comment:3 Changed 13 years ago by
comment:4 Changed 13 years ago by
Note: See
TracTickets for help on using
tickets.
(In [12189]) "Hidden" widget, copied over from dojox. The "Hidden" widget is basically equivalent to <input dojoType="dijit.form.TextBox?" type="hidden"> but with less overhead; not sure if it's worth having a separate widget for hidden input fields but adding for now. Fixes #5700.
Also checking in forgotten updates to Form test for MultiSelect?. Refs #5359.