PATH:
home
/
letacommog
/
lesfinessaveurs
/
wp-content
/
plugins
/
fusion-builder
/
inc
/
templates
/
options
<div class="fusion-form-checkbox-button-set ui-buttonset {{ param.param_name }}"> <# var choice = option_value, index = 0; #> <# if ( 'undefined' !== typeof choice && '' !== choice && null !== choice ) { #> <# var choices = ( jQuery.isArray( choice ) ) ? choice : choice.split( ',' ); #> <# } else { #> <# var choices = ''; #> <# } #> <input type="hidden" id="{{ param.param_name }}" name="{{ param.param_name }}" value="{{ choice }}" class="button-set-value" /> <# _.each( param.value, function( name, value ) { #> <# index++; #> <# var selected = ( jQuery.inArray( value, choices ) > -1 ) ? ' ui-state-active' : ''; #> <a href="#" class="ui-button buttonset-item{{ selected }}" data-value="{{ value }}">{{ name }}</a> <# }); #> </div>
[+]
..
[-] select.php
[edit]
[-] iconpicker.php
[edit]
[-] link_selector.php
[edit]
[-] radio_image_set.php
[edit]
[-] raw_textarea.php
[edit]
[-] radio_button_set.php
[edit]
[-] colorpicker.php
[edit]
[-] uploadfile.php
[edit]
[-] uploadattachment.php
[edit]
[-] multiple_select.php
[edit]
[-] colorpickeralpha.php
[edit]
[-] date_time_picker.php
[edit]
[-] textfield.php
[edit]
[-] upload_images.php
[edit]
[-] dimension.php
[edit]
[-] textarea.php
[edit]
[-] tinymce.php
[edit]
[-] upload.php
[edit]
[-] code.php
[edit]
[-] range.php
[edit]
[-] multiple_upload.php
[edit]
[-] checkbox_button_set.php
[edit]