Class JHtmlEditor
java.lang.Object
se.datadosen.component.JHtmlEditor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringshowEditor(JComponent parent, String initialText) Show HTML editor component in a modal dialogstatic StringshowEditor(JComponent parent, String initialText, boolean full)
-
Constructor Details
-
JHtmlEditor
public JHtmlEditor()
-
-
Method Details
-
showEditor
Show HTML editor component in a modal dialog- Parameters:
parent-- Returns:
- updated HTML or null if cancelled
-
showEditor
-