掲示板

EXT _plugin

11年前 に Bakhtawar Khan によって更新されました。

EXT _plugin

New Member 投稿: 14 参加年月日: 12/08/06 最新の投稿
I am working on a project where I need to change User fields(when we create new user) using Ext and Hook. I referred to this link:
http://www.liferay.com/documentation/liferay-portal/6.1/development/-/ai/developing-an-ext-plug-4

I am not getting desired output although there is no error.
So kindly suggest me some solution.
11年前 に Ekta Vegad によって更新されました。

RE: EXT _plugin

New Member 投稿: 10 参加年月日: 12/08/06 最新の投稿
what desired output you need?
please tell us we will help you
thumbnail
11年前 に Subhash Pavuskar によって更新されました。

RE: EXT _plugin

Regular Member 投稿: 234 参加年月日: 12/03/13 最新の投稿
Can pls Elaborate your problem statement !! Or if you finding error can you paste it ?
11年前 に Bakhtawar Khan によって更新されました。

RE: EXT _plugin

New Member 投稿: 14 参加年月日: 12/08/06 最新の投稿
Hi Subhash,
Actually I want to add or delete some fields in "Add User" using Ext or Hook.
thumbnail
11年前 に Hitoshi Ozawa によって更新されました。

RE: EXT _plugin

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
So what exactly are you getting and what exactly do you want to do. Attaching a screen shot will be useful.
11年前 に Bakhtawar Khan によって更新されました。

RE: EXT _plugin

New Member 投稿: 14 参加年月日: 12/08/06 最新の投稿
Hi,
I have attached the snapshot and I want to edit those fields of Add user.Kindly provide me steps for that.

添付ファイル:

thumbnail
11年前 に Subhash Pavuskar によって更新されました。

RE: EXT _plugin

Regular Member 投稿: 234 参加年月日: 12/03/13 最新の投稿
Hi ,

You can do this by using hooks i.e Select Hooks Project then right click on your project and select Liferay Hooks and check mark custom JSP then select which page you want to add fields and recompile it , this will reflect to your Specific page.
11年前 に Bakhtawar Khan によって更新されました。

RE: EXT _plugin

New Member 投稿: 14 参加年月日: 12/08/06 最新の投稿
Hi,
I did what you said.But it does not reflect any changes.So please elaborate it a bit.