Forums de discussion

alert box

venka reddy, modifié il y a 12 années.

alert box

Regular Member Publications: 231 Date d'inscription: 23/03/11 Publications récentes
How to create alert box in liferay
thumbnail
tinu c p, modifié il y a 12 années.

RE: alert box

Junior Member Publications: 78 Date d'inscription: 07/01/10 Publications récentes
Hi Venka,

Can u elaborate little more as to what u need in Alert box ?

Thanks,
AP
venka reddy, modifié il y a 12 années.

RE: alert box

Regular Member Publications: 231 Date d'inscription: 23/03/11 Publications récentes
When i click on the hyperlink , it should display the alert box with next button ,again when i click on next button it should render into other jsp


Is it Possible to do??
thumbnail
tinu c p, modifié il y a 12 années.

RE: alert box

Junior Member Publications: 78 Date d'inscription: 07/01/10 Publications récentes
Yes its do able.
You can use javascript or jQuery to display alert box with ur custom button & u will have to create portlet render url or action url that will take u to other jsp on click of button.

refer below link for creating render URL
http://www.liferay.com/documentation/liferay-portal/6.0/development/-/ai/writing-the-my-greeting-portlet
http://www.coderanch.com/t/494384/Portals-Portlets/java/linking-jsp-pages-liferay-portlet

Hope it helps

Regards,
AP
venka reddy, modifié il y a 12 années.

RE: alert box

Regular Member Publications: 231 Date d'inscription: 23/03/11 Publications récentes
Thanks...for u r help.

i have one more question
how can i add code in alert box , i mean button ........ i am using java script.
thumbnail
tinu c p, modifié il y a 12 années.

RE: alert box

Junior Member Publications: 78 Date d'inscription: 07/01/10 Publications récentes
u can find ex in below link.
http://javascript.internet.com/miscellaneous/custom-alert-box.html

Thanks,
AP