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

/vbox/src/VBox/Devices/PC/ipxe/contrib/rom-o-matic/
H A Dcustomize-flags.php51 <?php echo textarea ( "embedded_script", "", "10", "50" ); ?>
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 32 milliseconds