initializeJadeEditor

initializeJadeEditor(useProfile: Boolean);

The initializeJadeEditor method of the JadeEditor class initializes the control for editing JADE method text.

If the value of the useProfile parameter is true, the editor options for the current user are used if the control is run in the development system; otherwise, the default editor options are used. If the value of the useProfile parameter is false, the values used are those set on the control at the time this method is called.

Call the initializeJadeEditor method before you call the setCurrentSchema method, to ensure that the form displays entities in the correct color.