Callback: | AEFRemoveIDsFromMultiValueAttrs |
Arguments: |
Gadget - Gadget whose value is an id MVAttrList - list of mv gadget paths |
|
|
Description: | Given a source gadget and a destination list containing panel and gadget names, remove the id contained in the source gadget from the multivalue attribute. The need for the panel name that the gadget lives on is that if the panel is not loaded the panel will get loaded. |
Example: |
Button { Name = RemoveClients; Title = "Remove Clients"; Commands = AEFRemoveIDsFromMultiValueAttrs&/.../my_clients ("MYRoles:my_roles_,MYGroups:my_groups_"), AEFRemoveSelectedFromList&/.../my_clients(); } |