Layout activator
Description
This plugin can be used to manage widget properties: Visibility, Focus in the Navigation bar and Enabled / Disabled state. You can make your widget hidden or visible, disabled or enabled, focused or unfocused by passing a boolean flag to a corresponding plugin parameter. Show or hide your widget from the navigation bar dynamically if it becomes relevant or irrelevant to the context the user currently works with. Create a button in your widget to fast navigate to another widget on the navigation bar - this can be done by manipulating widget “focus” property. Control whether you want or not to start any plugins associated with your widget by utilizing Enable / Disable parameters of the current plugin and corresponding property of the widget. Check how it works in widget “Common tools”.