PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
themes
/
rehub
/
vafpress-framework
/
views
/
control
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?> <?php extract($head_info); ?> <div class="vp-field <?php echo ''.$type; ?><?php echo !empty($container_extra_classes) ? (' ' . $container_extra_classes) : ''; ?>" data-vp-type="<?php echo ''.$type; ?>" <?php echo VP_Util_Text::print_if_exists(isset($binding) ? $binding : '', 'data-vp-bind="%s"'); ?> <?php echo VP_Util_Text::print_if_exists(isset($dependency) ? $dependency : '', 'data-vp-dependency="%s"'); ?> id="<?php echo ''.$name; ?>"> <div class="field" style="height: <?php echo ''.$height; ?>;"> <div class="input" id="<?php echo ''.$name . '_dom'; ?>"> <?php echo VP_WP_Util::kses_html($value); ?> </div> <textarea name="<?php echo ''.$name; ?>" class="vp-hide"><?php echo VP_WP_Util::kses_html($value); ?></textarea> <div class="vp-js-bind-loader vp-field-loader vp-hide"><img src="<?php VP_Util_Res::img_out('ajax-loader.gif', ''); ?>" /></div> </div> </div>
[+]
..
[-] 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]