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

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

There is a newer version: 10.0.0-M2
Show newest version
package wicket.contrib.tinymce.settings;

/**
 * Enables the Auto Resize plugin, which automatically resizes the editor to the content inside it.
 * 
 * http://
 * tinymce.moxiecode.com/wiki.php/Plugin:autoresize
 * 
 * @author jbrookover
 * 
 */
public class AutoResizePlugin extends Plugin
{

	private static final long serialVersionUID = 1L;

	public AutoResizePlugin()
	{
		super("autoresize");
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy