Searched defs:textarea (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/contrib/rom-o-matic/
H A Dutils.php228 * Return html code to create textarea form fields
231 * @param string $value initial contents of textarea
235 * @return string html code for given textarea input field
237 function textarea ( $flag, $value, $rows, $cols ) function
240 return "<textarea name=\"$flag\" rows=\"$rows\" cols=\"$cols\">"
241 . $value . "</textarea>";

Completed in 62 milliseconds