com.sencha.gxt.widget.core.client.form
Interface HtmlEditor.HtmlEditorAppearance
- All Known Implementing Classes:
- HtmlEditorDefaultAppearance
- Enclosing class:
- HtmlEditor
public static interface HtmlEditor.HtmlEditorAppearance
The appearance of this class.
bold
ImageResource bold()
editor
java.lang.String editor()
fontColor
ImageResource fontColor()
fontDecrease
ImageResource fontDecrease()
fontHighlight
ImageResource fontHighlight()
fontIncrease
ImageResource fontIncrease()
frame
java.lang.String frame()
getContentElement
Element getContentElement(XElement parent)
italic
ImageResource italic()
justifyCenter
ImageResource justifyCenter()
justifyLeft
ImageResource justifyLeft()
justifyRight
ImageResource justifyRight()
link
ImageResource link()
ol
ImageResource ol()
source
ImageResource source()
ul
ImageResource ul()
underline
ImageResource underline()
Copyright © 2012. All Rights Reserved.