This page was last modified 10:42, 19 November 2007.
Check boxes example
From Forum Nokia Wiki
It can be used the <input> element to create a check box <input type="checkbox" name="..."/> function similar to a select list in which multiple selections are permissible.
<?xml version="1.0"?> <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd"> <html mlns="http://www.w3.org/1999/xhtml"> <head> <title>XHTML Check Boxes </title> </head> <body> <form action="form-process.xhtml" method="get"> <p> <input type="checkbox" name="wtext" title="Reply with text" checked="checked"/> Reply with text <br/> <input type="checkbox" name="qtext" title="Quote text"/> Quote text <br/> <input type="submit" value="Continue"/> </p> </form> </body> </html>
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Login Screen | alok_bbk | Symbian User Interface | 1 | 2004-10-14 04:39 |
| sleep() in Symbian | Tobias_80 | General Symbian C++ | 5 | 2008-03-29 12:27 |
| OMA-DM + List of installed software | aviag78 | OMA DM/DS/CP | 4 | 2008-04-08 11:03 |
| internal gps code is not working. | rakesh.jaiswal | General Symbian C++ | 2 | 2008-05-08 19:18 |
| Problem with DBMS_Example_v2_0 | lucca99 | General Symbian C++ | 10 | 2008-05-06 20:49 |
