Namespace: http://onion.net/genericforms
| Name | Parameter | Return type | Description |
|---|---|---|---|
| chooseString | [condition:boolean] trueValue:string falseValue:string |
string | Shows a conditional operator. |
| format | unformatted:string arg0:string [arg1:string] [arg2:string] |
string | Replaces the format element in an indicated string with the indicated text. |
| hasLabel | owner:int | boolean | Checks whether the SchemaObject defined with the parameter “owner” has a user-defined label. |
| id | iterator:nodeset | string | Supplies the Id of the schema object of a node. |
| label | owner:int | string | Supplies the label of a node. |
| serialize | iterator:nodeset | string | Supplies the OuterXml of the current node. |
| settings | compiledIndex:int aspect:string |
nodeset | Supplies the setting for the current node and aspect. |
| split | values:string separator:string |
nodeset | Divides up a given string with a given separator. |

