Reference Guide

Adobe Acrobat PDF Lampshade 1.2 Reference (PDF)

form.inc.php - Form Functions

lockBox

Required Parameters: string $field, int $size
Optional Parameters: string $value, string $label, string $javaScript
Returns: None
Description: This function generates a HTML form input of type "text" populated by the string in $value. A READONLY parameter and JavaScript function call make the text unchangeable. The box is scalable depending on the $size variable, with a name given by the $field variable. If $label is not null, the labelCell() function will automatically generate a two-column table row around the input. An optional JavaScript parameter and call can be specified as a string in the $javaScript variable.

function lockBox($field, $size, $value = '', $label = '', $javaScript = '', $blur = 'this.blur();')

Copyright © 2001-2010 Think Computer Corporation. All Rights Reserved. Patent pending.

Authors of the impossible.™
Think