Package org.cast.cwm

Examples of org.cast.cwm.CwmApplication


    this.mPrompt = mPrompt;
    this.metadata = metadata;
    this.loc = loc;
    setOutputMarkupId(true);

    CwmApplication app = CwmApplication.get();
    add (new ButtonLink("write", app.getResponseType("HTML"))); // write for wysiwyg text
    add (new ButtonLink("text", app.getResponseType("TEXT")))// plain text box
    add (new ButtonLink("draw", app.getResponseType("SVG")))
    add (new ButtonLink("record", app.getResponseType("AUDIO")));
    add (new ButtonLink("upload", app.getResponseType("UPLOAD")));
    add (new ButtonLink("table", app.getResponseType("TABLE")));
  }
View Full Code Here

TOP

Related Classes of org.cast.cwm.CwmApplication

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.