Package org.wicketstuff.yui.markup.html.editor

Examples of org.wicketstuff.yui.markup.html.editor.YuiEditor


     * Creates a new instance of YuiEditorPage
     */
    public YuiEditorPage() {
        Model model = new Model("This is some <b>content</b> - feel free to edit it!");
        Form form = new Form("someForm");
        form.add(new YuiEditor("yuiEditor", model));
        add(form);
    }
View Full Code Here

TOP

Related Classes of org.wicketstuff.yui.markup.html.editor.YuiEditor

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.