public class TinyMceEditor
extends org.alfresco.webdrone.HtmlElement
| Modifier and Type | Class and Description |
|---|---|
static class |
TinyMceEditor.FormatType |
| Modifier and Type | Field and Description |
|---|---|
static String |
FRAME_ID |
static String |
TINYMCE_CONTENT |
| Constructor and Description |
|---|
TinyMceEditor(org.alfresco.webdrone.WebDrone drone)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
addContent(String txt) |
void |
clickColorCode()
Click to select color code on text.
|
void |
clickRedo()
Click to Redo the undo operation.
|
void |
clickTextFormatter(TinyMceEditor.FormatType formatType)
Click on TinyMCE editor's format option.
|
void |
clickUndo()
click to undo to default format.
|
String |
getColourAttribute() |
String |
getContent()
Get HTML source for from TinyMCE editor.
|
String |
getCSSOfFormatType() |
String |
getCSSOfText(TinyMceEditor.FormatType formatType) |
String |
getFrameId() |
String |
getText()
Get text from TinyMCE editor.
|
void |
removeFormatting()
Click to remove formatting from text.
|
void |
setFormatType(TinyMceEditor.FormatType formatType) |
void |
setFrameId(String frameId) |
void |
setTinyMce(String frameId) |
public static final String FRAME_ID
public static final String TINYMCE_CONTENT
public TinyMceEditor(org.alfresco.webdrone.WebDrone drone)
public String getFrameId()
public void setFrameId(String frameId)
public void setFormatType(TinyMceEditor.FormatType formatType)
public String getCSSOfFormatType()
public String getCSSOfText(TinyMceEditor.FormatType formatType)
public void setTinyMce(String frameId)
public void addContent(String txt)
txt - public void clickTextFormatter(TinyMceEditor.FormatType formatType)
public void clickColorCode()
public void clickUndo()
public void clickRedo()
public String getColourAttribute()
cssString - public void removeFormatting()
public String getText()
cssString - public String getContent()
cssString - Copyright © 2013. All Rights Reserved.