Action

Toggle Action List

Posted by agiletortoise, Last update 2 days ago

Toggle whether the action list (right pane) is visible.

Steps

  • script

    if (app.currentWindow.isActionListVisible) {
    	app.currentWindow.hideActionList()
    }
    else {
    	app.currentWindow.showActionList()
    }

Options

  • After Success Nothing
    Notification Error
    Log Level Error
Items available in the Drafts Directory are uploaded by community members. Use appropriate caution reviewing downloaded items before use.