public interface HtmlEditorResources
extends com.google.gwt.resources.client.ClientBundle
Modifier and Type | Field and Description |
---|---|
static HtmlEditorResources |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.resources.client.TextResource |
parserRules() |
com.google.gwt.resources.client.TextResource |
wysihtml() |
com.google.gwt.resources.client.TextResource |
wysihtmlAllCommands() |
com.google.gwt.resources.client.TextResource |
wysihtmlTableEditing() |
com.google.gwt.resources.client.TextResource |
wysihtmlToolbar() |
static final HtmlEditorResources INSTANCE
@ClientBundle.Source(value="js/wysihtml/wysihtml.min.js") com.google.gwt.resources.client.TextResource wysihtml()
@ClientBundle.Source(value="js/wysihtml/wysihtml.all-commands.min.js") com.google.gwt.resources.client.TextResource wysihtmlAllCommands()
@ClientBundle.Source(value="js/wysihtml/wysihtml.table_editing.min.js") com.google.gwt.resources.client.TextResource wysihtmlTableEditing()
@ClientBundle.Source(value="js/wysihtml/wysihtml.toolbar.min.js") com.google.gwt.resources.client.TextResource wysihtmlToolbar()
@ClientBundle.Source(value="js/wysihtml/parser_rules/advanced_and_extended.js") com.google.gwt.resources.client.TextResource parserRules()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.