com.ephox.editlive.ELJBean.addEditorEventListener(EventListener)
|
com.ephox.editlive.ELJBean.addHyperlinkDialogComponent(String, Object[])
|
com.ephox.editlive.ELJBean.addImageDialogComponent(String, Object[])
|
com.ephox.cache.CacheManager.addTemporaryImage(RenderedImage, URL)
|
com.ephox.editlive.ELJBean.getAction(Map)
|
com.ephox.editlive.ELJBean.getAction(String)
|
com.ephox.cache.CacheManager.getCacheDir()
|
com.ephox.editlive.ephoxaction.filter.OrEnabledFilter.getFirstFilter() |
com.ephox.editlive.ELJBean.getHTMLPane()
|
com.ephox.editlive.ELJBean.getLocale()
|
com.ephox.editlive.ELJBean.getPasteFilter()
|
com.ephox.editlive.ephoxaction.filter.OrEnabledFilter.getSecondFilter() |
com.ephox.editlive.model.DocumentManager.isHeadIncluded()
now always returns true.
|
com.ephox.version.VersionManager.isJava4()
Java 4 is no longer supported.
|
com.ephox.version.VersionManager.isJava4OrAbove()
Java 4 is no longer supported.
|
com.ephox.version.VersionManager.isJava5()
Java 5 is no longer supported.
|
com.ephox.version.VersionManager.isJava5OrAbove()
Java 5 is no longer supported.
|
com.ephox.version.VersionManager.isJava6OrAbove()
Java 5 is no longer supported.
|
com.ephox.editlive.common.TextEvent.isRaiseEventAction(TextEvent, String)
|
com.ephox.editlive.http.manager.HttpManager.putFile(URL, File)
PUT not supported since 9.1
|
com.ephox.editlive.ELJBean.raiseEvent(TextEvent)
|
com.ephox.editlive.ELJBean.registerCustomBlockTag(String, Icon, String, Icon, String, ViewClickListener)
|
com.ephox.editlive.ELJBean.registerCustomBlockView(String, Class>, Object)
|
com.ephox.editlive.ELJBean.registerCustomBlockView(String, String, Object)
|
com.ephox.editlive.ELJBean.registerCustomCollapsedView(String, Class>, Object)
|
com.ephox.editlive.ELJBean.registerCustomCollapsedView(String, String, Object)
|
com.ephox.editlive.ELJBean.registerCustomEmptyTag(String, Icon, String, ViewClickListener)
|
com.ephox.editlive.ELJBean.registerCustomEmptyView(String, Class>, Object)
|
com.ephox.editlive.ELJBean.registerCustomEmptyView(String, String, Object)
|
com.ephox.editlive.ELJBean.registerCustomInlineTag(String, Icon, String, Icon, String, ViewClickListener)
|
com.ephox.editlive.ELJBean.registerCustomInlineView(String, Class>, Object)
|
com.ephox.editlive.ELJBean.registerCustomInlineView(String, String, Object)
|
com.ephox.editlive.ELJBean.removeEditorEventListener(EventListener)
|
com.ephox.editlive.ELJBean.setBrowserCallback(Object)
|
com.ephox.editlive.ELJBean.setConfigurationURL(String)
|
com.ephox.editlive.ELJBean.setLocale(Locale)
|
com.ephox.editlive.ELJBean.setPasteFilter(PasteFilter)
|
com.ephox.editlive.ELJBean.setUnregisteredCustomTagView(Class>, Object)
Use CustomTagController.setUnregisteredCustomTagView(Class, Object)
Sets the view to use for unregistered custom tags. A new instance of this class is used for every unregistered
custom tag in the editor. The view should act as an empty tag as a separate view will be created for any start
and end tags found. The original contents of the custom tag can be retrieved via the
ELJBean.getCustomTagContent(String) method. The ID for the custom tag can be retrieved from the
HTML.Attribute.ID attribute.
|