Callback: | AEFAppendListValues |
Arguments: |
Gadget - Gadget whose value is to be modified srcGadgetPath - path to source gadget "SELECTED" or "ALL" - what to get from the list |
|
|
Description: | For single-valued destination gadgets, appends 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 end. |
Example: |
Button { Name = SetGadgetValue; Title = "SetGadgetValue"; /* This button will set the FinalValue gadget * with the currently selected value stored * in the ListValues gadget. */ Commands = AEFAppendListValues&/.../FinalValue ("/.../ListValues","SELECTED"); } |
NOTE: | If the sourceGadget is a List, the value of the sourceGadget will be all List items (not a "flattened" string value). |