|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnextapp.echo.app.Component
echopoint.Fckeditor
public class Fckeditor
| Field Summary | |
|---|---|
static String |
PROPERTY_AUTOCOLLAPSE_TOOLBAR
|
static String |
PROPERTY_CONFIG
|
static String |
PROPERTY_DEBUG
|
static String |
PROPERTY_FCKEDITOR_CONFIG_URL
|
static String |
PROPERTY_FCKEDITOR_CSS_URL
|
static String |
PROPERTY_FCKEDITOR_URL
|
static String |
PROPERTY_HEIGHT
|
static String |
PROPERTY_TOOLBAR
|
static String |
PROPERTY_TOOLBAR_COLLAPSED
|
static String |
PROPERTY_WIDTH
|
static String |
TEXT_CHANGED_PROPERTY
|
static String |
Version
|
| Constructor Summary | |
|---|---|
Fckeditor()
Works (at least) with Fckeditor versions 2.6.4 and 2.6.5 |
|
| Method Summary | |
|---|---|
String |
getText()
Get content of editor |
void |
processInput(String inputName,
Object inputValue)
This is the method which received updates from the client and stores it on the local object |
void |
setConfig(Properties newValue)
Set editor configuration options |
void |
setDebug(boolean newValue)
When turned on we write many log messages to the client side log window. |
void |
setFckeditorConfigURL(String newValue)
|
void |
setFckeditorCssURL(String newValue)
|
void |
setFckeditorURL(String newValue)
|
void |
setHeight(Extent height)
Set the height of the editor |
void |
setText(String newValue)
Set content of editor |
void |
setToolbar(String newValue)
Use the toolbar with this name |
void |
setToolbarAutocollapse(boolean newValue)
When set to true the toolbar is collapsed when the editor does NOT have the focus. |
void |
setToolbarCollapsed(boolean newValue)
Should the toolbar be shown in collapsed mode or not |
void |
setWidth(Extent width)
Set the width of the editor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PROPERTY_FCKEDITOR_URL
public static final String PROPERTY_FCKEDITOR_CONFIG_URL
public static final String PROPERTY_FCKEDITOR_CSS_URL
public static final String PROPERTY_WIDTH
public static final String PROPERTY_HEIGHT
public static final String PROPERTY_CONFIG
public static final String PROPERTY_TOOLBAR
public static final String PROPERTY_DEBUG
public static final String PROPERTY_TOOLBAR_COLLAPSED
public static final String PROPERTY_AUTOCOLLAPSE_TOOLBAR
public static final String TEXT_CHANGED_PROPERTY
public static final String Version
| Constructor Detail |
|---|
public Fckeditor()
| Method Detail |
|---|
public void setFckeditorURL(String newValue)
public void setFckeditorConfigURL(String newValue)
public void setFckeditorCssURL(String newValue)
public void setWidth(Extent width)
width - public void setHeight(Extent height)
height - public void setText(String newValue)
newValue - public String getText()
public void processInput(String inputName,
Object inputValue)
processInput in class ComponentComponent.processInput(java.lang.String, java.lang.Object)public void setConfig(Properties newValue)
newValue - public void setToolbar(String newValue)
newValue - public void setDebug(boolean newValue)
newValue - public void setToolbarCollapsed(boolean newValue)
newValue - True = Toolbar collapsedpublic void setToolbarAutocollapse(boolean newValue)
newValue -
|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||