Forums de discussion

Dynamic Select problem......?

thumbnail
Ramesh K, modifié il y a 13 années.

Dynamic Select problem......?

Junior Member Publications: 53 Date d'inscription: 26/07/10 Publications récentes
Hi to All,
i need to hide/show some checkboxes according to the user selection
how to do this in liferay plugins sdk 6.0.5
i am attaching one screen shot in in this

if user selects free i need to hide below all content
if user selects subscribe i need to show only allow-access-to-subscribtion-user check box
if user selects ecommerce i need to show price and currency options


Thanks & Regards
Ramesh K

Pièces jointes:

thumbnail
jelmer kuperus, modifié il y a 13 années.

RE: Dynamic Select problem......?

Liferay Legend Publications: 1191 Date d'inscription: 10/03/10 Publications récentes
This is not a Liferay related question and as such would be better asked somewhere else.

Read up on basic javascript. and in particular look at the css display property
thumbnail
Apoorva Prakash, modifié il y a 13 années.

RE: Dynamic Select problem......?

Liferay Master Publications: 658 Date d'inscription: 15/06/10 Publications récentes
Ramesh K:
Hi to All,
i need to hide/show some checkboxes according to the user selection
how to do this in liferay plugins sdk 6.0.5
i am attaching one screen shot in in this

if user selects free i need to hide below all content
if user selects subscribe i need to show only allow-access-to-subscribtion-user check box
if user selects ecommerce i need to show price and currency options


Thanks & Regards
Ramesh K



Hello Ramesh,
You can easily achieve it by JQuery or JavaScript...
You have to implement logic in your JSP...

Hope this will help...

Thanks and Regards...