public class EditOption
extends com.google.gwt.core.client.JavaScriptObject
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
LINK_EXT
The Constant LINK_EXT.
|
static String |
SKIN_NOSTYLE
The Constant SKIN_NOSTYLE.
|
static String |
SKIN_O2007_BLUE
The Constant SKIN_O2007_BLUE.
|
static String |
SKIN_O2007_SILVER
The Constant SKIN_O2007_SILVER.
|
static String |
SKIN_VISTA
The Constant SKIN_VISTA.
|
static String |
TS_FULL
The Constant TS_FULL.
|
static String |
TS_MFULL
The Constant TS_MFULL.
|
static String |
TS_MINI
The Constant TS_MINI.
|
static String |
TS_SIMPLE
The Constant TS_SIMPLE.
|
| 限定符 | 构造器和说明 |
|---|---|
protected |
EditOption()
Instantiates a new edits the option.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static EditOption |
create()
Creates the.
|
void |
enableHtml5Upload(boolean b)
Enable html 5 upload.
|
static EditOption |
getSimpleOption()
Gets the simple option.
|
String |
height()
Height.
|
void |
height(String height)
Height.
|
void |
setEditorRoot(String path)
Sets the editor root.
|
void |
setLinkExt(String ext)
Sets the link ext.
|
void |
setSkin(String skinname)
Sets the skin.
|
void |
setUploadImagePath(String path)
Sets the upload image path.
|
void |
setUploadLinkExt(String path)
Sets the upload link ext.
|
void |
setUrlBase(String base)
Sets the url base.
|
String |
tools()
Tools.
|
void |
tools(String toolsStyle)
Tools.
|
String |
width()
Width.
|
void |
width(String width)
Width.
|
public static final String SKIN_O2007_SILVER
public static final String SKIN_O2007_BLUE
public static final EditOption getSimpleOption()
public static EditOption create()
public final String width()
public final void width(String width)
width - the widthpublic final String height()
public final void height(String height)
height - the heightpublic final String tools()
public final void tools(String toolsStyle)
toolsStyle - the tools stylepublic final void setSkin(String skinname)
skinname - the new skinpublic final void setUploadImagePath(String path)
path - the new upload image pathpublic final void setLinkExt(String ext)
ext - the new link extpublic final void setUploadLinkExt(String path)
path - the new upload link extpublic final void setEditorRoot(String path)
path - the new editor rootpublic final void setUrlBase(String base)
base - the new url basepublic final void enableHtml5Upload(boolean b)
b - the bCopyright © 2017. All rights reserved.