Skip to main content
Skip table of contents

beforeRenderActionBox

Typ

 

Versionshinweise

16.1

Web Client (Haken)

Code

GROOVY
void beforeRenderActionBox()

Beschreibung

Diese Methode wird aufgerufen, wenn die Aktions-Box initialisiert und aktualisiert wird.

Beispiele

GROOVY
void beforeRenderActionBox()
{
  if(ScriptUtils.equal("E", FieldUtils.getValue("ActStatusKey.Activity")))
  {
	ActionBoxUtils.setEnabled(GUIConstants.ALL_FIELDS);
  }
  if(ScriptUtils.equal("I", FieldUtils.getValue("ActStatusKey.Activity")))
  {
   	ActionBoxUtils.show(false);
  }
}
JavaScript errors detected

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

If this problem persists, please contact our support.