#14087 closed defect (fixed)
Some dojox.mobile.Switch classes cannot be instantiated programmatically
Reported by: | ykami | Owned by: | ykami |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Mobile | Version: | 1.7.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
This works:
new dojox.mobile.Switch({"className":"mblSwArcShape1",...})
But this doesn't work:
new dojox.mobile.Switch({"className":"mblSwRoundShape2",...})
Reported by dongbing.
Note: See
TracTickets for help on using
tickets.
In [26860]: