
wicket.contrib.tinymce.settings.TabFocusPlugin Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wicketstuff-tinymce Show documentation
Show all versions of wicketstuff-tinymce Show documentation
Adds support for WYSIWYG editing (using TinyMce) to Wicket
package wicket.contrib.tinymce.settings;
/**
* Adds the ability to tab in/out of a TinyMCE Editor.
*
* @author jbrookover
*
*/
public class TabFocusPlugin extends Plugin
{
private static final long serialVersionUID = 1L;
public TabFocusPlugin()
{
super("tabfocus");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy