All Downloads are FREE. Search and download functionalities are using the official Maven repository.

wicket.contrib.tinymce.settings.TabFocusPlugin Maven / Gradle / Ivy

There is a newer version: 6.30.0
Show newest version
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