Skip to main content
Skip table of contents

setActionBoxState

Typ


Versionshinweise

20.2

Web Client(Haken)

Code

GROOVY
void GUIUtils.setActionBoxState(LayoutViewState state)

Beschreibung

Zeigt die Aktionsbox an oder blendet sie aus, wenn Aktionen verfügbar sind.

Parameter

  • LayoutViewState state
    • GUIConstants.LAYOUTVIEWSTATE_ON - Blendet die Aktionsbox ein, falls Aktionen verfügbar sind.
    • GUIConstants.LAYOUTVIEWSTATE_OFF - Blendet die Aktionsbox aus.

Beispiele

GROOVY
void beforeRenderActionBox()
{
	GUIUtils.setActionBoxState(GUIConstants.LAYOUTVIEWSTATE_OFF);
}
JavaScript errors detected

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

If this problem persists, please contact our support.