OpenWGA 7.1 - TMLScript reference
FormInfoProperty :
htmlinput
| On object | FormInfo |
| Usage |
Controls if the created form will accept plain HTML input fields |
| Description |
This is the TMLScript pendant to <tml:form> attribute htmlinput, controlling if the form will accept input that comes from plain HTML input fields, i.e. HTML tags <input>, <select> or <textarea> and the such. |
| Default value |
false |
| Writable | True |
| Return value |
true when HTML input is accepted, false otherwise (Boolean) |
| Allowed in script types |
|