List of usage examples for com.liferay.portal.kernel.editor.configuration BaseEditorConfigContributor subclass-usage
From source file com.liferay.item.selector.editor.configuration.internal.VideoEditorConfigContributor.java
/** * @author Carlos Lancha */ @Component(service = EditorConfigContributor.class) public class VideoEditorConfigContributor extends BaseEditorConfigContributor {
From source file com.liferay.journal.editor.configuration.internal.JournalMediaEditorConfigContributor.java
/** * @author Antonio Pol */ @Component(property = { "editor.name=alloyeditor", "javax.portlet.name=" + JournalPortletKeys.JOURNAL }, service = EditorConfigContributor.class) public class JournalMediaEditorConfigContributor extends BaseEditorConfigContributor {
From source file com.liferay.journal.web.internal.editor.configuration.JournalArticleDescriptionEditorConfigContributor.java
/** * @author Pavel Savinov */ @Component(property = { "editor.config.key=descriptionMapAsXML", "javax.portlet.name=" + JournalPortletKeys.JOURNAL }, service = EditorConfigContributor.class) public class JournalArticleDescriptionEditorConfigContributor extends BaseEditorConfigContributor {
From source file com.liferay.mentions.web.editor.configuration.BaseMentionsEditorConfigContributor.java
/** * @author Sergio Gonzlez */ public class BaseMentionsEditorConfigContributor extends BaseEditorConfigContributor { @Override
From source file com.liferay.mentions.web.internal.editor.configuration.BaseMentionsEditorConfigContributor.java
/** * @author Sergio Gonzlez */ public class BaseMentionsEditorConfigContributor extends BaseEditorConfigContributor { @Override
From source file com.liferay.message.boards.editor.configuration.internal.MBAttachmentHTMLEditorConfigContributor.java
/** * @author Roberto Daz */ @Component(property = { "editor.name=alloyeditor", "editor.name=alloyeditor_bbcode", "editor.name=ckeditor", "editor.name=ckeditor_bbcode", "javax.portlet.name=" + MBPortletKeys.MESSAGE_BOARDS, "javax.portlet.name=" + MBPortletKeys.MESSAGE_BOARDS_ADMIN }, service = EditorConfigContributor.class)
From source file com.liferay.wiki.editor.configuration.internal.BaseWikiAttachmentImageEditorConfigContributor.java
/** * @author Sergio Gonzlez * @author Roberto Daz */ public abstract class BaseWikiAttachmentImageEditorConfigContributor extends BaseEditorConfigContributor {
From source file com.liferay.wiki.editor.configuration.internal.BaseWikiLinksCKEditorConfigContributor.java
/** * @author Roberto Daz */ public abstract class BaseWikiLinksCKEditorConfigContributor extends BaseEditorConfigContributor { @Override
From source file com.liferay.wiki.editor.configuration.internal.WikiAttachmentEditorConfigContributor.java
/** * @author Sergio Gonzlez * @author Roberto Daz */ @Component(property = { "editor.config.key=contentEditor", "javax.portlet.name=" + WikiPortletKeys.WIKI, "javax.portlet.name=" + WikiPortletKeys.WIKI_ADMIN, "javax.portlet.name=" + WikiPortletKeys.WIKI_DISPLAY,
From source file com.liferay.wiki.editor.configuration.internal.WikiCreoleAutoCompleteEditorConfigContributor.java
/** * @author Roberto Daz */ @Component(property = { "editor.name=alloyeditor_creole", "editor.name=ckeditor_creole", "javax.portlet.name=" + WikiPortletKeys.WIKI, "javax.portlet.name=" + WikiPortletKeys.WIKI_ADMIN, "javax.portlet.name=" + WikiPortletKeys.WIKI_DISPLAY,