Example usage for com.liferay.portal.kernel.editor.configuration EditorOptionsContributor interface-usage

List of usage examples for com.liferay.portal.kernel.editor.configuration EditorOptionsContributor interface-usage

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.editor.configuration EditorOptionsContributor interface-usage.

Usage

From source file com.liferay.blogs.editor.configuration.internal.BlogsContentEditorOptionsContributor.java

/**
 * @author Sergio Gonzlez
 */
@Component(property = { "editor.config.key=contentEditor", "javax.portlet.name=" + BlogsPortletKeys.BLOGS,
        "javax.portlet.name=" + BlogsPortletKeys.BLOGS_ADMIN }, service = EditorOptionsContributor.class)
public class BlogsContentEditorOptionsContributor implements EditorOptionsContributor {

From source file com.liferay.blogs.editor.configuration.internal.BlogsTextEditorOptionsContributor.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 = EditorOptionsContributor.class)

From source file com.liferay.comment.editor.configuration.internal.CommentEditorOptionsContributor.java

/**
 * @author Sergio Gonzlez
 */
@Component(property = { "editor.config.key=commentEditor",
        "service.ranking:Integer=0" }, service = EditorOptionsContributor.class)
public class CommentEditorOptionsContributor implements EditorOptionsContributor {

From source file com.liferay.dynamic.data.lists.form.web.internal.editor.configuration.FormTextEditorOptionsContributor.java

/**
 * @author Sergio Gonzlez
 */
@Component(property = { "editor.config.key=descriptionEditor", "editor.config.key=nameEditor", "javax.portlet.name="
        + DDLFormPortletKeys.DYNAMIC_DATA_LISTS_FORM_ADMIN }, service = EditorOptionsContributor.class)
public class FormTextEditorOptionsContributor implements EditorOptionsContributor {

From source file com.liferay.dynamic.data.mapping.form.web.internal.editor.configuration.FormTextEditorOptionsContributor.java

/**
 * @author Sergio Gonzlez
 */
@Component(property = { "editor.config.key=descriptionEditor", "editor.config.key=nameEditor", "javax.portlet.name="
        + DDMFormPortletKeys.DYNAMIC_DATA_MAPPING_FORM_ADMIN }, service = EditorOptionsContributor.class)
public class FormTextEditorOptionsContributor implements EditorOptionsContributor {

From source file com.liferay.frontend.editor.alloyeditor.web.editor.configuration.AlloyEditorCreoleOptionsContributor.java

/**
 * @author Chema Balsas
 */
@Component(property = { "editor.name=alloyeditor_creole" })
public class AlloyEditorCreoleOptionsContributor implements EditorOptionsContributor {

From source file com.liferay.frontend.editor.alloyeditor.web.internal.editor.configuration.AlloyEditorBBCodeOptionsContributor.java

/**
 * @author Sergio Gonzlez
 */
@Component(property = { "editor.name=alloyeditor_bbcode" })
public class AlloyEditorBBCodeOptionsContributor implements EditorOptionsContributor {

From source file com.liferay.frontend.editor.alloyeditor.web.internal.editor.configuration.AlloyEditorCreoleOptionsContributor.java

/**
 * @author Chema Balsas
 */
@Component(property = { "editor.name=alloyeditor_creole" })
public class AlloyEditorCreoleOptionsContributor implements EditorOptionsContributor {

From source file com.liferay.frontend.editor.ckeditor.web.editor.configuration.CKEditorBBCodeOptionsContributor.java

/**
 * @author Ambrin Chaudhary
 * @author Sergio Gonzlez
 */
@Component(property = { "editor.name=ckeditor_bbcode" })
public class CKEditorBBCodeOptionsContributor implements EditorOptionsContributor {

From source file com.liferay.frontend.editor.ckeditor.web.editor.configuration.CKEditorCreoleOptionsContributor.java

/**
 * @author Ambrin Chaudhary
 * @author Sergio Gonzlez
 */
@Component(property = { "editor.name=ckeditor_creole" })
public class CKEditorCreoleOptionsContributor implements EditorOptionsContributor {