guides:o4w:o4w_api:o4wpwdbox

O4WPWDBox routine

Creates an input text box on the web page at the current location.

O4WPWDBox(text, size, maxlen, name, id, style)

The function has the following parameters:

ParameterDescription
textThe default text. This text is hidden from the user.
sizeSize in characters of the text box.
maxlenThe maximum number of characters the text box will accept.
nameThe name of the textbox. This is the input name tag.
idThe name of the textbox for style purposes.
styleWhen specified, the style is applied to the text box that is generated. Note that style can be either the name of a style (as created by one of the O4W style functions, or as defined in an included style sheet), or it can be the returned value from one of the O4W style functions.
  • guides/o4w/o4w_api/o4wpwdbox.txt
  • Last modified: 2024/06/19 20:19
  • by 127.0.0.1