PATH:
home
/
letacommog
/
lesfinessaveurs
/
wp-content
/
plugins
/
fusion-builder
/
inc
/
templates
/
options
<?php $settings = array(); if ( function_exists( 'wp_enqueue_code_editor' ) ) { $settings = wp_enqueue_code_editor( array() ); } ?> <textarea name="{{ param.param_name }}" id="{{ param.param_name }}" class="fusion-builder-code-block" cols="20" rows="5" data-language="{{ ( 'undefined' !== typeof param.language ) ? param.language : 'default' }}" <# if ( param.placeholder ) { #> data-placeholder="{{ param.value }}" <# } #> >{{ option_value }}</textarea> <textarea style="display: none;" class="hidden {{ param.param_name }}"><?php echo wp_json_encode( $settings ); ?></textarea>
[+]
..
[-] 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]