Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
a_f:a:close_tab [2022/09/01 01:23] – removed - external edit (Unknown date) 127.0.0.1a_f:a:close_tab [2023/05/09 01:29] (current) sean
Line 1: Line 1:
 +{{tag>Index Action Action_List Process UI Tabs}}
 +====== CLOSE TAB ======
 +
 +This action forces closes all tabs with the specified id. Id’s can be assigned when defining an operation or a menu item that directs its output to a new tab (settings of the ''New Tab'' output). 
 +
 +===== Syntax =====
 +
 +''CLOSE TAB'' STRING LITERAL
 +
 +where STRING LITERAL is the id of the tabs to close. 
 +
 +===== Example =====
 +
 +<code aim>CLOSE TAB 'my tab' </code>
 +
 +