Package com.fredck.FCKeditor

Examples of com.fredck.FCKeditor.FCKeditor


   * Initialize the FCKeditor container and set attributes
   *
   * @return EVAL_BODY_BUFFERED
   */
  public int doStartTag() throws JspException {
    fcked=new FCKeditor((HttpServletRequest)pageContext.getRequest(),id);
    if(toolbarSet!=null)
      fcked.setToolbarSet(toolbarSet);
    if(basePath!=null)
      fcked.setBasePath(basePath);
    if(width!=null)
View Full Code Here

TOP

Related Classes of com.fredck.FCKeditor.FCKeditor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.