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

Index of all elements

[ a ] [ d ] [ e ] [ g ] [ h ] [ i ] [ l ] [ o ] [ ] [ s ]

a

accept
in file altselect.php, method HTML_QuickForm_altselect::accept()
    Accepts a renderer. Overload select in case we'd like to see the checkboxes/radio buttons in a group when renderering with another renderer.
altselect.php
procedural page altselect.php
top

d

$delimiter
in file altselect.php, variable HTML_QuickForm_altselect::$delimiter
    Delimiter between subelements. Use br to go vertical, or nbsp to go horizontal.
top

e

exportValue
in file altselect.php, method HTML_QuickForm_altselect::exportValue()
    Exports the value.
example.php
procedural page example.php
top

g

getElementName
in file altselect.php, method HTML_QuickForm_altselect::getElementName()
    Returns the name of this element. Used by HTML_QuickForm::getSubmitValue() when this element is registered as a group.
getElements
in file altselect.php, method HTML_QuickForm_altselect::getElements()
    Arrange the buttons/boxes and other bits either concatenated as a html string or in an array. When this element is registered as a group, getElements should act in the same way as HTML_QuickForm_group::getElements().
top

h

HTML_QuickForm_altselect
in file altselect.php, method HTML_QuickForm_altselect::HTML_QuickForm_altselect()
    Constructor. Used to distinguish the attributes array which should be an associative array of options to either a typical HTML attribute string or another associative array
HTML_QuickForm_altselect
in file altselect.php, class HTML_QuickForm_altselect
    HTML QuickForm Alternate Select
top

i

$includeOther
in file altselect.php, variable HTML_QuickForm_altselect::$includeOther
    Include the other text field for non-listed entry.
$includeOtherType
in file altselect.php, variable HTML_QuickForm_altselect::$includeOtherType
    Other text type: 'text' or 'textarea'
top

l

$list_type
in file altselect.php, variable HTML_QuickForm_altselect::$list_type
    Rather than render with a delimiter you may choose to render as a HTML list.
top

o

$otherLabel
in file altselect.php, variable HTML_QuickForm_altselect::$otherLabel
    Label for the Other option.
$otherText
in file altselect.php, variable HTML_QuickForm_altselect::$otherText
    Text label to go in front of other text field (singular mode).
$otherTextMultiple
in file altselect.php, variable HTML_QuickForm_altselect::$otherTextMultiple
    Text label to go in front of other text field (multiple mode).
top

p

PHP_EOL
in file altselect.php, constant PHP_EOL
    Replace PHP_EOL constant
top

s

setDelimiter
in file altselect.php, method HTML_QuickForm_altselect::setDelimiter()
    Set the delimiter.
setGroup
in file altselect.php, method HTML_QuickForm_altselect::setGroup()
    Tell this element to act like a group when being accepted.
setIncludeOther
in file altselect.php, method HTML_QuickForm_altselect::setIncludeOther()
    Set the select to include the 'other' textfield/textarea.
setListType
in file altselect.php, method HTML_QuickForm_altselect::setListType()
    Set the options to render as an ordered/unordered list
setSelected
in file altselect.php, method HTML_QuickForm_altselect::setSelected()
    Set the selected options. If a non-listed option is specified, it will go into the other text field. Note at this point, the other and multiple attributes may not have been set.
top

t

toHtml
in file altselect.php, method HTML_QuickForm_altselect::toHtml()
    Render the HTML_QuickForm element.
top

Documentation generated on Mon, 11 Mar 2019 15:41:30 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.