Skip to main content
Skip table of contents

Hide Output Panel

Tag: Hide

The self-closing tag Hide, along with the Target attribute value of 'Output', emulates clicking the 'Hide Output Panel' button in the Output Panel in consoleEZ.

Tag Attributes

AttributesAttribute Value
TargetOutput

Example Scripts

XML
<Hide Target="Output"/>
XML
<ytriaAutomation>
	<Load Server="Acme01/ACME" Type="Console"/>
	<Load Server="Acme02/ACME" Type="Console"/>
	<Load Server="Acme03/ACME" Type="Console"/>
	<Arrange Type="Cascade"/>
	<Hide Target="Output"/>
</ytriaAutomation>

In the script above, consoles for servers ACME01/ACME, ACME02/ACME, and ACME03/ACME will all be opened in consoleEZ. The action Hide will hide the Output panel.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.