Opened 9 years ago
Closed 9 years ago
#14230 closed enhancement (wontfix)
dojox.mobile.SpinWheelSlot cannot change its slot scope dynamically
Reported by: | Atsushi Ono | Owned by: | ykami |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | DojoX Mobile | Version: | 1.7.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
This report was posted on dojo-interest mailing list. http://mail.dojotoolkit.org/pipermail/dojo-interest/2011-November/059901.html
dojox.mobile.SpinWheelSlot has labelFrom and labelTo properties to specify its slot scope, but those properties work only during instanciation. Once it's created, we cannot change the slot scope by setting new values to those properties. Slot scope should be changeable dynamically by setting those properties.
Change History (2)
comment:1 Changed 9 years ago by
Milestone: | → tbd |
---|
comment:2 Changed 9 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I thought about this, but re-initialization did not seem to be easy. It would be easier to simply destroyRecursive the widget and recreate it again with new parameters.