OpenWGA 7.5 - TMLScript reference
FormInfoProperty :
persistent
| On object | FormInfo |
| Usage |
Controls if the created form is to be stored persistently on the user session |
| Description |
This is the TMLScript pendant of <tml:form> attribute persist. A persistent form is a form whose data is stored on the user session. It can be picked up from there anytime by its ID, either via <tml:form> tag or TMLScript method this.tmlformByID(). Find further information about this feature on the WebTML attribute persist. |
| Default value |
false |
| Writable | True |
| Return value |
true if the created form will be persistent, false otherwise (Boolean) |
| Allowed in script types |
|