setText (ActionBoxUtils)
Versionshinweise | 24.5 |
---|
Code
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
ActionBoxUtils.setText("ActionBox text", "actionID", "actionID2");