Open GoogleCodeExporter opened 9 years ago
Are you talking about the natural iOS pop-up boxes? This is all javascript
(place an onClick='alert("Hello World")' inside the opening element tag), not
iUI formatting.
For a simple box with an "OK" button, use onClick='alert("Hello World")
For an OK/Cancel box, use onClick='confirm("Hello World")
For an box with a text input, use onClick='prompt("Hello World")
Original comment by michael....@gmail.com
on 31 Aug 2011 at 5:57
Original issue reported on code.google.com by
asdfisee...@usj.edu.mo
on 18 Aug 2011 at 1:48