Fórum

EXT _plugin

Bakhtawar Khan, modificado 11 Anos atrás.

EXT _plugin

New Member Postagens: 14 Data de Entrada: 06/08/12 Postagens Recentes
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.
Ekta Vegad, modificado 11 Anos atrás.

RE: EXT _plugin

New Member Postagens: 10 Data de Entrada: 06/08/12 Postagens Recentes
what desired output you need?
please tell us we will help you
thumbnail
Subhash Pavuskar, modificado 11 Anos atrás.

RE: EXT _plugin

Regular Member Postagens: 234 Data de Entrada: 13/03/12 Postagens Recentes
Can pls Elaborate your problem statement !! Or if you finding error can you paste it ?
Bakhtawar Khan, modificado 11 Anos atrás.

RE: EXT _plugin

New Member Postagens: 14 Data de Entrada: 06/08/12 Postagens Recentes
Hi Subhash,
Actually I want to add or delete some fields in "Add User" using Ext or Hook.
thumbnail
Hitoshi Ozawa, modificado 11 Anos atrás.

RE: EXT _plugin

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
So what exactly are you getting and what exactly do you want to do. Attaching a screen shot will be useful.
Bakhtawar Khan, modificado 11 Anos atrás.

RE: EXT _plugin

New Member Postagens: 14 Data de Entrada: 06/08/12 Postagens Recentes
Hi,
I have attached the snapshot and I want to edit those fields of Add user.Kindly provide me steps for that.
thumbnail
Subhash Pavuskar, modificado 11 Anos atrás.

RE: EXT _plugin

Regular Member Postagens: 234 Data de Entrada: 13/03/12 Postagens Recentes
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.
Bakhtawar Khan, modificado 11 Anos atrás.

RE: EXT _plugin

New Member Postagens: 14 Data de Entrada: 06/08/12 Postagens Recentes
Hi,
I did what you said.But it does not reflect any changes.So please elaborate it a bit.