Interface HtmlEditorResources
-
- All Superinterfaces:
com.google.gwt.resources.client.ClientBundle
public interface HtmlEditorResources extends com.google.gwt.resources.client.ClientBundle
-
-
Field Summary
Fields Modifier and Type Field Description static HtmlEditorResourcesINSTANCE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.gwt.resources.client.TextResourceparserRules()com.google.gwt.resources.client.TextResourcewysihtml()com.google.gwt.resources.client.TextResourcewysihtmlAllCommands()com.google.gwt.resources.client.TextResourcewysihtmlTableEditing()com.google.gwt.resources.client.TextResourcewysihtmlToolbar()
-
-
-
Field Detail
-
INSTANCE
static final HtmlEditorResources INSTANCE
-
-
Method Detail
-
wysihtml
@Source("js/wysihtml/wysihtml.min.js") com.google.gwt.resources.client.TextResource wysihtml()
-
wysihtmlAllCommands
@Source("js/wysihtml/wysihtml.all-commands.min.js") com.google.gwt.resources.client.TextResource wysihtmlAllCommands()
-
wysihtmlTableEditing
@Source("js/wysihtml/wysihtml.table_editing.min.js") com.google.gwt.resources.client.TextResource wysihtmlTableEditing()
-
wysihtmlToolbar
@Source("js/wysihtml/wysihtml.toolbar.min.js") com.google.gwt.resources.client.TextResource wysihtmlToolbar()
-
parserRules
@Source("js/wysihtml/parser_rules/advanced_and_extended.js") com.google.gwt.resources.client.TextResource parserRules()
-
-