Changes between Version 1 and Version 2 of Ticket #15076, comment 6
- Timestamp:
- May 16, 2013, 2:40:51 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15076, comment 6
v1 v2 1 A new property '''customWidth''' in dojox.mobile.Switch widgets will allow to easily specify the widget wi tdh if the label does not fit with the default width 100px. Example of usage:1 A new property '''customWidth''' in dojox.mobile.Switch widgets will allow to easily specify the widget width if the label does not fit with the default width 100px. Example of usage: 2 2 3 3 {{{ … … 9 9 </div> 10 10 }}} 11 12 Display results with a 120 custom width to display labels ''Start///Stop, Opened///Closed, Enabled///Disabled''. [[BR]] 13 14 [[Image(ticket:15076:15076.png)]] 15