PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
qode-framework
/
inc
/
widgets
/
fields
<?php class QodeFrameworkFieldWidgetTextarea extends QodeFrameworkFieldWidgetType { public function render() { ?> <textarea class="widefat" rows="16" cols="20" id="<?php echo esc_attr( $this->params['id'] ); ?>" name="<?php echo esc_attr( $this->params['name'] ); ?>" type="text"><?php echo esc_html( $this->params['value'] ); ?></textarea> <?php } }
[-] class-qodeframeworkfieldwidgetcolor.php
[edit]
[-] class-qodeframeworkfieldwidgetselect.php
[edit]
[+]
..
[-] class-qodeframeworkfieldwidgetimage.php
[edit]
[-] class-qodeframeworkfieldwidgettext.php
[edit]
[-] class-qodeframeworkfieldwidgeticon.php
[edit]
[-] class-qodeframeworkfieldwidgettextarea.php
[edit]
[-] class-qodeframeworkfieldwidgettype.php
[edit]
[-] class-qodeframeworkfieldwidgeticonpack.php
[edit]