掲示板

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

6年前 に shaik ali によって更新されました。

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

New Member 投稿: 1 参加年月日: 17/11/06 最新の投稿
<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
6年前 に Andrew Jardine によって更新されました。

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

Liferay Legend 投稿: 2416 参加年月日: 10/12/22 最新の投稿
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.