09-13-2012 07:36 AM
Hi
is there any way to make custom alert or popup screen in phonegap(using HTML or java script) .actually i want to make alert which have 3 row (example).on clicking the first row it will show description of that row (by expanding the length). but on clicking the second row it will close the description of first row and open the description of second row .
can you please help me.?
Thanks
09-17-2012 08:45 PM
What you are describing sounds like you you want to build your own UI control using HTML, CSS and some JavaScript.
Are you using jQuery Mobile? There is a built in dialog UI control :
http://jquerymobile.com/demos/1.1.1/docs/pages/pag
09-17-2012 08:51 PM
no i am not using jQuery Mobile , i need some type of custom, in pop screen i don't how my row are coming or alert(becuse alert are coming from web service) and i want to show description of that alert also (something like )expanding..
thanks