|
Deprecated Methods |
com.ephox.editlive.ELJBean.addHyperlinkDialogComponent(String, Object[])
This method does not work in the presence of multiple class loaders.
Use ELJBean.addHyperlinkDialogComponent(Class, Object[]) instead. |
com.ephox.editlive.ELJBean.addImageDialogComponent(String, Object[])
This method does not work in the presence of multiple class loaders.
Use ELJBean.addImageDialogComponent(Class, Object[]) instead. |
com.ephox.editlive.ELJBean.registerCustomBlockView(String, String, Object)
This method does not work correctly when multiple class loaders are present.
Use ELJBean.registerCustomBlockView(String,Class,Object) instead |
com.ephox.editlive.ELJBean.registerCustomCollapsedView(String, String, Object)
This method does not work correctly when multiple class loaders are present.
Use ELJBean.registerCustomCollapsedView(String,Class,Object) instead |
com.ephox.editlive.ELJBean.registerCustomEmptyView(String, String, Object)
This method does not work correctly when multiple class loaders are present.
Use ELJBean.registerCustomEmptyView(String,Class,Object) instead |
com.ephox.editlive.ELJBean.registerCustomInlineView(String, String, Object)
This method does not work correctly when multiple class loaders are present.
Use ELJBean.registerCustomInlineView(String,Class,Object) instead |