Changes between Version 7 and Version 8 of S3/S3GroupedOptionsWidget


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

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3GroupedOptionsWidget

    v7 v8  
    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----