PHP Class Horde_View_Helper_FormTag, horde

Author: Mike Naberezny ([email protected])
Author: Derek DeVries ([email protected])
Author: Chuck Hagenbuch ([email protected])
Inheritance: extends Horde_View_Helper_Base
Datei anzeigen Open project: horde/horde

Public Methods

Method Description
checkBoxTag ( $name, $value = '1', $checked = false, $options = [] )
endFormTag ( )
fileFieldTag ( $name, $options = [] )
formTag ( $urlForOptions = [], $options = [] )
hiddenFieldTag ( $name, $value = null, $options = [] )
imageSubmitTag ( $source, $options = [] )
optionTag ( $value = null, $label = null, $selected = false, $options = [] )
passwordFieldTag ( $name = 'password', $value = null, $options = [] )
radioButtonTag ( $name, $value, $checked = false, $options = [] )
selectTag ( $name, $optionTags = null, $options = [] )
submitTag ( $value = 'Save changes', $options = [] )
textAreaTag ( $name, $content = null, $options = [] )
textFieldTag ( $name, $value = null, $options = [] )

Private Methods

Method Description
extraTagsForForm ( $htmlOptions )
formTagHtml ( $htmlOptions )
htmlOptionsForForm ( $urlForOptions, $options )

Method Details

checkBoxTag() public method

public checkBoxTag ( $name, $value = '1', $checked = false, $options = [] )

endFormTag() public method

public endFormTag ( )

fileFieldTag() public method

public fileFieldTag ( $name, $options = [] )

formTag() public method

public formTag ( $urlForOptions = [], $options = [] )

hiddenFieldTag() public method

public hiddenFieldTag ( $name, $value = null, $options = [] )

imageSubmitTag() public method

public imageSubmitTag ( $source, $options = [] )

optionTag() public method

public optionTag ( $value = null, $label = null, $selected = false, $options = [] )

passwordFieldTag() public method

public passwordFieldTag ( $name = 'password', $value = null, $options = [] )

radioButtonTag() public method

public radioButtonTag ( $name, $value, $checked = false, $options = [] )

selectTag() public method

public selectTag ( $name, $optionTags = null, $options = [] )

submitTag() public method

public submitTag ( $value = 'Save changes', $options = [] )

textAreaTag() public method

public textAreaTag ( $name, $content = null, $options = [] )

textFieldTag() public method

public textFieldTag ( $name, $value = null, $options = [] )