Class InstantClientScript (namespace Nette\Forms)
Instant validation JavaScript generator.
Object | --InstantClientScript
Public Method Summary | |
---|---|
InstantClientScript |
__construct
(Form $form)
|
void |
enable
()
|
static void |
javascript
()
|
string |
Generates the client side validation script.
|
Methods Inherited From Object |
---|
extensionMethod(), getClass(), getReflection(), __call(), __callStatic(), __get(), __isset(), __set(), __unset() |
Method Details | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
line 37 __constructpublic InstantClientScript __construct (Form $form)
|
||||||||||||
line 44 enablepublic void enable ()
|
||||||||||||
line 255 javascriptpublic static void javascript ()
|
||||||||||||
line 86 renderClientScriptpublic string renderClientScript () Generates the client side validation script.
|