Skip to main content
Skip table of contents

EDITOR_PANE

Typ

 

Versionshinweise

17.2

Web Client 

Code

GROOVY
RecordableType.EDITOR_PANE

Beschreibung

Editor für große Texte: de.cursor.gui.mrv.RecordableEditorPane

Beispiele

GROOVY
RecordableType type = MetaDataUtils.getFieldType("FreetText1.Activity");
if(RecordableType.EDITOR_PANE == type)
{
  //do something
}

JavaScript errors detected

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

If this problem persists, please contact our support.