PHP Класс WPDKUIControlTextarea

$item = array( 'type' => WPDKUIControlType::TEXTAREA, 'label' => 'Left label', 'id' => 'id', 'name' => 'name', 'value' => 'Inner text', 'attrs' => '', 'data' => '', 'class' => '', 'style' => '', 'cols' => '10', 'rows' => '4', 'title' => 'This title is a tooltip', 'prepend' => '', 'append' => '', );
Автор: =undo= ([email protected])
Наследование: extends WPDKUIControl
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( array $item ) : WPDKUIControlTextarea Create an instance of WPDKUIControlTextarea class
draw ( ) Drawing control

Описание методов

__construct() публичный Метод

Create an instance of WPDKUIControlTextarea class
С версии: 1.0.0.b3
public __construct ( array $item ) : WPDKUIControlTextarea
$item array Key value pairs with control info
Результат WPDKUIControlTextarea

draw() публичный Метод

Drawing control
public draw ( )