\ZbpForm

Summary

Methods
Properties
Constants
radio()
zbradio()
select()
options()
checkbox()
text()
hidden()
textarea()
password()
$setreturn
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$setreturn

$setreturn : 

Type

Methods

radio()

radio(  $name,   $array = array('否', '是'),   $checkedkey) 

Parameters

$name
$array
$checkedkey

zbradio()

zbradio(  $name,   $ischecked) 

Parameters

$name
$ischecked

select()

select(  $name,   $array,   $checkedkey,   $change = '') 

Parameters

$name
$array
$checkedkey
$change

options()

options(  $array,   $checkedkey) 

Parameters

$array
$checkedkey

checkbox()

checkbox(  $name,   $array) 

Parameters

$name
$array

text()

text(  $name,   $value,   $width = '150px') 

Parameters

$name
$value
$width

hidden()

hidden(  $name,   $value) 

Parameters

$name
$value

textarea()

textarea(  $name,   $value,   $width = '250px',   $height = '100px') 

Parameters

$name
$value
$width
$height

password()

password(  $name,   $value,   $width = '150px') 

Parameters

$name
$value
$width