Callback: | AEFPrependListAllValues |
Arguments: |
Gadget - Gadget whose value is to be modified srcGadgetPath - path to source gadget "SELECTED" or "ALL" |
|
|
Description: | For single-valued destination gadgets, prepends the value of the specified source gadget to the value of the specified destination gadget. For List destination gadgets, inserts the value of the specified source gadget into the list at the beginning. |
Example: |
Button { Name = SetGadgetValue; Title = "SetGadgetValue"; /* This button will Set the FinalValue gadget * with the selected values value stored * in the InputValue gadget */ Commands = AEFPrependListAllValues&/.../FinalValue ("/.../InputValue","SELECTED"); } |
NOTE: | If the sourceGadget is a List, the value of the sourceGadget will be all List items (not a "flattened" string value). |