Uses of Class
com.jalios.jcms.taglib.settings.impl.WysiwygSettings
-
Packages that use WysiwygSettings Package Description com.jalios.jcms.taglib Provides many of the classes used for JPlatform jsp tags.com.jalios.jcms.taglib.settings.impl -
-
Uses of WysiwygSettings in com.jalios.jcms.taglib
Methods in com.jalios.jcms.taglib that return WysiwygSettings Modifier and Type Method Description WysiwygSettings
WysiwygEditorTag. getSettings()
Methods in com.jalios.jcms.taglib with parameters of type WysiwygSettings Modifier and Type Method Description void
WysiwygEditorTag. setSettings(WysiwygSettings settings)
-
Uses of WysiwygSettings in com.jalios.jcms.taglib.settings.impl
Methods in com.jalios.jcms.taglib.settings.impl that return WysiwygSettings Modifier and Type Method Description WysiwygSettings
WysiwygSettings. configurationId(java.lang.String configId)
Specify the ID of WYSIWYG configuration to use on the current control.protected WysiwygSettings
WysiwygSettings. getThis()
WysiwygSettings
WysiwygSettings. inline()
Request the wysiwyg editor to be in TinyMCE inline mode.WysiwygSettings
WysiwygSettings. popupEdition()
Specify whether the WYSIWYG is displayed in popup edition mode.WysiwygSettings
WysiwygSettings. workspace(Workspace workspace)
Specify the Workspace to use in the editor.WysiwygSettings
WysiwygSettings. workspace(java.lang.String workspaceId)
Specify the Workspace to use in the editor.
-