Skip to content

vlt.ui.callbacknametag

  CALLBACKNAMETAG - Callback to run a specified function with name and 'command' based on tag

    vlt.ui.callbacknametag(FUNCTIONNAME, NAME, ...)

    Calls the function FUNCTIONNAME with first argument NAME, followed by a name/ref pair
    argument 'command',TAG, where TAG is the TAG of the UICONTROL that was clicked.

    Any additional arguments passed to vlt.ui.callbacknametag will be passed along to the
    function call to FUNCTIONNAME.