Element index for namespace Nette-Forms

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ j ] [ l ] [ m ] [ n ] [ o ] [ p ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ] [ _ ]

_

__construct
in file Rules.php, method Rules::__construct()
__construct
in file RepeaterControl.php, method RepeaterControl::__construct()
__construct
in file RadioList.php, method RadioList::__construct()
__construct
in file SelectBox.php, method SelectBox::__construct()
__construct
in file SubmitButton.php, method SubmitButton::__construct()
__construct
in file UserClientScript.php, method UserClientScript::__construct()
__construct
in file TextInput.php, method TextInput::__construct()
__construct
in file TextArea.php, method TextArea::__construct()
__construct
in file InstantClientScript.php, method InstantClientScript::__construct()
__construct
in file ImageButton.php, method ImageButton::__construct()
__construct
in file FileUpload.php, method FileUpload::__construct()
__construct
in file Checkbox.php, method Checkbox::__construct()
__construct
in file Form.php, method Form::__construct()
    Form constructor.
__construct
in file FormControl.php, method FormControl::__construct()
__construct
in file HiddenField.php, method HiddenField::__construct()
__construct
in file FormGroup.php, method FormGroup::__construct()
__construct
in file Button.php, method Button::__construct()
__toString
in file Form.php, method Form::__toString()
    Renders form to string.
top

a

$allowed
in file SelectBox.php, variable SelectBox::$allowed
$arg
in file Rule.php, variable Rule::$arg
add
in file FormGroup.php, method FormGroup::add()
addButton
in file FormContainer.php, method FormContainer::addButton()
    Adds push buttons with no default behavior.
addCheckbox
in file FormContainer.php, method FormContainer::addCheckbox()
    Adds check box control to the form.
addComponent
in file FormContainer.php, method FormContainer::addComponent()
    Adds the specified component to the IComponentContainer.
addCondition
in file Rules.php, method Rules::addCondition()
    Adds a validation condition a returns new branch.
addCondition
in file FormControl.php, method FormControl::addCondition()
    Adds a validation condition a returns new branch.
addConditionOn
in file Rules.php, method Rules::addConditionOn()
    Adds a validation condition on specified control a returns new branch.
addConditionOn
in file FormControl.php, method FormControl::addConditionOn()
    Adds a validation condition based on another control a returns new branch.
addContainer
in file FormContainer.php, method FormContainer::addContainer()
    Adds naming container to the form.
addError
in file FormControl.php, method FormControl::addError()
    Adds error message to the list.
addError
in file Form.php, method Form::addError()
    Adds error message to the list.
addFile
in file FormContainer.php, method FormContainer::addFile()
    Adds control that allows the user to upload files.
addFilter
in file TextBase.php, method TextBase::addFilter()
    Appends input string filter callback.
addGroup
in file Form.php, method Form::addGroup()
    Adds fieldset group to the form.
addHidden
in file FormContainer.php, method FormContainer::addHidden()
    Adds hidden form control used to store a non-displayed value.
addImage
in file FormContainer.php, method FormContainer::addImage()
    Adds graphical button used to submit form.
addMultiSelect
in file FormContainer.php, method FormContainer::addMultiSelect()
    Adds select box control that allows multiple item selection.
addPassword
in file FormContainer.php, method FormContainer::addPassword()
    Adds single-line text input control used for sensitive input such as passwords.
addProtection
in file Form.php, method Form::addProtection()
    Cross-Site Request Forgery (CSRF) form protection.
addRadioList
in file FormContainer.php, method FormContainer::addRadioList()
    Adds set of radio button controls to the form.
addRepeater
in file FormContainer.php, method FormContainer::addRepeater()
    Adds control that repeats a specified prototype for each item in the list.
addRule
in file Rules.php, method Rules::addRule()
    Adds a validation rule for the current control.
addRule
in file FormControl.php, method FormControl::addRule()
    Adds a validation rule.
addRuleFor
in file Rules.php, method Rules::addRuleFor()
addSelect
in file FormContainer.php, method FormContainer::addSelect()
    Adds select box control that allows single item selection.
addSubmit
in file FormContainer.php, method FormContainer::addSubmit()
    Adds button used to submit form.
addText
in file FormContainer.php, method FormContainer::addText()
    Adds single-line text input control to the form.
addTextArea
in file FormContainer.php, method FormContainer::addTextArea()
    Adds multi-line text input control to the form.
addTracker
in file Form.php, method Form::addTracker()
    Adds distinguishing mark.
areKeysUsed
in file SelectBox.php, method SelectBox::areKeysUsed()
    Are the keys used?
attached
in file FileUpload.php, method FileUpload::attached()
    This method will be called when the component (or component's parent) becomes attached to a monitored object. Do not call this method yourself.
attached
in file Form.php, method Form::attached()
    This method will be called when the component (or component's parent) becomes attached to a monitored object. Do not call this method yourself.
top

b

$breakOnFailure
in file Rule.php, variable Rule::$breakOnFailure
Button
in file Button.php, class Button
    Push button control with no default behavior.
Button.php
procedural page Button.php
top

c

$caption
in file FormControl.php, variable FormControl::$caption
$clientScript
in file ConventionalRenderer.php, variable ConventionalRenderer::$clientScript
$container
in file RadioList.php, variable RadioList::$container
$control
in file Rule.php, variable Rule::$control
$control
in file FormControl.php, variable FormControl::$control
$controls
in file FormGroup.php, variable FormGroup::$controls
$counter
in file ConventionalRenderer.php, variable ConventionalRenderer::$counter
$currentGroup
in file FormContainer.php, variable FormContainer::$currentGroup
Checkbox
in file Checkbox.php, class Checkbox
    Check box control. Allows the user to select a true or false condition.
cleanErrors
in file FormControl.php, method FormControl::cleanErrors()
cleanErrors
in file Form.php, method Form::cleanErrors()
click
in file SubmitButton.php, method SubmitButton::click()
    Fires click event.
CONDITION
in file Rule.php, class constant Rule::CONDITION
    type
ConventionalRenderer
in file ConventionalRenderer.php, class ConventionalRenderer
    Converts a Form into the HTML output.
Checkbox.php
procedural page Checkbox.php
ConventionalRenderer.php
procedural page ConventionalRenderer.php
top

d

$defaultMessages
in file Rules.php, variable Rules::$defaultMessages
$doAlert
in file InstantClientScript.php, variable InstantClientScript::$doAlert
$doToggle
in file InstantClientScript.php, variable InstantClientScript::$doToggle
top

e

$emptyValue
in file TextBase.php, variable TextBase::$emptyValue
elseCondition
in file Rules.php, method Rules::elseCondition()
    Adds a else statement.
EMAIL
in file Form.php, class constant Form::EMAIL
    operation name
enable
in file InstantClientScript.php, method InstantClientScript::enable()
endCondition
in file Rules.php, method Rules::endCondition()
    Ends current validation condition.
EQUAL
in file Form.php, class constant Form::EQUAL
    operation name
exportContainer
in file UserClientScript.php, method UserClientScript::exportContainer()
    Exports description for JavaScript.
top

f

$filters
in file TextBase.php, variable TextBase::$filters
$form
in file ConventionalRenderer.php, variable ConventionalRenderer::$form
FileUpload
in file FileUpload.php, class FileUpload
    Text box and browse button that allow users to select a file to upload to the server.
FILLED
in file Form.php, class constant Form::FILLED
    operation name
FILTER
in file Rule.php, class constant Rule::FILTER
    type
filterFloat
in file TextBase.php, method TextBase::filterFloat()
    Float string cleanup.
FLOAT
in file Form.php, class constant Form::FLOAT
    operation name
Form
in file Form.php, class Form
    Creates, validates and renders HTML forms.
FormContainer
in file FormContainer.php, class FormContainer
    Container for form controls.
FormControl
in file FormControl.php, class FormControl
    Base class that implements the basic functionality common to form controls.
FormGroup
in file FormGroup.php, class FormGroup
    A user group of form controls.
FileUpload.php
procedural page FileUpload.php
FormControl.php
procedural page FormControl.php
Form.php
procedural page Form.php
FormContainer.php
procedural page FormContainer.php
FormGroup.php
procedural page FormGroup.php
top

g

getAction
in file Form.php, method Form::getAction()
    Returns form's action.
getClientScript
in file ConventionalRenderer.php, method ConventionalRenderer::getClientScript()
    Returns JavaScript handler.
getContainerPrototype
in file RadioList.php, method RadioList::getContainerPrototype()
    Returns container HTML element template.
getControl
in file MultiSelectBox.php, method MultiSelectBox::getControl()
    Generates control's HTML element.
getControl
in file FormControl.php, method FormControl::getControl()
    Generates control's HTML element.
getControl
in file TextArea.php, method TextArea::getControl()
    Generates control's HTML element.
getControl
in file HiddenField.php, method HiddenField::getControl()
    Generates control's HTML element.
getControl
in file SelectBox.php, method SelectBox::getControl()
    Generates control's HTML element.
getControl
in file Button.php, method Button::getControl()
    Generates control's HTML element.
getControl
in file TextInput.php, method TextInput::getControl()
    Generates control's HTML element.
getControl
in file Checkbox.php, method Checkbox::getControl()
    Generates control's HTML element.
getControl
in file RadioList.php, method RadioList::getControl()
    Generates control's HTML element.
getControlPrototype
in file FormControl.php, method FormControl::getControlPrototype()
    Returns control's HTML element template.
getControls
in file FormGroup.php, method FormGroup::getControls()
getControls
in file FormContainer.php, method FormContainer::getControls()
    Iterates over all form controls.
getElementPrototype
in file Form.php, method Form::getElementPrototype()
    Returns form's HTML element template.
getEmptyValue
in file TextBase.php, method TextBase::getEmptyValue()
    Returns the special value which is treated as empty string.
getEncoding
in file Form.php, method Form::getEncoding()
    Returns the encoding.
getErrors
in file FormControl.php, method FormControl::getErrors()
    Returns errors corresponding to control.
getErrors
in file IFormControl.php, method IFormControl::getErrors()
    Returns errors corresponding to control.
getErrors
in file Form.php, method Form::getErrors()
    Returns validation errors.
getForm
in file Form.php, method Form::getForm()
    Returns self.
getForm
in file FormContainer.php, method FormContainer::getForm()
    Returns form.
getForm
in file FormControl.php, method FormControl::getForm()
    Returns form.
getGroup
in file Form.php, method Form::getGroup()
    Returns the specified group.
getGroups
in file Form.php, method Form::getGroups()
    Returns all defined groups.
getHtmlId
in file FormControl.php, method FormControl::getHtmlId()
    Returns control's HTML id.
getHtmlName
in file FormControl.php, method FormControl::getHtmlName()
    Returns name of control within a Form & INamingContainer scope.
getHttpRequest
in file Form.php, method Form::getHttpRequest()
getItems
in file RadioList.php, method RadioList::getItems()
    Returns options from which to choose.
getItems
in file SelectBox.php, method SelectBox::getItems()
    Returns items from which to choose.
getIterator
in file Rules.php, method Rules::getIterator()
    Iterates over ruleset.
getLabel
in file FormControl.php, method FormControl::getLabel()
    Generates label's HTML element.
getLabel
in file RadioList.php, method RadioList::getLabel()
    Generates label's HTML element.
getLabel
in file Button.php, method Button::getLabel()
    Bypasses label generation.
getLabel
in file HiddenField.php, method HiddenField::getLabel()
    Bypasses label generation.
getLabelPrototype
in file FormControl.php, method FormControl::getLabelPrototype()
    Returns label's HTML element template.
getMethod
in file Form.php, method Form::getMethod()
    Returns form's method.
getOption
in file FormControl.php, method FormControl::getOption()
    Returns user-specific option.
getOption
in file FormGroup.php, method FormGroup::getOption()
    Returns user-specific option.
getOptions
in file FormControl.php, method FormControl::getOptions()
    Returns user-specific options.
getOptions
in file FormGroup.php, method FormGroup::getOptions()
    Returns user-specific options.
getRawValue
in file SelectBox.php, method SelectBox::getRawValue()
    Returns selected item key (not checked).
getRawValue
in file MultiSelectBox.php, method MultiSelectBox::getRawValue()
    Returns selected keys (not checked).
getRenderer
in file Form.php, method Form::getRenderer()
    Returns form renderer.
getRules
in file IFormControl.php, method IFormControl::getRules()
getRules
in file FormControl.php, method FormControl::getRules()
getSelectedItem
in file MultiSelectBox.php, method MultiSelectBox::getSelectedItem()
    Returns selected values.
getSelectedItem
in file SelectBox.php, method SelectBox::getSelectedItem()
    Returns selected value.
getSeparatorPrototype
in file RadioList.php, method RadioList::getSeparatorPrototype()
    Returns separator HTML element template.
getSession
in file Form.php, method Form::getSession()
getToggles
in file Rules.php, method Rules::getToggles()
getTranslator
in file FormControl.php, method FormControl::getTranslator()
    Returns translate adapter.
getTranslator
in file Form.php, method Form::getTranslator()
    Returns translate adapter.
getValidationScope
in file SubmitButton.php, method SubmitButton::getValidationScope()
    Gets the validation scope.
getValidationScope
in file ISubmitterControl.php, method ISubmitterControl::getValidationScope()
    Gets the validation scope. Clicking the button validates only the controls within the specified scope.
getValue
in file SelectBox.php, method SelectBox::getValue()
    Returns selected item key.
getValue
in file ConventionalRenderer.php, method ConventionalRenderer::getValue()
getValue
in file FormControl.php, method FormControl::getValue()
    Returns control's value.
getValue
in file RadioList.php, method RadioList::getValue()
    Returns selected radio value.
getValue
in file MultiSelectBox.php, method MultiSelectBox::getValue()
    Returns selected keys.
getValue
in file IFormControl.php, method IFormControl::getValue()
    Returns control's value.
getValue
in file RepeaterControl.php, method RepeaterControl::getValue()
    Get value.
getValues
in file Form.php, method Form::getValues()
    Returns the values submitted by the form.
getWrapper
in file ConventionalRenderer.php, method ConventionalRenderer::getWrapper()
top

h

HiddenField.php
procedural page HiddenField.php
hasErrors
in file FormControl.php, method FormControl::hasErrors()
hasErrors
in file Form.php, method Form::hasErrors()
HiddenField
in file HiddenField.php, class HiddenField
    Hidden form control used to store a non-displayed value.
top

i

$idMask
in file FormControl.php, variable FormControl::$idMask
$isNegative
in file Rule.php, variable Rule::$isNegative
$items
in file RadioList.php, variable RadioList::$items
ImageButton.php
procedural page ImageButton.php
IFormControl.php
procedural page IFormControl.php
IFormRenderer.php
procedural page IFormRenderer.php
INamingContainer.php
procedural page INamingContainer.php
ISubmitterControl.php
procedural page ISubmitterControl.php
InstantClientScript.php
procedural page InstantClientScript.php
IFormControl
in file IFormControl.php, class IFormControl
    Defines method that must be implemented to allow a component to act like a form control.
IFormRenderer
in file IFormRenderer.php, class IFormRenderer
    Defines method that must implement form rendered.
ImageButton
in file ImageButton.php, class ImageButton
    Submittable image button form control.
INamingContainer
in file INamingContainer.php, class INamingContainer
    Identifies a container that creates a new namespace for form's control hierarchy.
init
in file ConventionalRenderer.php, method ConventionalRenderer::init()
    Initializes form.
InstantClientScript
in file InstantClientScript.php, class InstantClientScript
    Instant validation JavaScript generator.
INTEGER
in file Form.php, class constant Form::INTEGER
    operation name
isDisabled
in file IFormControl.php, method IFormControl::isDisabled()
    Is control disabled?
isDisabled
in file FormControl.php, method FormControl::isDisabled()
    Is control disabled?
isFirstSkipped
in file SelectBox.php, method SelectBox::isFirstSkipped()
    Is first item in select box ignored?
isPopulated
in file Form.php, method Form::isPopulated()
    Was form populated by setDefaults() or processHttpRequest() yet?
isRendered
in file FormControl.php, method FormControl::isRendered()
    Does method getControl() have been called?
isRequired
in file FormControl.php, method FormControl::isRequired()
    Is control mandatory?
isSubmitted
in file Form.php, method Form::isSubmitted()
    Tells if the form was submitted.
isSubmittedBy
in file ISubmitterControl.php, method ISubmitterControl::isSubmittedBy()
    Tells if the form was submitted by this button.
isSubmittedBy
in file SubmitButton.php, method SubmitButton::isSubmittedBy()
    Tells if the form was submitted by this button.
ISubmitterControl
in file ISubmitterControl.php, class ISubmitterControl
    Defines method that must be implemented to allow a control to submit web form.
isValid
in file Form.php, method Form::isValid()
    Is form valid?
IS_IN
in file Form.php, class constant Form::IS_IN
    operation name
top

j

javascript
in file InstantClientScript.php, method InstantClientScript::javascript()
top

l

$label
in file FormControl.php, variable FormControl::$label
LENGTH
in file Form.php, class constant Form::LENGTH
    operation name
loadHttpData
in file TextBase.php, method TextBase::loadHttpData()
    Loads HTTP data.
loadHttpData
in file RepeaterControl.php, method RepeaterControl::loadHttpData()
    Load HTTP data.
loadHttpData
in file TextInput.php, method TextInput::loadHttpData()
    Loads HTTP data.
loadHttpData
in file IFormControl.php, method IFormControl::loadHttpData()
    Loads HTTP data.
loadHttpData
in file Form.php, method Form::loadHttpData()
    Fill-in the form with HTTP data. Doesn't check if form was submitted.
loadHttpData
in file FormControl.php, method FormControl::loadHttpData()
    Loads HTTP data.
loadHttpData
in file ImageButton.php, method ImageButton::loadHttpData()
    Loads HTTP data.
top

m

$message
in file Rule.php, variable Rule::$message
MultiSelectBox.php
procedural page MultiSelectBox.php
MAX_FILE_SIZE
in file Form.php, class constant Form::MAX_FILE_SIZE
    operation name
MAX_LENGTH
in file Form.php, class constant Form::MAX_LENGTH
    operation name
MIME_TYPE
in file Form.php, class constant Form::MIME_TYPE
    operation name
MIN_LENGTH
in file Form.php, class constant Form::MIN_LENGTH
    operation name
MultiSelectBox
in file MultiSelectBox.php, class MultiSelectBox
    Select box control that allows multiple item selection.
top

n

notifyRule
in file TextInput.php, method TextInput::notifyRule()
notifyRule
in file TextBase.php, method TextBase::notifyRule()
notifyRule
in file FormControl.php, method FormControl::notifyRule()
    New rule or condition notification callback.
NUMERIC
in file Form.php, class constant Form::NUMERIC
    operation name
top

o

$onClick
in file SubmitButton.php, variable SubmitButton::$onClick
$onInvalidClick
in file SubmitButton.php, variable SubmitButton::$onInvalidClick
$onInvalidSubmit
in file Form.php, variable Form::$onInvalidSubmit
$onSubmit
in file Form.php, variable Form::$onSubmit
$operation
in file Rule.php, variable Rule::$operation
offsetExists
in file FormContainer.php, method FormContainer::offsetExists()
    Does component specified by name exists?
offsetGet
in file FormContainer.php, method FormContainer::offsetGet()
    Returns component specified by name. Throws exception if component doesn't exist.
offsetSet
in file FormContainer.php, method FormContainer::offsetSet()
    Adds the component to the container.
offsetUnset
in file FormContainer.php, method FormContainer::offsetUnset()
    Removes component from the container. Throws exception if component doesn't exist.
top

p

processHttpRequest
in file Form.php, method Form::processHttpRequest()
    Detects form submission and loads HTTP values.
PROTECTOR_ID
in file Form.php, class constant Form::PROTECTOR_ID
    protection token ID
top

r

$repeatCount
in file RepeaterControl.php, variable RepeaterControl::$repeatCount
$repeatMax
in file RepeaterControl.php, variable RepeaterControl::$repeatMax
$repeatMin
in file RepeaterControl.php, variable RepeaterControl::$repeatMin
RadioList.php
procedural page RadioList.php
RepeaterControl.php
procedural page RepeaterControl.php
Rule.php
procedural page Rule.php
Rules.php
procedural page Rules.php
RadioList
in file RadioList.php, class RadioList
    Set of radio button controls.
RANGE
in file Form.php, class constant Form::RANGE
    operation name
REGEXP
in file Form.php, class constant Form::REGEXP
    operation name
render
in file IFormRenderer.php, method IFormRenderer::render()
    Provides complete form rendering.
render
in file ConventionalRenderer.php, method ConventionalRenderer::render()
    Provides complete form rendering.
render
in file Form.php, method Form::render()
    Renders form.
renderBegin
in file ConventionalRenderer.php, method ConventionalRenderer::renderBegin()
    Renders form begin.
renderBody
in file ConventionalRenderer.php, method ConventionalRenderer::renderBody()
    Renders form body.
renderClientScript
in file UserClientScript.php, method UserClientScript::renderClientScript()
    Generates the client side validation script.
renderClientScript
in file InstantClientScript.php, method InstantClientScript::renderClientScript()
    Generates the client side validation script.
renderControl
in file ConventionalRenderer.php, method ConventionalRenderer::renderControl()
    Renders 'control' part of visual row of controls.
renderControls
in file ConventionalRenderer.php, method ConventionalRenderer::renderControls()
    Renders group of controls.
renderEnd
in file ConventionalRenderer.php, method ConventionalRenderer::renderEnd()
    Renders form end.
renderErrors
in file ConventionalRenderer.php, method ConventionalRenderer::renderErrors()
    Renders validation errors (per form or per control).
renderLabel
in file ConventionalRenderer.php, method ConventionalRenderer::renderLabel()
    Renders 'label' part of visual row of controls.
renderPair
in file ConventionalRenderer.php, method ConventionalRenderer::renderPair()
    Renders single visual row.
renderPairMulti
in file ConventionalRenderer.php, method ConventionalRenderer::renderPairMulti()
    Renders single visual row of multiple controls.
RepeaterControl
in file RepeaterControl.php, class RepeaterControl
    A control that repeats a specified prototype for each item in the list.
Rule
in file Rule.php, class Rule
    Single validation rule or condition represented as value object.
Rules
in file Rules.php, class Rules
    List of validation & condition rules.
top

s

$separator
in file RadioList.php, variable RadioList::$separator
$submittedBy
in file Form.php, variable Form::$submittedBy
$subRules
in file Rule.php, variable Rule::$subRules
SelectBox.php
procedural page SelectBox.php
SubmitButton.php
procedural page SubmitButton.php
SCRIPT
in file Form.php, class constant Form::SCRIPT
    operation name
SelectBox
in file SelectBox.php, class SelectBox
    Select box control that allows single item selection.
setAction
in file Form.php, method Form::setAction()
    Sets form's action.
setClientScript
in file ConventionalRenderer.php, method ConventionalRenderer::setClientScript()
    Sets JavaScript handler.
setCurrentGroup
in file FormContainer.php, method FormContainer::setCurrentGroup()
setDefaults
in file Form.php, method Form::setDefaults()
    Fill-in with default values.
setDisabled
in file FormControl.php, method FormControl::setDisabled()
    Disables or enables control.
setEmptyValue
in file TextBase.php, method TextBase::setEmptyValue()
    Sets the special value which is treated as empty string.
setEncoding
in file Form.php, method Form::setEncoding()
    Set the encoding for the values.
setHtmlId
in file FormControl.php, method FormControl::setHtmlId()
    Changes control's HTML id.
setItems
in file SelectBox.php, method SelectBox::setItems()
    Sets items from which to choose.
setItems
in file RadioList.php, method RadioList::setItems()
    Sets options from which to choose.
setMethod
in file Form.php, method Form::setMethod()
    Sets form's method.
setOption
in file FormControl.php, method FormControl::setOption()
    Sets user-specific option.
setOption
in file FormGroup.php, method FormGroup::setOption()
    Sets user-specific option.
setParent
in file FormControl.php, method FormControl::setParent()
    Overloaded parent setter. This method checks for invalid control name.
setPasswordMode
in file TextInput.php, method TextInput::setPasswordMode()
    Sets or unsets the password mode.
setRendered
in file FormControl.php, method FormControl::setRendered()
    Sets 'rendered' indicator.
setRenderer
in file Form.php, method Form::setRenderer()
    Sets form renderer.
setRequired
in file FormControl.php, method FormControl::setRequired()
    Makes control mandatory.
setSubmittedBy
in file Form.php, method Form::setSubmittedBy()
    Sets the submittor control.
setTranslator
in file Form.php, method Form::setTranslator()
    Sets translate adapter.
setTranslator
in file FormControl.php, method FormControl::setTranslator()
    Sets translate adapter.
setValidationScope
in file SubmitButton.php, method SubmitButton::setValidationScope()
    Sets the validation scope. Clicking the button validates only the controls within the specified scope.
setValue
in file FileUpload.php, method FileUpload::setValue()
    Sets control's value.
setValue
in file Checkbox.php, method Checkbox::setValue()
    Sets control's value.
setValue
in file TextBase.php, method TextBase::setValue()
    Sets control's value.
setValue
in file FormControl.php, method FormControl::setValue()
    Sets control's value.
setValue
in file Button.php, method Button::setValue()
    Sets 'pressed' indicator.
setValue
in file HiddenField.php, method HiddenField::setValue()
    Sets control's value.
setValue
in file IFormControl.php, method IFormControl::setValue()
    Sets control's value.
setValue
in file RepeaterControl.php, method RepeaterControl::setValue()
    Set value.
setValues
in file Form.php, method Form::setValues()
    Fill-in with values.
skipFirst
in file SelectBox.php, method SelectBox::skipFirst()
    Ignores the first item in select box.
submit
in file Form.php, method Form::submit()
    Fires submit/click events.
SubmitButton
in file SubmitButton.php, class SubmitButton
    Submittable button control.
SUBMITTED
in file Form.php, class constant Form::SUBMITTED
    operation name
top

t

$tmpValue
in file TextBase.php, variable TextBase::$tmpValue
$toggleFunction
in file InstantClientScript.php, variable InstantClientScript::$toggleFunction
$toggleScript
in file InstantClientScript.php, variable InstantClientScript::$toggleScript
$type
in file Rule.php, variable Rule::$type
TextArea.php
procedural page TextArea.php
TextBase.php
procedural page TextBase.php
TextInput.php
procedural page TextInput.php
TERMINATOR
in file Rule.php, class constant Rule::TERMINATOR
    type
TextArea
in file TextArea.php, class TextArea
    Multiline text input control.
TextBase
in file TextBase.php, class TextBase
    Implements the basic functionality common to text input controls.
TextInput
in file TextInput.php, class TextInput
    Single line text input control.
toggle
in file Rules.php, method Rules::toggle()
    Toggles HTML elememnt visibility.
TRACKER_ID
in file Form.php, class constant Form::TRACKER_ID
    tracker ID
translate
in file FormControl.php, method FormControl::translate()
    Returns translated string.
translate
in file IFormControl.php, method IFormControl::translate()
    Returns translated string.
top

u

UserClientScript.php
procedural page UserClientScript.php
URL
in file Form.php, class constant Form::URL
    operation name
UserClientScript
in file UserClientScript.php, class UserClientScript
    User validation JavaScript generator.
top

v

$validateFunction
in file InstantClientScript.php, variable InstantClientScript::$validateFunction
$validateScript
in file InstantClientScript.php, variable InstantClientScript::$validateScript
$value
in file FormControl.php, variable FormControl::$value
$value
in file RepeaterControl.php, variable RepeaterControl::$value
VALID
in file Form.php, class constant Form::VALID
    operation name
validate
in file Form.php, method Form::validate()
    Performs the server side validation.
validate
in file Rules.php, method Rules::validate()
    Validates against ruleset.
validateEmail
in file TextBase.php, method TextBase::validateEmail()
    Email validator: is control's value valid email address?
validateEqual
in file FormControl.php, method FormControl::validateEqual()
    Equal validator: are control's value and second parameter equal?
validateFileSize
in file FileUpload.php, method FileUpload::validateFileSize()
    FileSize validator: is file size in limit?
validateFilled
in file FormControl.php, method FormControl::validateFilled()
    Filled validator: is control filled?
validateFilled
in file SelectBox.php, method SelectBox::validateFilled()
    Filled validator: has been any item selected?
validateFilled
in file RadioList.php, method RadioList::validateFilled()
    Filled validator: has been any radio button selected?
validateFilled
in file FileUpload.php, method FileUpload::validateFilled()
    Filled validator: has been any file uploaded?
validateFloat
in file TextBase.php, method TextBase::validateFloat()
    Float validator: is a control's value float number?
validateInteger
in file TextBase.php, method TextBase::validateInteger()
    Integer validator: is a control's value decimal number?
validateLength
in file TextBase.php, method TextBase::validateLength()
    Length validator: is control's value length in range?
validateMaxLength
in file TextBase.php, method TextBase::validateMaxLength()
    Max-length validator: is control's value length in limit?
validateMimeType
in file FileUpload.php, method FileUpload::validateMimeType()
    MimeType validator: has file specified mime type?
validateMinLength
in file TextBase.php, method TextBase::validateMinLength()
    Min-length validator: has control's value minimal length?
validateRange
in file TextBase.php, method TextBase::validateRange()
    Rangle validator: is a control's value number in specified range?
validateRegexp
in file TextBase.php, method TextBase::validateRegexp()
    Regular expression validator: matches control's value regular expression?
validateSubmitted
in file SubmitButton.php, method SubmitButton::validateSubmitted()
    Submitted validator: has been button pressed?
validateUrl
in file TextBase.php, method TextBase::validateUrl()
    URL validator: is control's value valid URL?
validateValid
in file FormControl.php, method FormControl::validateValid()
    Valid validator: is control valid?
VALIDATE_PREFIX
in file Rules.php, class constant Rules::VALIDATE_PREFIX
VALIDATOR
in file Rule.php, class constant Rule::VALIDATOR
    type
top

w

$wrappers
in file ConventionalRenderer.php, variable ConventionalRenderer::$wrappers
    /--- form.container
top