Changes between Version 8 and Version 9 of S3/S3GroupedOptionsWidget


Ignore:
Timestamp:
04/01/13 19:56:08 (12 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3GroupedOptionsWidget

    v8 v9  
    5858
    5959{{{#!js
    60 $('#example').groupedopts({columns=3})
     60$('#example').groupedopts({columns=3});
    6161}}}
    6262
     
    6969
    7070 ||'''Function'''||'''Example'''||'''Explanation'''||
    71  ||refresh||{{{$('example').groupedopts('refresh')}}}||Re-draw the widget from the current options/status of the underlying SELECT, e.g. to refresh the widget after Ajax-update of the SELECT||
    72  ||destroy||{{{$('example').groupedopts('destroy')}}}||Removes the widget and shows the underlying SELECT||
     71 ||refresh||{{{$('example').groupedopts('refresh');}}}||Re-draw the widget from the current options/status of the underlying SELECT, e.g. to refresh the widget after Ajax-update of the SELECT||
     72 ||destroy||{{{$('example').groupedopts('destroy');}}}||Removes the widget and shows the underlying SELECT||
    7373
    7474----