OpenWGA 7.9 - TMLScript reference

List
Method :

addAll([index,] list)

On object List
Usage Adds all values of another list to this list
Parameters index (Number, optional):
Index position at which the values are inserted. The first inserted value gets this index, all following values are inserted directly after it. The value that was at that index position before and all following values are moved to higher index positions accordingly. Omit this to let all values be appended to the end of the list.

list (Liste):
List whose values should be added

Allowed in script types
  • WebTML pages and normal WebTML actions
  • Master actions
  • TMLScript tasks in jobs
  • Content type events
    portletevent