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

java.lang.Object
  extended by org.chenillekit.tapestry.core.base.AbstractYahooComponent
      extended by org.chenillekit.tapestry.core.mixins.yui.Editor
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}/connection/connection${yahoo.yui.mode}.js","${yahoo.yui}/editor/editor${yahoo.yui.mode}.js","yui-image-uploader26.js","Editor.js"})
public class Editor
extends AbstractYahooComponent

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

Constructor Summary
Editor()
           
 
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

Editor

public Editor()
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-2010 ChenilleKit. All Rights Reserved.