Fórum

how to customise WYSIWYG( liferay-ui:editor).

shaik ali, modificado 6 Anos atrás.

how to customise WYSIWYG( liferay-ui:editor).

New Member Mensagem: 1 Data de Entrada: 06/11/17 Postagens Recentes
<liferay-ui:input-editor name="showDescribtion" toolbarSet="liferay-article" />



i need to customise the default code of this editor.so where i will get the code.
thumbnail
Andrew Jardine, modificado 6 Anos atrás.

RE: how to customise WYSIWYG( liferay-ui:editor).

Liferay Legend Postagens: 2416 Data de Entrada: 22/12/10 Postagens Recentes
Hi Shaik,

The taglib class can be found in the portal source. Have a look at the util-taglib/src/com/liferay/taglib/ui/InputEditorTaglib.java class. Depending on what you want to change though, you may need to check the jsp files for this taglib. Those you will find in portal-web/docroot/html/taglib/ui

How you make these changes though will depend on the version you are using. If you are new to Liferay, it might be an idea to let us know which version you are on and what change exactly you are trying to make so that we can give you some guidance.