How to enable TextColor & FontSize selection option in WYSIWYG editor for web content in liferay DXP - liferay-7

I am having a html field in web content in liferay 7. i am using liferay default WYSIWYG editor. I want to allow user to change the text color and background.
Let me know if anyone has idea to achieve this.
Thanks

The default inline editor is the AlloyEditor. The dev documentation can be found here https://alloyeditor.com/docs/develop/. There are examples of how to add new control elements.
Another possibility is to switch Liferay to use the old CK editor that was in the previous versions.

I found the configuration to enable the old CKEditor in liferay 7, This might help someone so i am answering my own question. Add below properties in portal-properties file and restart the server.
editor.wysiwyg.default=ckeditor
editor.wysiwyg.portal-impl.portlet.ddm.text_html.ftl=ckeditor

Related

AEM RTE styles plugin able to select more than one option in the dropdown

I have implemented the RTE styles plugin from this documentation but the is one issue. I'm able to select more than one option at the same time from the dropdown
I want only one style selected at a time, just like the paraformat dropdown
I checked other answers regarding this issue but couldn't find any custom plugin or OOTB solution. Please let me know if anybody has developed a solution for this.
Thanks.

Plone TinyMCE themed preview

is there a "healthy" way to make the TinyMCE-Preview-Button work with plone.app.theming?
Content could be in different workflow_states (private, visible, ...)
For example:
Work on content (http://edit.example.com) -> click TinyMCE Preview-Button -> Live-Preview with themed site (http://www.example.com/)
thanks for suggestions
I'm not sure the question is relevant.
You mix plone.app.theming and multi domains theming.
Plone is not multidomain theming friendly and will not be.
And even if it was (let say throw an addon) you have to build your own tinymce plugin to do that because tinymce is not itself a multidomains tool.
So you will have to build a specific plugin to achieve this.

How i add image map in joomla article?

I have to give link to multiple parts of the image.so please tell me how i can do it in joomla1.5.22.
You are using JCE as your WYSIWYG editor right? If not, start by adding that. It's free and way better than TinyMCE. Once you have JCE installed, go to Components > JCE > Configuration and add map[name],area[shape|coords|href|alt|title] to the extended elements. Now you will be able to add the map code without losing it when you save plus you get a much better editor.

Liferay: Portlet titles not saving

I'm using liferay with web content and iframe portlets. The default title for these portlets are 'web content display' and 'iframe'. After I change these I'm still seeing them revert back to default on other PCs.
Anyone come across this before?
Cheers,
Jonesy
which version of liferay are you using?
How are you changing them? You can change them in two ways, try both:
Double click on the title (this will change it for the language you are currently in)
From the look and Feel pop up (this should allow you to change the title for any language, althoug this was not working properly in some older versions)

Content Editor Web part is not showing "Rich Text and Source Edit" options int he browser

In my sharepoint 2010 desiner project I am not getting displayed of "Rich Text and Source Editor" options for Content Editor Webpart . The more surprising issue is if I run the project on my local server, the web part is displayed with all the options, but if I run the same project on the remote server, the fallowing options are missing. Can any one have any idea about this type of problem. Any help would be greatly appreciated.
Thank you,
Baluk
I have found an issue that if you start a <style> in the Content Editor Webpart and do not close the tag, it will not display the drop down for the edit menu for the Web Part. Have you added any styles to the Web Part? The way I fixed this was having to delete the Web Part and add a new one.
Check the IE versions you are on. It works fine in IE6, problems are in IE8. You may have to enable compatability view.
Try adding it in trusted site zone.
Cheers !
Rajdeep