-
Notifications
You must be signed in to change notification settings - Fork 42
Submit forms
Form tags for submit input values are not automatically created as in regular IW applications.
You need input forms only when you need to submit values, for example when you use TIWButton.OnClick event or if you want to use a Bootstrap horizontal or vertical form layout
You don't need to create form if you only use ajax calls, for excample TIWButton.OnAsyncClick.
If you need a form for submit input values you can use a IWBSInputForm components that inherit from IWBSRegion.
In this components you can also configure sizes for label and inputs that you put inside this form at any deep level.
Take care that HTML doesn’t support nested form tags. So if you try to put a form inside another form no mater the deep level it will raise an exception..