PHP Class WPDKUIControlSubmit

$item = array( 'type' => WPDKUIControlType::SUBMIT, 'id' => 'id', 'name' => 'name', 'value' => 'Button Text', 'label' => 'Optional label', 'attrs' => '', 'data' => '', 'class' => '', 'style' => '', 'title' => 'This title is a tooltip', 'prepend' => '', 'append' => '', );
Author: =undo= ([email protected])
Inheritance: extends WPDKUIControl
Show file Open project: wpxtreme/wpdk Class Usage Examples

Public Methods

Method Description
__construct ( array $item ) : WPDKUIControlSubmit Create an instance of WPDKUIControlSubmit class
draw ( ) Drawing control

Method Details

__construct() public method

Create an instance of WPDKUIControlSubmit class
Since: 1.0.0.b3
public __construct ( array $item ) : WPDKUIControlSubmit
$item array Key value pairs with control info
return WPDKUIControlSubmit

draw() public method

Drawing control
public draw ( )