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); ?> <select multiple name="<?php echo ''.$name; ?>" class="vp-input vp-js-select2" autocomplete="off"> <?php foreach ($items as $item): ?> <option <?php if(is_array($value) && in_array($item->value, $value)) echo "selected" ?> value="<?php echo ''.$item->value; ?>"><?php echo ''.$item->label; ?></option> <?php endforeach; ?> </select> <?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]