Interface IWysiwygToolbar
-
- All Known Implementing Classes:
DefaultWysiwygToolbar
public interface IWysiwygToolbar
Specifies a toolbar to be used by aWysiwygEditor
- Author:
- sebfz1, solomax, andunslg
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
attachToEditor(org.apache.wicket.Component editor)
Attaches theIWysiwygToolbar
to the editorComponent
-
-
-
Method Detail
-
attachToEditor
void attachToEditor(org.apache.wicket.Component editor)
Attaches theIWysiwygToolbar
to the editorComponent
- Parameters:
editor
- theComponent
to attach theIWysiwygToolbar
to
-
-