Lines Matching refs:label

90 	function radioButton($label, $name, $value = FALSE, $checked = FALSE)  argument
94 if($label)
95 $pString = "$label:<br />";
102 function checkbox($label, $name, $checked = FALSE) argument
106 if($label)
107 $pString = "$label:<br />";
117 function selectFBox($label, $name, $array, $size = 3, $override = FALSE) argument
122 if($label)
123 $pString = "$label:<br />";
140 function selectedBox($label, $name, $array, $select, $size = 3, $override = FALSE) argument
145 if($label)
146 $pString = "$label:<br />";
169 function selectFBoxValue($label, $name, $array, $size = 3, $override = FALSE) argument
174 if($label)
175 $pString = "$label:<br />\n";
198 function selectedBoxValue($label, $name, $array, $select, $size = 3, $override = FALSE) argument
203 if($label)
204 $pString = "$label:<br />\n";
222 function selectFBoxValueMultiple($label, $name, $array, $size = 3, $override = FALSE) argument
227 if($label)
228 $pString = "$label:<br />\n";
252 function selectedBoxValueMultiple($label, $name, $array, $values, $size = 3, $override = FALSE) argument
259 if($label)
260 $pString = "$label:<br />\n";
302 function passwordInput($label, $name, $value = FALSE, $size = 20, $maxLength = 255) argument
305 if($label)
306 $pString = "$label:<br />";
313 function textInput($label, $name, $value = FALSE, $size = 20, $maxLength = 255) argument
316 if($label)
317 $pString = "$label:<br />";
324 function textareaInput($label, $name, $value = FALSE, $cols = 30, $rows = 5) argument
327 if($label)
328 $pString = "$label:<br />";
335 function fileUpload($label, $name, $size = 20) argument
338 if($label)
339 $pString = "$label:<br />";