Differences

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

Link to this comparison view

Both sides previous revision Previous revision
ref:a_f:a:close_tab [2026/08/13 00:43] – removed - external edit (Unknown date) 127.0.0.1ref:a_f:a:close_tab [2026/08/13 00:43] (current) – ↷ Page moved from a_f:a:close_tab to ref:a_f:a:close_tab localdev
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>
 +
 +