|
hintText
Required Parameters: string $string
Optional Parameters: None
Returns: None
Description: This function renders a box with the word "Hint" on the left side, and the text of the hint on the right in a small font. It is designed to be used throughout forms to explain confusing or complex input elements.
function hintText($string)
|