Nesting.MultiSelect
(Replacing message template with parser tag)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 9: Line 9:
|Allows multi-select - you can then expect vSelected_<NameOfNesting> to be maintained
|Allows multi-select - you can then expect vSelected_<NameOfNesting> to be maintained
|}
|}
<code>#Nesting.MultiSelect</code> changes the behavior of table/grid so that you can select many things. <code>vSelected</code> is a list of collection objects that can be used in OCL to act on those selected.  
<code><span class="col-black">'''#Nesting.MultiSelect'''</span></code> changes the behavior of table/grid so that you can select many things. <code><span class="col-black">'''vSelected'''</span></code> is a list of collection objects that can be used in OCL to act on those selected.  


See also: [[VCurrent and vSelected]]
'''See also:''' [[Documentation:VCurrent and vSelected|VCurrent and vSelected]]
[[Category:Tagged Values]]
[[Category:Tagged Values]]
{{Edited|July|12|2024}}
{{Edited|July|12|2025}}

Latest revision as of 05:29, 27 February 2025

This page was created by Stephanie@mdriven.net on 2023-05-18. Last edited by Stephanie@mdriven.net on 2025-02-27.
#TargetType.TaggedValue CommaSeparatedExampleValues Short Description
#Nesting.MultiSelect True,False Allows multi-select - you can then expect vSelected_<NameOfNesting> to be maintained

#Nesting.MultiSelect changes the behavior of table/grid so that you can select many things. vSelected is a list of collection objects that can be used in OCL to act on those selected.

See also: VCurrent and vSelected