Skip to main content
Skip table of contents

setEnabled

Typ

Versionshinweise

12.2

Web Client

(Haken)

Code

GROOVY
void ActionBoxUtils.setEnabled(boolean enabled, String... actionBoxIDs)

Beschreibung

De-/Aktiviert Einträge in der Aktionsbox.

Parameter

  • enabled - Flag um Einträge zu de-/aktivieren. z.B. true, false.

  • actionBoxIDs - Komma separierte Liste von IDs verschiedener Einträge in der Aktionsbox. Mit GUIConstants.ALL_FIELDS könnnen alle Einträge de-/aktiviert werden.

Beispiele

GROOVY
ActionBoxUtils.setEnabled(false, "actionID", "actionID2");
ActionBoxUtils.setEnabled(false, GUIConstants.ALL_FIELDS);
JavaScript errors detected

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

If this problem persists, please contact our support.