Skip to main content
Skip table of contents

HTML_EDITOR

Typ

 

Versionshinweise

17.2

Web Client 

Code

GROOVY
RecordableType.HTML_EDITOR

Beschreibung

Editor für große Texte mit HTML: de.cursor.gui.mrv.RecordableHTMLEditor

Beispiele

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

JavaScript errors detected

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

If this problem persists, please contact our support.