Callback: | AEFSetValueToGadgetValueAsString |
Arguments: |
Gadget - Gadget whose value is to be modified srcGadgetPath - path to source gadget |
|
|
Description: | For single-valued destination gadgets, sets value of the destination gadget to the value of the specified source gadget. For List destination gadgets, deletes existing List entries and then inserts the value of the specified source gadget. |
Example: |
Button { Name = SetGadgetValue; Title = "SetGadgetValue"; /* This button will Set the FinalValue gadget * with the value in the gadget InitialValue */ Commands = AEFSetValueToGadgetValueAsString&/.../FinalValue ("/.../InitialValue"); } |
NOTE: | If the sourceGadget is a List, the value of the sourceGadget will be a comma-delimited string composed of all List values. |