[ class tree: ] [ index: ] [ all elements ]

Index of all elements

[ a ] [ d ] [ e ] [ f ] [ h ] [ m ] [ n ] [ r ] [ s ] [ t ]

a

$action
in file Form.php, variable HTML_Form::$action
    ACTION attribute of <form> tag
$attr
in file Form.php, variable HTML_Form::$attr
    additional attributes for <form> tag
addBlank
in file Form.php, method HTML_Form::addBlank()
    Adds a blank row to the list of fields to be processed by display()
addCheckbox
in file Form.php, method HTML_Form::addCheckbox()
    Adds a checkbox input to the list of fields to be processed by display()
addFile
in file Form.php, method HTML_Form::addFile()
    Adds a file upload input to the list of fields to be processed by display()
addHidden
in file Form.php, method HTML_Form::addHidden()
    Adds a hiden input to the list of fields to be processed by display()
addImage
in file Form.php, method HTML_Form::addImage()
    Adds an image input to the list of fields to be processed by display()
addPassword
in file Form.php, method HTML_Form::addPassword()
    Adds a combined password input and password confirmation input to the list of fields to be processed by display()
addPasswordOne
in file Form.php, method HTML_Form::addPasswordOne()
    Adds a password input to the list of fields to be processed by display()
addPlaintext
in file Form.php, method HTML_Form::addPlaintext()
    Adds a row of text to the list of fields to be processed by display()
addRadio
in file Form.php, method HTML_Form::addRadio()
    Adds a radio input to the list of fields to be processed by display()
addReset
in file Form.php, method HTML_Form::addReset()
    Adds a reset button to the list of fields to be processed by display()
addSelect
in file Form.php, method HTML_Form::addSelect()
    Adds a select list to the list of fields to be processed by display()
addSubmit
in file Form.php, method HTML_Form::addSubmit()
    Adds a submit button to the list of fields to be processed by display()
addText
in file Form.php, method HTML_Form::addText()
    Adds a text input to the list of fields to be processed by display()
addTextarea
in file Form.php, method HTML_Form::addTextarea()
    Adds a textarea input to the list of fields to be processed by display()
top

d

display
in file Form.php, method HTML_Form::display()
    Prints a complete form with all fields you specified via the add*() methods
displayBlank
in file Form.php, method HTML_Form::displayBlank()
    Prints &nbsp;
displayBlankRow
in file Form.php, method HTML_Form::displayBlankRow()
    Prints a blank row in the table
displayCheckbox
in file Form.php, method HTML_Form::displayCheckbox()
    Prints a checkbox input
displayCheckboxRow
in file Form.php, method HTML_Form::displayCheckboxRow()
    Prints a checkbox input inside a table row
displayFile
in file Form.php, method HTML_Form::displayFile()
    Prints a file upload input
displayFileRow
in file Form.php, method HTML_Form::displayFileRow()
    Prints a file upload input inside a table row
displayHidden
in file Form.php, method HTML_Form::displayHidden()
    Prints a hiden input
displayImage
in file Form.php, method HTML_Form::displayImage()
    Prints an image input
displayImageRow
in file Form.php, method HTML_Form::displayImageRow()
    Prints an image input inside a table row
displayPassword
in file Form.php, method HTML_Form::displayPassword()
    Prints a password input
displayPasswordOneRow
in file Form.php, method HTML_Form::displayPasswordOneRow()
    Prints a password input inside a table row
displayPasswordRow
in file Form.php, method HTML_Form::displayPasswordRow()
    Prints a combined password input and password confirmation input inside a table row
displayPlaintext
in file Form.php, method HTML_Form::displayPlaintext()
    Prints the text provided
displayPlaintextRow
in file Form.php, method HTML_Form::displayPlaintextRow()
    Prints the text provided inside a table row
displayRadio
in file Form.php, method HTML_Form::displayRadio()
    Prints a radio input
displayRadioRow
in file Form.php, method HTML_Form::displayRadioRow()
    Prints a radio input inside a table row
displayReset
in file Form.php, method HTML_Form::displayReset()
    Prints a reset button
displayResetRow
in file Form.php, method HTML_Form::displayResetRow()
    Prints a reset button inside a table row
displaySelect
in file Form.php, method HTML_Form::displaySelect()
    Prints a select list
displaySelectRow
in file Form.php, method HTML_Form::displaySelectRow()
    Prints a select list inside a table row
displaySubmit
in file Form.php, method HTML_Form::displaySubmit()
    Prints a submit button
displaySubmitRow
in file Form.php, method HTML_Form::displaySubmitRow()
    Prints a submit button inside a table row
displayText
in file Form.php, method HTML_Form::displayText()
    Prints a text input element
displayTextarea
in file Form.php, method HTML_Form::displayTextarea()
    Prints a textarea input
displayTextareaRow
in file Form.php, method HTML_Form::displayTextareaRow()
    Prints a textarea input inside a table row
displayTextRow
in file Form.php, method HTML_Form::displayTextRow()
    Prints a text input element inside a table row
top

e

$enctype
in file Form.php, variable HTML_Form::$enctype
    ENCTYPE attribute of <form> tag
end
in file Form.php, method HTML_Form::end()
    Prints the ending tags for the table and form
top

f

$fields
in file Form.php, variable HTML_Form::$fields
    an array of entries for this form
Form.php
procedural page Form.php
top

h

HTML_Form
in file Form.php, method HTML_Form::HTML_Form()
    Constructor
HTML_Form
in file Form.php, class HTML_Form
    HTML form utility functions
HTML_FORM_MAX_FILE_SIZE
in file Form.php, constant HTML_FORM_MAX_FILE_SIZE
    Default value for the $maxsize parameter of some methods.
HTML_FORM_PASSWD_SIZE
in file Form.php, constant HTML_FORM_PASSWD_SIZE
    Default value for the $maxsize parameter of some methods.
HTML_FORM_TD_ATTR
in file Form.php, constant HTML_FORM_TD_ATTR
    Default value for the $tdattr parameter of most methods.
HTML_FORM_TEXTAREA_HT
in file Form.php, constant HTML_FORM_TEXTAREA_HT
    Default value for the $height parameter of some methods.
HTML_FORM_TEXTAREA_WT
in file Form.php, constant HTML_FORM_TEXTAREA_WT
    Default value for the $width parameter of some methods.
HTML_FORM_TEXT_SIZE
in file Form.php, constant HTML_FORM_TEXT_SIZE
    Default value for the $size parameter of most methods.
HTML_FORM_TH_ATTR
in file Form.php, constant HTML_FORM_TH_ATTR
    Default value for the $thattr parameter of most methods.
top

m

$method
in file Form.php, variable HTML_Form::$method
    METHOD attribute of <form> tag
top

n

$name
in file Form.php, variable HTML_Form::$name
    NAME attribute of <form> tag
top

r

returnBlank
in file Form.php, method HTML_Form::returnBlank()
    Produce a string containing &nbsp;
returnBlankRow
in file Form.php, method HTML_Form::returnBlankRow()
    Produce a string containing a blank row in the table
returnCheckbox
in file Form.php, method HTML_Form::returnCheckbox()
    Produce a string containing a checkbox input
returnCheckboxRow
in file Form.php, method HTML_Form::returnCheckboxRow()
    Produce a string containing a checkbox input inside a table row
returnEnd
in file Form.php, method HTML_Form::returnEnd()
    Produces a string containing the opening tags for the form and table
returnFile
in file Form.php, method HTML_Form::returnFile()
    Produce a string containing a file upload input
returnFileRow
in file Form.php, method HTML_Form::returnFileRow()
    Produce a string containing a file upload input inside a table row
returnHidden
in file Form.php, method HTML_Form::returnHidden()
    Produce a string containing a hiden input
returnImage
in file Form.php, method HTML_Form::returnImage()
    Produce a string containing an image input
returnImageRow
in file Form.php, method HTML_Form::returnImageRow()
    Produce a string containing an image input inside a table row
returnMultipleFiles
in file Form.php, method HTML_Form::returnMultipleFiles()
    Produce a string containing a file upload input
returnPassword
in file Form.php, method HTML_Form::returnPassword()
    Produce a string containing a password input
returnPasswordOneRow
in file Form.php, method HTML_Form::returnPasswordOneRow()
    Produce a string containing a password input inside a table row
returnPasswordRow
in file Form.php, method HTML_Form::returnPasswordRow()
    Produce a string containing a combined password input and password confirmation input inside a table row
returnPlaintext
in file Form.php, method HTML_Form::returnPlaintext()
    Produce a string containing the text provided
returnPlaintextRow
in file Form.php, method HTML_Form::returnPlaintextRow()
    Produce a string containing the text provided inside a table row
returnRadio
in file Form.php, method HTML_Form::returnRadio()
    Produce a string containing a radio input
returnRadioRow
in file Form.php, method HTML_Form::returnRadioRow()
    Produce a string containing a radio input inside a table row
returnReset
in file Form.php, method HTML_Form::returnReset()
    Produce a string containing a reset button
returnResetRow
in file Form.php, method HTML_Form::returnResetRow()
    Produce a string containing a reset button inside a table row
returnSelect
in file Form.php, method HTML_Form::returnSelect()
    Produce a string containing a select list
returnSelectRow
in file Form.php, method HTML_Form::returnSelectRow()
    Produce a string containing a select list inside a table row
returnStart
in file Form.php, method HTML_Form::returnStart()
    Produces a string containing the opening tags for the form and table
returnSubmit
in file Form.php, method HTML_Form::returnSubmit()
    Produce a string containing a submit button
returnSubmitRow
in file Form.php, method HTML_Form::returnSubmitRow()
    Produce a string containing a submit button inside a table row
returnText
in file Form.php, method HTML_Form::returnText()
    Produce a string containing a text input
returnTextarea
in file Form.php, method HTML_Form::returnTextarea()
    Produce a string containing a textarea input
returnTextareaRow
in file Form.php, method HTML_Form::returnTextareaRow()
    Produce a string containing a textarea input inside a table row
returnTextRow
in file Form.php, method HTML_Form::returnTextRow()
    Produce a string containing a text input inside a table row
top

s

$storageObject
in file Form.php, variable HTML_Form::$storageObject
    DB_storage object, if tied to one
setDefaultFromInput
in file Form.php, method HTML_Form::setDefaultFromInput()
    Enables/Disables $_GET/$_POST user input data showing up in fields when a $default hasn't been set
setEscapeDefaultFromInput
in file Form.php, method HTML_Form::setEscapeDefaultFromInput()
    Enables/Disables escaping of the $_GET/$_POST data that shows up in fields when a $default hasn't been set
start
in file Form.php, method HTML_Form::start()
    Prints the opening tags for the form and table
top

t

$target
in file Form.php, variable HTML_Form::$target
    TARGET attribute of <form> tag
top

Documentation generated on Mon, 11 Mar 2019 14:45:03 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.