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