org.chenillekit.tapestry.core.mixins.yui
Class SimpleEditor

java.lang.Object
  extended by org.chenillekit.tapestry.core.base.AbstractYahooComponent
      extended by org.chenillekit.tapestry.core.mixins.yui.SimpleEditor
All Implemented Interfaces:
ClientElement

@Import(stack="yahoo",
        stylesheet="${yahoo.yui}/assets/skins/sam/skin.css",
        library={"../../Chenillekit.js","${yahoo.yui}/container/container_core${yahoo.yui.mode}.js","${yahoo.yui}/menu/menu${yahoo.yui.mode}.js","${yahoo.yui}/button/button${yahoo.yui.mode}.js","${yahoo.yui}/editor/simpleeditor${yahoo.yui.mode}.js","yui-image-uploader26.js","SimpleEditor.js"})
public class SimpleEditor
extends AbstractYahooComponent

Version:
$Id: SimpleEditor.java 675 2010-07-30 14:49:17Z homburgs $

Constructor Summary
SimpleEditor()
           
 
Method Summary
protected  void configure(JSONObject options)
          Invoked to allow subclasses to further configure the parameters passed to this mixin's javascript options.
 
Methods inherited from class org.chenillekit.tapestry.core.base.AbstractYahooComponent
getClientId, isDisabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleEditor

public SimpleEditor()
Method Detail

configure

protected void configure(JSONObject options)
Invoked to allow subclasses to further configure the parameters passed to this mixin's javascript options. Subclasses may override this method to configure additional features of this mixin.

This implementation does nothing.

Parameters:
options - option object


Copyright © 2008-2011 ChenilleKit. All Rights Reserved.