PHP 클래스 WPDKUIControlChoose
$item = array(
'type' => WPDKUIControlType::CHOOSE,
'label' => 'Left label',
'id' => 'id',
'name' => 'name',
'beforelabel' => '',
'afterlabel' => ':',
'value' => 'Button Text',
'attrs' => array(),
'data' => array(),
'class' => array(),
'style' => '',
'title' => 'This title is a tooltip',
'prepend' => '',
'append' => '',
);
파일 보기
프로젝트 열기: wpxtreme/wpdk
공개 메소드들
메소드 |
설명 |
|
__construct ( array $item ) : WPDKUIControlChoose |
Create an instance of WPDKUIControlChoose class |
|
draw ( ) |
Drawing control |
|
메소드 상세
Create an instance of WPDKUIControlChoose class
public __construct ( array $item ) : WPDKUIControlChoose |
$item |
array |
Key value pairs with control info |
리턴 |
WPDKUIControlChoose |
|