Foros de discusión

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

shaik ali, modificado hace 6 años.

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

New Member Mensaje: 1 Fecha de incorporación: 6/11/17 Mensajes recientes
<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 hace 6 años.

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

Liferay Legend Mensajes: 2416 Fecha de incorporación: 22/12/10 Mensajes recientes
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.