2122232425262728
* 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); }