Opened 12 years ago
Closed 11 years ago
#4693 closed task (wontfix)
Repeater: port repeater widget from 0.4
Reported by: | bill | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | future |
Component: | DojoX Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Port the repeater widget from dojo 0.4, to handle lists of fields (or sets of fields) in a form.
Used for tasks like entering the name, age and gender of each person that's going to be in a given hotel room (to take an example from Japan).
Change History (7)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Description: | modified (diff) |
---|
Well, I think it's a bit more than just dojox.widget.Iterator, although maybe Repeater can extend Iterator. Repeater has delete buttons for each row, plus an "insert new row" button, plus IIRC it had code that interacted with the Form widget so that serializing/deserializing the form worked correctly.
comment:3 Changed 12 years ago by
Milestone: | 1.1 → 2.0 |
---|
comment:5 Changed 11 years ago by
Description: | modified (diff) |
---|---|
Milestone: | 1.3 → future |
comment:6 Changed 11 years ago by
Component: | Dijit → DojoX Form |
---|---|
Owner: | set to dante |
Moving to dojox.form as per above comments and #3278.
comment:7 Changed 11 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
there appears to be no interest in the Repeater port. Please someone reopen and own this if I am mistaken. See also #3278
Does dojox.widget.Iterator have this covered? It would seem to. Perhaps joose can confirm, help w. UT and close it