Class UserClientScript (namespace Nette\Forms)
User validation JavaScript generator.
Object | --UserClientScript
| Public Method Summary | |
|---|---|
| UserClientScript |
__construct
(Form $form)
|
| array |
exportContainer
(FormContainer $container)
Exports description for JavaScript.
|
| void |
Generates the client side validation script.
|
| Methods Inherited From Object |
|---|
| extensionMethod(), getClass(), getReflection(), __call(), __callStatic(), __get(), __isset(), __set(), __unset() |
| Method Details | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
line 41 __constructpublic UserClientScript __construct (Form $form)
|
||||||||||||
|
line 63 exportContainerpublic array exportContainer (FormContainer $container) Exports description for JavaScript.
|
||||||||||||
|
line 52 renderClientScriptpublic void renderClientScript () Generates the client side validation script.
|
||||||||||||
