wicket.contrib.tinymce.settings
Class ImageUploadPlugin

java.lang.Object
  extended by wicket.contrib.tinymce.settings.Enum
      extended by wicket.contrib.tinymce.settings.Plugin
          extended by wicket.contrib.tinymce.settings.ImageUploadPlugin
All Implemented Interfaces:
Serializable

public class ImageUploadPlugin
extends Plugin

Tiny MCE plugin for image upload.

Author:
Michal Letynski
See Also:
Serialized Form

Constructor Summary
ImageUploadPlugin(ImageUploadPanel.ImageUploadBehavior imageUploadBehavior)
           
 
Method Summary
protected  void definePluginSettings(StringBuffer pBuffer)
          Define configuration settings for this plugin.
 PluginButton getImageUploadButton()
           
 
Methods inherited from class wicket.contrib.tinymce.settings.Plugin
define, definePluginExtensions, getPluginPath, setPluginPath
 
Methods inherited from class wicket.contrib.tinymce.settings.Enum
equals, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImageUploadPlugin

public ImageUploadPlugin(ImageUploadPanel.ImageUploadBehavior imageUploadBehavior)
Method Detail

getImageUploadButton

public PluginButton getImageUploadButton()
Returns:
the imageUploadButton

definePluginSettings

protected void definePluginSettings(StringBuffer pBuffer)
Description copied from class: Plugin
Define configuration settings for this plugin.

I.e. the "paste" plugin can be configured with different settings such as: "paste_callback" etc.

Overrides:
definePluginSettings in class Plugin
Parameters:
pBuffer - buffer to append to


Copyright © 2004-2011. All Rights Reserved.