info.magnolia.ui.vaadin.richtext.MagnoliaRichTextFieldConfig.addPlugin(String, String)
Since 5.3.4, use MagnoliaRichTextFieldConfig.addExternalPlugin(String, String) and CKEditorConfig.addToExtraPlugins(String) separately.
However, do not use CKEditorConfig.addToExtraPlugins(String) if you're using a custom CKEditor config.js file — otherwise you won't be able to override config.extraPlugins there.
|
info.magnolia.ui.vaadin.form.FormViewReduced.getFields()
|
info.magnolia.ui.vaadin.richtext.MagnoliaRichTextFieldConfig.getServerPlugins()
|
info.magnolia.ui.vaadin.layout.LazyThumbnailLayout.ThumbnailSelectionListener.onThumbnailSelected(Object)
|
info.magnolia.ui.vaadin.form.Form.setShowAllEnabled(boolean)
as of 5.1.1, please get the tabsheet through Form.getContent() and set the show all behavior there, along with its i18nized caption.
|