PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
themes
/
rehub
/
vafpress-framework
/
views
/
control
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?> <?php if(!$is_compact) echo VP_View::instance()->load('control/template_control_head', $head_info); ?> <?php // prepare value for tinyMCE editor $value = html_entity_decode($value, ENT_COMPAT, 'UTF-8'); if( has_filter('the_editor_content') ) { $value = apply_filters('the_editor_content', $value); } else { $value = format_for_editor($value); } ?> <div class="customEditor"> <div class="wp-editor-tools"> <div class="custom_upload_buttons hide-if-no-js wp-media-buttons"><?php do_action( 'media_buttons' ); ?></div> </div> <textarea class="vp-input vp-js-wpeditor" id="<?php echo ''.$name . '_ce'; ?>" data-vp-opt="<?php echo ''.$opt; ?>" rows="10" cols="50" name="<?php echo ''.$name; ?>" rows="3"><?php echo ''.$value; ?></textarea> </div> <?php if(!$is_compact) echo VP_View::instance()->load('control/template_control_foot', $head_info); ?>
[+]
..
[-] textarea.php
[edit]
[-] radioimage.php
[edit]
[-] wpeditor.php
[edit]
[-] textbox.php
[edit]
[-] fontawesome.php
[edit]
[-] codeeditor.php
[edit]
[-] color.php
[edit]
[-] upload.php
[edit]
[-] sorter.php
[edit]
[-] notebox.php
[edit]
[-] toggle.php
[edit]
[-] date.php
[edit]
[-] html.php
[edit]
[-] slider.php
[edit]
[-] checkbox.php
[edit]
[-] template_control_head.php
[edit]
[-] multiselect.php
[edit]
[-] select.php
[edit]
[-] template_control_foot.php
[edit]
[-] checkimage.php
[edit]
[-] radiobutton.php
[edit]