Method | Description | |
---|---|---|
Configure ( IDictionary parameters ) : void |
Configures the JS library based on the supplied parameters.
|
|
CreateAfterFormOpened ( string formId ) : string |
Implementors should return any tag/js content to be rendered after the form tag is rendered.
|
|
CreateBeforeFormClosed ( string formId ) : string |
Implementors should return any tag/js content to be rendered after the form tag is closed.
|
public Configure ( IDictionary parameters ) : void | ||
parameters | IDictionary | The parameters. |
return | void |
public CreateAfterFormOpened ( string formId ) : string | ||
formId | string | The form id. |
return | string |
public CreateBeforeFormClosed ( string formId ) : string | ||
formId | string | The form id. |
return | string |