Element index for namespace Forms

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

_

__clone
in file FormContainer.php, method NFormContainer::__clone()
    Prevents cloning.
__construct
in file SelectBox.php, method NSelectBox::__construct()
__construct
in file Rules.php, method NRules::__construct()
__construct
in file RepeaterControl.php, method NRepeaterControl::__construct()
__construct
in file RadioList.php, method NRadioList::__construct()
__construct
in file SubmitButton.php, method NSubmitButton::__construct()
__construct
in file UserClientScript.php, method NUserClientScript::__construct()
__construct
in file TextInput.php, method NTextInput::__construct()
__construct
in file TextArea.php, method NTextArea::__construct()
__construct
in file InstantClientScript.php, method NInstantClientScript::__construct()
__construct
in file ImageButton.php, method NImageButton::__construct()
__construct
in file FileUpload.php, method NFileUpload::__construct()
__construct
in file Checkbox.php, method NCheckbox::__construct()
__construct
in file Form.php, method NForm::__construct()
    NForm constructor.
__construct
in file FormControl.php, method NFormControl::__construct()
__construct
in file HiddenField.php, method NHiddenField::__construct()
__construct
in file FormGroup.php, method NFormGroup::__construct()
__construct
in file Button.php, method NButton::__construct()
__toString
in file Form.php, method NForm::__toString()
    Renders form to string.
top

a

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

c

$caption
in file FormControl.php, variable NFormControl::$caption
$clientScript
in file ConventionalRenderer.php, variable NConventionalRenderer::$clientScript
$container
in file RadioList.php, variable NRadioList::$container
$control
in file Rule.php, variable NRule::$control
$control
in file FormControl.php, variable NFormControl::$control
$controls
in file FormGroup.php, variable NFormGroup::$controls
$counter
in file ConventionalRenderer.php, variable NConventionalRenderer::$counter
$currentGroup
in file FormContainer.php, variable NFormContainer::$currentGroup
checkMaxLength
in file TextInput.php, method NTextInput::checkMaxLength()
    Filter: shortens value to control's max length.
cleanErrors
in file Form.php, method NForm::cleanErrors()
cleanErrors
in file FormControl.php, method NFormControl::cleanErrors()
click
in file SubmitButton.php, method NSubmitButton::click()
    Fires click event.
CONDITION
in file Rule.php, class constant NRule::CONDITION
    type
Checkbox.php
procedural page Checkbox.php
ConventionalRenderer.php
procedural page ConventionalRenderer.php
top

d

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

e

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

f

$filters
in file TextBase.php, variable NTextBase::$filters
$form
in file ConventionalRenderer.php, variable NConventionalRenderer::$form
FILLED
in file Form.php, class constant NForm::FILLED
    operation name
FILTER
in file Rule.php, class constant NRule::FILTER
    type
filterFloat
in file TextBase.php, method NTextBase::filterFloat()
    Float string cleanup.
fireEvents
in file Form.php, method NForm::fireEvents()
    Fires submit/click events.
FLOAT
in file Form.php, class constant NForm::FLOAT
    operation name
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

GET
in file Form.php, class constant NForm::GET
    method
getAction
in file Form.php, method NForm::getAction()
    Returns form's action.
getClientScript
in file ConventionalRenderer.php, method NConventionalRenderer::getClientScript()
    Returns JavaScript handler.
getContainerPrototype
in file RadioList.php, method NRadioList::getContainerPrototype()
    Returns container HTML element template.
getControl
in file FormControl.php, method NFormControl::getControl()
    Generates control's HTML element.
getControl
in file Button.php, method NButton::getControl()
    Generates control's HTML element.
getControl
in file RadioList.php, method NRadioList::getControl()
    Generates control's HTML element.
getControl
in file MultiSelectBox.php, method NMultiSelectBox::getControl()
    Generates control's HTML element.
getControl
in file TextArea.php, method NTextArea::getControl()
    Generates control's HTML element.
getControl
in file HiddenField.php, method NHiddenField::getControl()
    Generates control's HTML element.
getControl
in file SelectBox.php, method NSelectBox::getControl()
    Generates control's HTML element.
getControl
in file Checkbox.php, method NCheckbox::getControl()
    Generates control's HTML element.
getControl
in file TextInput.php, method NTextInput::getControl()
    Generates control's HTML element.
getControlPrototype
in file FormControl.php, method NFormControl::getControlPrototype()
    Returns control's HTML element template.
getControls
in file FormContainer.php, method NFormContainer::getControls()
    Iterates over all form controls.
getControls
in file FormGroup.php, method NFormGroup::getControls()
getElementPrototype
in file Form.php, method NForm::getElementPrototype()
    Returns form's HTML element template.
getEmptyValue
in file TextBase.php, method NTextBase::getEmptyValue()
    Returns the special value which is treated as empty string.
getEncoding
in file Form.php, method NForm::getEncoding()
    Returns the encoding.
getErrors
in file FormControl.php, method NFormControl::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 NForm::getErrors()
    Returns validation errors.
getForm
in file FormControl.php, method NFormControl::getForm()
    Returns form.
getForm
in file FormContainer.php, method NFormContainer::getForm()
    Returns form.
getForm
in file Form.php, method NForm::getForm()
    Returns self.
getGroup
in file Form.php, method NForm::getGroup()
    Returns the specified group.
getGroups
in file Form.php, method NForm::getGroups()
    Returns all defined groups.
getHtmlId
in file FormControl.php, method NFormControl::getHtmlId()
    Returns control's HTML id.
getHtmlName
in file ImageButton.php, method NImageButton::getHtmlName()
    Returns name of control within a NForm & INamingContainer scope.
getHtmlName
in file FormControl.php, method NFormControl::getHtmlName()
    Returns name of control within a NForm & INamingContainer scope.
getHttpData
in file Form.php, method NForm::getHttpData()
    Returns submitted HTTP data.
getHttpRequest
in file Form.php, method NForm::getHttpRequest()
getItems
in file RadioList.php, method NRadioList::getItems()
    Returns options from which to choose.
getItems
in file SelectBox.php, method NSelectBox::getItems()
    Returns items from which to choose.
getIterator
in file Rules.php, method NRules::getIterator()
    Iterates over ruleset.
getLabel
in file FormControl.php, method NFormControl::getLabel()
    Generates label's HTML element.
getLabel
in file HiddenField.php, method NHiddenField::getLabel()
    Bypasses label generation.
getLabel
in file Button.php, method NButton::getLabel()
    Bypasses label generation.
getLabel
in file RadioList.php, method NRadioList::getLabel()
    Generates label's HTML element.
getLabelPrototype
in file FormControl.php, method NFormControl::getLabelPrototype()
    Returns label's HTML element template.
getMethod
in file Form.php, method NForm::getMethod()
    Returns form's method.
getOption
in file FormGroup.php, method NFormGroup::getOption()
    Returns user-specific option.
getOption
in file FormControl.php, method NFormControl::getOption()
    Returns user-specific option.
getOptions
in file FormControl.php, method NFormControl::getOptions()
    Returns user-specific options.
getOptions
in file FormGroup.php, method NFormGroup::getOptions()
    Returns user-specific options.
getRawValue
in file MultiSelectBox.php, method NMultiSelectBox::getRawValue()
    Returns selected keys (not checked).
getRawValue
in file SelectBox.php, method NSelectBox::getRawValue()
    Returns selected item key (not checked).
getRenderer
in file Form.php, method NForm::getRenderer()
    Returns form renderer.
getRules
in file FormControl.php, method NFormControl::getRules()
getRules
in file IFormControl.php, method IFormControl::getRules()
getSelectedItem
in file MultiSelectBox.php, method NMultiSelectBox::getSelectedItem()
    Returns selected values.
getSelectedItem
in file SelectBox.php, method NSelectBox::getSelectedItem()
    Returns selected value.
getSeparatorPrototype
in file RadioList.php, method NRadioList::getSeparatorPrototype()
    Returns separator HTML element template.
getSession
in file Form.php, method NForm::getSession()
getToggles
in file Rules.php, method NRules::getToggles()
getTranslator
in file FormControl.php, method NFormControl::getTranslator()
    Returns translate adapter.
getTranslator
in file Form.php, method NForm::getTranslator()
    Returns translate adapter.
getValidationScope
in file SubmitButton.php, method NSubmitButton::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 RadioList.php, method NRadioList::getValue()
    Returns selected radio value.
getValue
in file MultiSelectBox.php, method NMultiSelectBox::getValue()
    Returns selected keys.
getValue
in file TextBase.php, method NTextBase::getValue()
    Returns control's value.
getValue
in file ConventionalRenderer.php, method NConventionalRenderer::getValue()
getValue
in file IFormControl.php, method IFormControl::getValue()
    Returns control's value.
getValue
in file SelectBox.php, method NSelectBox::getValue()
    Returns selected item key.
getValue
in file RepeaterControl.php, method NRepeaterControl::getValue()
    Get value.
getValue
in file FormControl.php, method NFormControl::getValue()
    Returns control's value.
getValues
in file Form.php, method NForm::getValues()
    Returns the values submitted by the form.
getValues
in file FormContainer.php, method NFormContainer::getValues()
    Returns the values submitted by the form.
getWrapper
in file ConventionalRenderer.php, method NConventionalRenderer::getWrapper()
top

h

HiddenField.php
procedural page HiddenField.php
hasErrors
in file FormControl.php, method NFormControl::hasErrors()
hasErrors
in file Form.php, method NForm::hasErrors()
top

i

$idMask
in file FormControl.php, variable NFormControl::$idMask
$isNegative
in file Rule.php, variable NRule::$isNegative
$items
in file RadioList.php, variable NRadioList::$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.
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 NConventionalRenderer::init()
    Initializes form.
INTEGER
in file Form.php, class constant NForm::INTEGER
    operation name
isAnchored
in file Form.php, method NForm::isAnchored()
    Tells if the form is anchored.
isDisabled
in file IFormControl.php, method IFormControl::isDisabled()
    Is control disabled?
isDisabled
in file FormControl.php, method NFormControl::isDisabled()
    Is control disabled?
isFirstSkipped
in file SelectBox.php, method NSelectBox::isFirstSkipped()
    Is first item in select box ignored?
isRendered
in file FormControl.php, method NFormControl::isRendered()
    Does method getControl() have been called?
isRequired
in file FormControl.php, method NFormControl::isRequired()
    Is control mandatory?
isSubmitted
in file Form.php, method NForm::isSubmitted()
    Tells if the form was submitted.
isSubmittedBy
in file SubmitButton.php, method NSubmitButton::isSubmittedBy()
    Tells if the form was submitted by this button.
isSubmittedBy
in file ISubmitterControl.php, method ISubmitterControl::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 FormContainer.php, method NFormContainer::isValid()
    Is form valid?
IS_IN
in file Form.php, class constant NForm::IS_IN
    operation name
top

j

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

l

$label
in file FormControl.php, variable NFormControl::$label
LENGTH
in file Form.php, class constant NForm::LENGTH
    operation name
loadHttpData
in file RepeaterControl.php, method NRepeaterControl::loadHttpData()
    Load HTTP data.
loadHttpData
in file ImageButton.php, method NImageButton::loadHttpData()
    Loads HTTP data.
loadHttpData
in file FormControl.php, method NFormControl::loadHttpData()
    Loads HTTP data.
loadHttpData
in file IFormControl.php, method IFormControl::loadHttpData()
    Loads HTTP data.
top

m

$message
in file Rule.php, variable NRule::$message
MultiSelectBox.php
procedural page MultiSelectBox.php
MAX_FILE_SIZE
in file Form.php, class constant NForm::MAX_FILE_SIZE
    operation name
MAX_LENGTH
in file Form.php, class constant NForm::MAX_LENGTH
    operation name
MIME_TYPE
in file Form.php, class constant NForm::MIME_TYPE
    operation name
MIN_LENGTH
in file Form.php, class constant NForm::MIN_LENGTH
    operation name
top

n

NButton
in file Button.php, class NButton
    Push button control with no default behavior.
NCheckbox
in file Checkbox.php, class NCheckbox
    Check box control. Allows the user to select a true or false condition.
NConventionalRenderer
in file ConventionalRenderer.php, class NConventionalRenderer
    Converts a NForm into the HTML output.
NFileUpload
in file FileUpload.php, class NFileUpload
    Text box and browse button that allow users to select a file to upload to the server.
NForm
in file Form.php, class NForm
    Creates, validates and renders HTML forms.
NFormContainer
in file FormContainer.php, class NFormContainer
    Container for form controls.
NFormControl
in file FormControl.php, class NFormControl
    Base class that implements the basic functionality common to form controls.
NFormGroup
in file FormGroup.php, class NFormGroup
    A user group of form controls.
NHiddenField
in file HiddenField.php, class NHiddenField
    Hidden form control used to store a non-displayed value.
NImageButton
in file ImageButton.php, class NImageButton
    Submittable image button form control.
NInstantClientScript
in file InstantClientScript.php, class NInstantClientScript
    Instant validation JavaScript generator.
NMultiSelectBox
in file MultiSelectBox.php, class NMultiSelectBox
    Select box control that allows multiple item selection.
notifyRule
in file TextBase.php, method NTextBase::notifyRule()
notifyRule
in file TextInput.php, method NTextInput::notifyRule()
notifyRule
in file FormControl.php, method NFormControl::notifyRule()
    New rule or condition notification callback.
NRadioList
in file RadioList.php, class NRadioList
    NSet of radio button controls.
NRepeaterControl
in file RepeaterControl.php, class NRepeaterControl
    A control that repeats a specified prototype for each item in the list.
NRule
in file Rule.php, class NRule
    Single validation rule or condition represented as value object.
NRules
in file Rules.php, class NRules
    List of validation & condition rules.
NSelectBox
in file SelectBox.php, class NSelectBox
    Select box control that allows single item selection.
NSubmitButton
in file SubmitButton.php, class NSubmitButton
    Submittable button control.
NTextArea
in file TextArea.php, class NTextArea
    Multiline text input control.
NTextBase
in file TextBase.php, class NTextBase
    Implements the basic functionality common to text input controls.
NTextInput
in file TextInput.php, class NTextInput
    Single line text input control.
NUMERIC
in file Form.php, class constant NForm::NUMERIC
    operation name
NUserClientScript
in file UserClientScript.php, class NUserClientScript
    NUser validation JavaScript generator.
top

o

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

p

POST
in file Form.php, class constant NForm::POST
    method
processHttpRequest
in file Form.php, method NForm::processHttpRequest()
top

r

$repeatCount
in file RepeaterControl.php, variable NRepeaterControl::$repeatCount
$repeatMax
in file RepeaterControl.php, variable NRepeaterControl::$repeatMax
$repeatMin
in file RepeaterControl.php, variable NRepeaterControl::$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
RANGE
in file Form.php, class constant NForm::RANGE
    operation name
receiveHttpData
in file Form.php, method NForm::receiveHttpData()
    Internal: receives submitted HTTP data.
REGEXP
in file Form.php, class constant NForm::REGEXP
    operation name
removeGroup
in file Form.php, method NForm::removeGroup()
    Removes fieldset group from form.
render
in file Form.php, method NForm::render()
    Renders form.
render
in file ConventionalRenderer.php, method NConventionalRenderer::render()
    Provides complete form rendering.
render
in file IFormRenderer.php, method IFormRenderer::render()
    Provides complete form rendering.
renderBegin
in file ConventionalRenderer.php, method NConventionalRenderer::renderBegin()
    Renders form begin.
renderBody
in file ConventionalRenderer.php, method NConventionalRenderer::renderBody()
    Renders form body.
renderClientScript
in file InstantClientScript.php, method NInstantClientScript::renderClientScript()
    Generates the client side validation script.
renderClientScript
in file UserClientScript.php, method NUserClientScript::renderClientScript()
    Generates the client side validation script.
renderControl
in file ConventionalRenderer.php, method NConventionalRenderer::renderControl()
    Renders 'control' part of visual row of controls.
renderControls
in file ConventionalRenderer.php, method NConventionalRenderer::renderControls()
    Renders group of controls.
renderEnd
in file ConventionalRenderer.php, method NConventionalRenderer::renderEnd()
    Renders form end.
renderErrors
in file ConventionalRenderer.php, method NConventionalRenderer::renderErrors()
    Renders validation errors (per form or per control).
renderLabel
in file ConventionalRenderer.php, method NConventionalRenderer::renderLabel()
    Renders 'label' part of visual row of controls.
renderPair
in file ConventionalRenderer.php, method NConventionalRenderer::renderPair()
    Renders single visual row.
renderPairMulti
in file ConventionalRenderer.php, method NConventionalRenderer::renderPairMulti()
    Renders single visual row of multiple controls.
top

s

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

t

$toggleFunction
in file InstantClientScript.php, variable NInstantClientScript::$toggleFunction
$toggleScript
in file InstantClientScript.php, variable NInstantClientScript::$toggleScript
$type
in file Rule.php, variable NRule::$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 NRule::TERMINATOR
    type
toggle
in file Rules.php, method NRules::toggle()
    Toggles HTML elememnt visibility.
translate
in file FormControl.php, method NFormControl::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 NForm::URL
    operation name
top

v

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

w

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