Foros de discusión

EXT _plugin

Bakhtawar Khan, modificado hace 11 años.

EXT _plugin

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

RE: EXT _plugin

New Member Mensajes: 10 Fecha de incorporación: 6/08/12 Mensajes recientes
what desired output you need?
please tell us we will help you
thumbnail
Subhash Pavuskar, modificado hace 11 años.

RE: EXT _plugin

Regular Member Mensajes: 234 Fecha de incorporación: 13/03/12 Mensajes recientes
Can pls Elaborate your problem statement !! Or if you finding error can you paste it ?
Bakhtawar Khan, modificado hace 11 años.

RE: EXT _plugin

New Member Mensajes: 14 Fecha de incorporación: 6/08/12 Mensajes recientes
Hi Subhash,
Actually I want to add or delete some fields in "Add User" using Ext or Hook.
thumbnail
Hitoshi Ozawa, modificado hace 11 años.

RE: EXT _plugin

Liferay Legend Mensajes: 7942 Fecha de incorporación: 24/03/10 Mensajes recientes
So what exactly are you getting and what exactly do you want to do. Attaching a screen shot will be useful.
Bakhtawar Khan, modificado hace 11 años.

RE: EXT _plugin

New Member Mensajes: 14 Fecha de incorporación: 6/08/12 Mensajes recientes
Hi,
I have attached the snapshot and I want to edit those fields of Add user.Kindly provide me steps for that.

Archivos adjuntos:

thumbnail
Subhash Pavuskar, modificado hace 11 años.

RE: EXT _plugin

Regular Member Mensajes: 234 Fecha de incorporación: 13/03/12 Mensajes recientes
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 hace 11 años.

RE: EXT _plugin

New Member Mensajes: 14 Fecha de incorporación: 6/08/12 Mensajes recientes
Hi,
I did what you said.But it does not reflect any changes.So please elaborate it a bit.