Lines Matching defs:name
82 function hidden($name, $value)
90 function radioButton($label, $name, $value = FALSE, $checked = FALSE)
102 function checkbox($label, $name, $checked = FALSE)
117 function selectFBox($label, $name, $array, $size = 3, $override = FALSE)
140 function selectedBox($label, $name, $array, $select, $size = 3, $override = FALSE)
169 function selectFBoxValue($label, $name, $array, $size = 3, $override = FALSE)
198 function selectedBoxValue($label, $name, $array, $select, $size = 3, $override = FALSE)
222 function selectFBoxValueMultiple($label, $name, $array, $size = 3, $override = FALSE)
252 function selectedBoxValueMultiple($label, $name, $array, $values, $size = 3, $override = FALSE)
302 function passwordInput($label, $name, $value = FALSE, $size = 20, $maxLength = 255)
313 function textInput($label, $name, $value = FALSE, $size = 20, $maxLength = 255)
324 function textareaInput($label, $name, $value = FALSE, $cols = 30, $rows = 5)
335 function fileUpload($label, $name, $size = 20)