AjaxHelperExtensions Class |
Note: This API is now obsolete.
Namespace: Kentico.Forms.Web.Mvc.Internal
[ObsoleteAttribute("This extension methods are obsolete. They were not intended for public use.")] public static class AjaxHelperExtensions
The AjaxHelperExtensions type exposes the following members.
Name | Description | |
---|---|---|
BeginForm |
Writes an opening form tag to the response.
| |
BeginRouteForm |
Writes an opening form tag to the response.
| |
EndForm |
Ends the form and disposes of all form resources.
| |
RegisterUpdatableFormScript |
Returns immediately executed JavaScript block which enables form identified with formId to be updatable upon changes of the form data.
Script block must be positioned under the form element identified with formId.
Form has to contain attribute 'ktc-data-ajax-update' or 'data-ajax-update' to identify element where the form is to be re-rendered.
|