Package com.google.code.jqwicket.ui.prettycomments

Examples of com.google.code.jqwicket.ui.prettycomments.PrettyCommentsBehavior


public class PrettyCommentsPage extends DemoPage {

  public PrettyCommentsPage() {
    add(new TextArea<String>("commentBox1")
        .add(new PrettyCommentsBehavior()));
    add(new TextArea<String>("commentBox2")
        .add(new PrettyCommentsBehavior()));
  }
View Full Code Here

TOP

Related Classes of com.google.code.jqwicket.ui.prettycomments.PrettyCommentsBehavior

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.