Changes between Version 9 and Version 10 of S3/S3GroupedOptionsWidget
- Timestamp:
- 04/01/13 20:05:39 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3GroupedOptionsWidget
v9 v10 72 72 ||destroy||{{{$('example').groupedopts('destroy');}}}||Removes the widget and shows the underlying SELECT|| 73 73 74 == CSS Classes == 75 76 The whole widget is either a {{{DIV.s3-groupedopts-widget}}} with embedded {{{TABLE.s3-groupedopts-widget}}} elements (one table for each letter-group), or just a {{{TABLE.s3-groupedopts-widget}}} (if there are no letter groups). 77 78 Every letter group is a {{{DIV.s3-groupedopts-label}}} containing the group label, followed by the respective {{{TABLE.s3-groupedopts-widget}}} with the options. An expanded group label has an additional {{{expanded}}}-class. 79 80 Every option is a {{{INPUT.s3-groupedopts-option}}} followed by a {{{LABEL}}} element that refers to it. 81 74 82 ---- 75 83 - [wiki:S3 S3 API Guide]