名字空间 | |
| namespace | Core |
函数 | |
| html_dropdown_list ($name, $arr, $selected=null, $extra=null) | |
| html_radio_group ($name, $arr, $checked=null, $separator= '', $extra=null) | |
| html_checkbox_group ($name, $arr, $selected=array(), $separator= '', $extra=null) | |
| html_checkbox ($name, $value=1, $checked=false, $label= '', $extra=null) | |
| html_textbox ($name, $value= '', $width=null, $maxLength=null, $extra=null) | |
| html_password ($name, $value= '', $width=null, $maxLength=null, $extra=null) | |
| html_textarea ($name, $value= '', $width=null, $height=null, $extra=null) | |
| html_hidden ($name, $value= '', $extra=null) | |
| html_filefield ($name, $width=null, $extra=null) | |
| html_form ($name, $action, $method='post', $onsubmit='', $extra=null) | |
| html_form_close () | |
| html_dropdown_list | ( | $ | name, | |
| $ | arr, | |||
| $ | selected = null, |
|||
| $ | extra = null | |||
| ) |
| html_radio_group | ( | $ | name, | |
| $ | arr, | |||
| $ | checked = null, |
|||
| $ | separator = '', |
|||
| $ | extra = null | |||
| ) |
| html_checkbox_group | ( | $ | name, | |
| $ | arr, | |||
| $ | selected = array(), |
|||
| $ | separator = '', |
|||
| $ | extra = null | |||
| ) |
| html_checkbox | ( | $ | name, | |
| $ | value = 1, |
|||
| $ | checked = false, |
|||
| $ | label = '', |
|||
| $ | extra = null | |||
| ) |
| html_textbox | ( | $ | name, | |
| $ | value = '', |
|||
| $ | width = null, |
|||
| $ | maxLength = null, |
|||
| $ | extra = null | |||
| ) |
| html_password | ( | $ | name, | |
| $ | value = '', |
|||
| $ | width = null, |
|||
| $ | maxLength = null, |
|||
| $ | extra = null | |||
| ) |
| html_textarea | ( | $ | name, | |
| $ | value = '', |
|||
| $ | width = null, |
|||
| $ | height = null, |
|||
| $ | extra = null | |||
| ) |
| html_hidden | ( | $ | name, | |
| $ | value = '', |
|||
| $ | extra = null | |||
| ) |
| html_filefield | ( | $ | name, | |
| $ | width = null, |
|||
| $ | extra = null | |||
| ) |
| html_form | ( | $ | name, | |
| $ | action, | |||
| $ | method = 'post', |
|||
| $ | onsubmit = '', |
|||
| $ | extra = null | |||
| ) |
1.5.3