OpenWGA 7.8 - TMLScript reference
TMLForm "tmlform"Property :
persistent
| On object | TMLForm "tmlform" |
| Usage |
Shows if the form is persistent |
| Description |
A persistent form, which can be created using attribute persist on WebTML tag <tml:form>, stores its data on the users session and therefor is not lost when its data is not posted on between requests. |
| Writable | False |
| Return value | true if the form is persistent, false otherwise (Boolean) |
| Allowed in script types |
|