|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.FocusWidget
com.google.gwt.user.client.ui.TextBoxBase
com.google.gwt.user.client.ui.TextArea
org.gwtwidgets.client.wrap.TinyMCEEditor
public class TinyMCEEditor
Wrapper to use TinyMCE. Install by downloading tinyMCE from http://tinymce.moxiecode.com/. Copy the tiny_mce folder to a location in your application like src/com.application.gwt/public/scripts/tiny_mce In your GWT application Entry Point html file initialize TinyMCE. NOTE: If you use Scriptaculous and TinyMCE, make sure you include the tiny_mce.js before the prototype.js and scriptaculous.js tags, otherwise you will have loading issues.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.TextBoxBase |
|---|
com.google.gwt.user.client.ui.TextBoxBase.TextAlignConstant |
| Field Summary |
|---|
| Fields inherited from class com.google.gwt.user.client.ui.TextBoxBase |
|---|
ALIGN_CENTER, ALIGN_JUSTIFY, ALIGN_LEFT, ALIGN_RIGHT |
| Constructor Summary | |
|---|---|
TinyMCEEditor()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getText()
|
protected void |
onLoad()
|
| Methods inherited from class com.google.gwt.user.client.ui.TextArea |
|---|
getCharacterWidth, getCursorPos, getSelectionLength, getVisibleLines, setCharacterWidth, setVisibleLines |
| Methods inherited from class com.google.gwt.user.client.ui.TextBoxBase |
|---|
addChangeListener, addClickListener, addKeyboardListener, cancelKey, getImpl, getName, getSelectedText, isReadOnly, onBrowserEvent, removeChangeListener, removeClickListener, removeKeyboardListener, selectAll, setCursorPos, setKey, setName, setReadOnly, setSelectionRange, setText, setTextAlignment |
| Methods inherited from class com.google.gwt.user.client.ui.FocusWidget |
|---|
addFocusListener, getFocusImpl, getTabIndex, isEnabled, removeFocusListener, setAccessKey, setElement, setEnabled, setFocus, setTabIndex |
| Methods inherited from class com.google.gwt.user.client.ui.Widget |
|---|
doAttachChildren, doDetachChildren, getParent, isAttached, onAttach, onDetach, onUnload, removeFromParent |
| Methods inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
addStyleDependentName, addStyleName, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, removeStyleDependentName, removeStyleName, setHeight, setPixelSize, setSize, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkEvents, toString, unsinkEvents |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TinyMCEEditor()
| Method Detail |
|---|
protected void onLoad()
onLoad in class com.google.gwt.user.client.ui.Widgetpublic java.lang.String getText()
getText in interface com.google.gwt.user.client.ui.HasTextgetText in class com.google.gwt.user.client.ui.TextBoxBase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||