Package se.datadosen.component
Class JHtmlEditor
java.lang.Object
se.datadosen.component.JHtmlEditor
- Since:
- 13.5
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
showEditor
(JComponent parent, String initialText) Show HTML editor component in a modal dialogstatic String
showEditor
(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
-