PATH:
home
/
letacommog
/
lesfinessaveurs
/
wp-content
/
plugins
/
fusion-builder
/
inc
/
templates
/
options
<select id="{{ param.param_name }}" name="{{ param.param_name }}" multiple="multiple" class="fusion-form-multiple-select fusion-input"> <# var choice = option_value; #> <# if ( 'undefined' !== typeof choice && '' !== choice && null !== choice ) { #> <# var choices = ( jQuery.isArray( choice ) ) ? choice : choice.split( ',' ); #> <# } else { #> <# var choices = ''; #> <# } #> <# _.each( param.value, function( name, value ) { #> <# var selected = ( jQuery.inArray( value, choices ) > -1 ) ? ' selected="selected"' : ''; #> <option value="{{ value }}"{{ selected }} >{{ name }}</option> <# } ); #> </select>
[+]
..
[-] 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]