public class RichTextEditCtrl extends RefocusDialogCtrlBase
DialogCtrlBase.Entry| Modifier and Type | Field and Description |
|---|---|
static String |
ARG_CONTENT |
static String |
ARG_TITLE |
protected org.zkoss.zul.Button |
okBtn |
protected Richtextbox |
richtextbox |
static String |
URI |
ARG_SPREADSHEETARG_CALLBACK, callback, ON_CANCEL, ON_OK| Constructor and Description |
|---|
RichTextEditCtrl() |
| Modifier and Type | Method and Description |
|---|---|
void |
doAfterCompose(org.zkoss.zul.Window comp) |
void |
onCancel() |
void |
onOK() |
static void |
show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback,
String title,
String content,
Spreadsheet ss) |
detachgetFellow, getSingleSelection, getSingleSelectionIndex, newArg, newEntry, newMap, postCallback, sendCallbackpublic static String URI
public static String ARG_TITLE
public static String ARG_CONTENT
protected org.zkoss.zul.Button okBtn
protected Richtextbox richtextbox
public static void show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback, String title, String content, Spreadsheet ss)
public void doAfterCompose(org.zkoss.zul.Window comp)
throws Exception
doAfterCompose in interface org.zkoss.zk.ui.util.Composer<org.zkoss.zul.Window>doAfterCompose in class RefocusDialogCtrlBaseExceptionpublic void onOK()
public void onCancel()
Copyright © 2020. All rights reserved.