Skip to main content
Skip table of contents

setText (ActionBoxUtils)

Versionshinweise

24.5

Code

GROOVY
void ActionBoxUtils.setText(String text, String... actionBoxIDs)

Beschreibung

Ändert den Text für Einträge in der Aktionsbox.

Parameter

  • text - Der neue Text.

  • actionBoxIDs - Komma separierte Liste von IDs verschiedener Einträge in der Aktionsbox. 

Beispiele

GROOVY
ActionBoxUtils.setText("ActionBox text", "actionID", "actionID2");
JavaScript errors detected

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

If this problem persists, please contact our support.