List of usage examples for com.liferay.portal.kernel.editor.configuration BaseEditorConfigContributor subclass-usage
From source file com.liferay.blogs.editor.configuration.internal.BlogsCoverImageCaptionAlloyEditorConfigContributor.java
/** * @author Sergio Gonzlez */ @Component(property = { "editor.config.key=coverImageCaptionEditor", "editor.name=alloyeditor", "javax.portlet.name=" + BlogsPortletKeys.BLOGS, "javax.portlet.name=" + BlogsPortletKeys.BLOGS_ADMIN }, service = EditorConfigContributor.class)
From source file com.liferay.blogs.editor.configuration.internal.BlogsCoverImageCaptionEditorConfigContributor.java
/** * @author Sergio Gonzlez */ @Component(property = { "editor.config.key=coverImageCaptionEditor", "javax.portlet.name=" + BlogsPortletKeys.BLOGS, "javax.portlet.name=" + BlogsPortletKeys.BLOGS_ADMIN }, service = EditorConfigContributor.class) public class BlogsCoverImageCaptionEditorConfigContributor extends BaseEditorConfigContributor {
From source file com.liferay.blogs.editor.configuration.internal.BlogsTextAlloyEditorConfigContributor.java
/** * @author Ambrn Chaudhary */ @Component(property = { "editor.config.key=descriptionEditor", "editor.config.key=subtitleEditor", "editor.config.key=titleEditor", "editor.name=alloyeditor", "javax.portlet.name=" + BlogsPortletKeys.BLOGS, "javax.portlet.name=" + BlogsPortletKeys.BLOGS_ADMIN }, service = EditorConfigContributor.class)
From source file com.liferay.blogs.editor.configuration.internal.BlogsTextEditorConfigContributor.java
/** * @author Sergio Gonzlez */ @Component(property = { "editor.config.key=descriptionEditor", "editor.config.key=subtitleEditor", "editor.config.key=titleEditor", "javax.portlet.name=" + BlogsPortletKeys.BLOGS, "javax.portlet.name=" + BlogsPortletKeys.BLOGS_ADMIN }, service = EditorConfigContributor.class)
From source file com.liferay.blogs.reading.time.internal.editor.configuration.BlogsReadingTimeEditorConfigContributor.java
/** * @author Alejandro Tardn */ @Component(property = { "editor.config.key=contentEditor", "editor.name=alloyeditor", "editor.name=ckeditor", "javax.portlet.name=" + BlogsPortletKeys.BLOGS, "javax.portlet.name=" + BlogsPortletKeys.BLOGS_ADMIN, "service.ranking:Integer=101" }, service = EditorConfigContributor.class)
From source file com.liferay.comment.editor.configuration.internal.CommentEditorConfigContributor.java
/** * @author Ambrin Chaudhary */ @Component(property = { "editor.config.key=commentEditor", "service.ranking:Integer=0" }, service = EditorConfigContributor.class) public class CommentEditorConfigContributor extends BaseEditorConfigContributor {
From source file com.liferay.dynamic.data.lists.form.web.internal.editor.configuration.FormTextEditorConfigContributor.java
/** * @author Sergio Gonzlez */ @Component(property = { "editor.config.key=descriptionEditor", "editor.config.key=nameEditor", "javax.portlet.name=" + DDLFormPortletKeys.DYNAMIC_DATA_LISTS_FORM_ADMIN }, service = EditorConfigContributor.class) public class FormTextEditorConfigContributor extends BaseEditorConfigContributor {
From source file com.liferay.dynamic.data.mapping.form.web.internal.editor.configuration.FormTextEditorConfigContributor.java
/** * @author Sergio Gonzlez */ @Component(property = { "editor.config.key=descriptionEditor", "editor.config.key=nameEditor", "javax.portlet.name=" + DDMFormPortletKeys.DYNAMIC_DATA_MAPPING_FORM_ADMIN }, service = EditorConfigContributor.class) public class FormTextEditorConfigContributor extends BaseEditorConfigContributor {
From source file com.liferay.frontend.editor.alloyeditor.accessibility.web.internal.editor.configuration.AlloyEditorAccessibilityConfigContributor.java
/** * @author Antonio Pol */ @Component(property = { "editor.name=alloyeditor", "service.ranking:Integer=1000" }, service = EditorConfigContributor.class) public class AlloyEditorAccessibilityConfigContributor extends BaseEditorConfigContributor {
From source file com.liferay.frontend.editor.alloyeditor.link.browse.web.internal.editor.configuration.AlloyEditorLinkBrowseConfigContributor.java
/** * @author Ambrn Chaudhary * @author Roberto Daz */ @Component(property = { "editor.name=alloyeditor", "editor.name=alloyeditor_bbcode", "editor.name=alloyeditor_creole", "service.ranking:Integer=1000" }, service = EditorConfigContributor.class)