Select from below tags to sort coding references by different order
|
Formatting - Basics
Formatting - Tab
Formatting - Header/Footer
Formatting - Others
Image
Text Style
Clickable Row Link
Button Link
|
Toolbar Link
Link behaviours - Basics
Link behaviours - Popup
Link behaviours - Others
Form
Form Inputs
|
Colorings
Album
Map
Other Widgets
Phone Features
Hardware Features
Multimedia
Caching
Supported HTTP features
|
<html> <head><title><body></title></head> <body> <div>The body element contains all the contents of an HTML document, such as text, hyperlinks, images, tables, etc</div> </body> </html>
<html> <head><title>Check for DIV</title></head> <body> <div>Hello world</div> <div>Rosetta Test Cases</div> <div> <div>Curabitur tellus. Phasellus tellus turpis, iaculis in, faucibus lobortis, posuere in, lorem. Donec a ante. Donec neque purus, adipiscing id, eleifend a, cursus vel, odio. Vivamus varius justo sit amet leo. Morbi sed libero. Vestibulum blandit augue at mi. Praesent fermentum lectus eget diam. Nam cursus, orci sit amet porttitor iaculis, ipsum massa aliquet nulla, non elementum mi elit a mauris.</div> <div>Vestibulum blandit augue at mi. Praesent fermentum lectus eget diam. Nam cursus, orci sit amet porttitor iaculis, ipsum massa aliquet nulla, non elementum mi elit a mauris. In hac habitasse platea. Vestibulum blandit augue at mi. Praesent fermentum lectus eget diam. Nam cursus, orci sit amet porttitor iaculis, ipsum massa aliquet nulla, non elementum mi elit a mauris. In hac habitasse platea.</div> </div> </body> </html>
<html> <head><title>Check for DIV</title></head> <body> <div>Hello world</div> <div wf_style="padding">Rosetta Test Cases</div> <div wf_style="padding"> <div>Curabitur tellus. Phasellus tellus turpis, iaculis in, faucibus lobortis, posuere in, lorem. Donec a ante. Donec neque purus, adipiscing id, eleifend a, cursus vel, odio. Vivamus varius justo sit amet leo. Morbi sed libero. Vestibulum blandit augue at mi. Praesent fermentum lectus eget diam. Nam cursus, orci sit amet porttitor iaculis, ipsum massa aliquet nulla, non elementum mi elit a mauris.</div> <div>Vestibulum blandit augue at mi. Praesent fermentum lectus eget diam. Nam cursus, orci sit amet porttitor iaculis, ipsum massa aliquet nulla, non elementum mi elit a mauris. In hac habitasse platea. Vestibulum blandit augue at mi. Praesent fermentum lectus eget diam. Nam cursus, orci sit amet porttitor iaculis, ipsum massa aliquet nulla, non elementum mi elit a mauris. In hac habitasse platea.</div> </div> </body> </html>
<div> <span> span 1. </span> <span> span 2. </span> <span> span 3. </span> <span> span 4. </span> </div>
<html> <head> <title>Restaurant</title> </head> <body> <table> <tbody> <tr> <td width="40%" wf_style="padding"> Name </td> <td width="60%" wf_style="padding"> Cafe Union </td> </tr> <tr> <td wf_style="padding"> Address </td> <td wf_style="padding"> 1/F The Landmark Central </td> </tr> </tbody> </table> </body> </html>
<html> <head> <title>Restaurant</title> </head> <body> <!-- maybe the fullscreen table is the same as normal table in some devices --> <table wf_style="fullscreen" title="Restaurant"> <tbody> <tr> <td width="40%" wf_style="padding"> Name </td> <td width="60%" wf_style="padding"> Cafe Union </td> </tr> <tr> <td wf_style="padding"> Address </td> <td wf_style="padding"> 1/F The Landmark Central </td> </tr> </tbody> </table> </body> </html>
<html> <head> <title>Restaurant</title> </head> <body> <!-- maybe the fullscreen table is the same as normal table in some devices --> <table wf_style="fullscreen"> <tbody> <tr> <td width="40%" wf_style="padding"> Name </td> <td width="60%" wf_style="padding"> Cafe Union </td> </tr> <tr> <td wf_style="padding"> Address </td> <td wf_style="padding"> 1/F The Landmark Central </td> </tr> </tbody> </table> </body> </html>
<html> <head> <title>Restaurant</title> </head> <body> <table wf_style="transparent"> <tbody> <tr> <td width="40%" wf_style="padding"> Name </td> <td width="60%" wf_style="padding"> Cafe Union </td> </tr> <tr> <td wf_style="padding"> Address </td> <td wf_style="padding"> 1/F The Landmark Central </td> </tr> </tbody> </table> </body> </html>
<html> <head> <title>Restaurant</title> </head> <body> <table> <tbody> <tr> <td width="40%" wf_style="padding"> Name </td> <td width="60%" wf_style="padding"> Cafe Union </td> </tr> <tr> <td wf_style="padding"> Address </td> <td wf_style="padding"> 1/F The Landmark Central </td> </tr> </tbody> </table> </body> </html>
<html> <head><title>td align</title></head> <body> <table> <tbody> <tr> <td wf_style="padding">without align</td> </tr> <tr> <td wf_style="padding" align="center">align center </td> </tr> <tr> <td wf_style="padding" align="right">align right </td> </tr> </tbody> </table> </body> </html>
<html> <head> <title>< title ></title> </head> <body> </body> </html>
<html> <head><title>Tab Demonstration</title></head> <body> <div wf_type="tabbar"> <a href="052-tab_1.html" wf_tab_img="tab_icon.png" wf_tab_img_active="tab_icon_on.png">Tab 1</a> <a href="052-tab_2.html" wf_tab_img="tab_icon.png" wf_tab_img_active="tab_icon_on.png">Tab 2</a> </div> </body> </html>
<html> <head><title>Footer</title></head> <body> <table wf_style="fullscreen"> <tbody> <tr> <td> <img src="food1.jpg" width="50" height="50"/> </td> <td> Curabitur tellus. Phasellus tellus turpis, iaculis in, faucibus lobortis, posuere in, lorem. Donec a ante. Donec neque purus, adipiscing id, eleifend a, cursus vel, odio. </td> </tr> </tbody> </table> <div wf_style="footer"> <div>This is the footer</div> </div> </body> </html>
<html> <head><title>Header</title></head> <body> <div wf_style="header"> <div>This is the header</div> </div> <table wf_style="fullscreen"> <tbody> <tr> <td> <img src="food1.jpg" width="50" height="50"/> </td> <td> Curabitur tellus. Phasellus tellus turpis, iaculis in, faucibus lobortis, posuere in, lorem. Donec a ante. Donec neque purus, adipiscing id, eleifend a, cursus vel, odio. </td> </tr> </tbody> </table> </body> </html>
<html> <head><title>I should be hidden</title></head> <body wf_style="hide_toolbar"> toolbar hide test </body> </html>
<html> <head><title>no scroll</title></head> <body wf_style="iphone_no_scroll"> <div> I cannot be scrolled </div> </body> </html>
1. <html> <head><title>img test case</title></head> <body> <div>JPG: <img src="hello_world.jpg" width="48" height="48"/></div> <div>PNG: <img src="hello_world.png" width="45" height="41"/></div> <div>GIF: <img src="hello_world.gif" width="50" height="50"/></div> <div>No this image: <img src="no_this_image.jpg" width="50" height="50"/></div> </body> </html> 2. <html> <head><title>img test case</title></head> <body> <table> <tbody> <tr> <td wf_style="padding"> <img src="hello_world.jpg" width="48" height="48"/> </td> <td wf_style="padding"> World </td> </tr> <tr> <td wf_style="padding"> <img src="hello_world.jpg" width="48" height="48"/> </td> <td wf_style="padding"> World </td> </tr> <tr> <td wf_style="padding"> <img src="hello_world.jpg" width="48" height="48"/> </td> <td wf_style="padding"> Man </td> </tr> </tbody> </table> </body> </html>
<!-- note that the image_map.png has a red & blue block inside the image, for illustration purpose --> <html> <head><title>image map</title></head> <body wf_style="fullscreen"> <map name="map1"> <area href="s1.html" shape="rect" coords="0,0,100,100"/> <area href="s2.html" shape="rect" coords="200,200,300,300"/> </map> <table><tr><td><img src="image_map.png" usemap="#map1"/></td></tr></table> </body> </html>
<html> <head><title>Bold Test Case</title></head> <body> <div>Normal Text Here</div> <div> <b>Bold Text Here</b> </div> </body> </html>
<html> <head><title>Big Test Case</title></head> <body> <div>Normal Text Here</div> <div> <big>Big Text Here</big> </div> </body> </html>
<html> <head><title>Title With Text Size</title></head> <body wf_style="toolbar_title_text_size:12"> <div>Hello World</div> </body> </html>
<html> <head><title>Text Size</title></head> <body> <table> <tr> <td><div wf_style="text_size:18">this is of 18 point</div></td></tr> <tr> <td><div wf_style="text_size:22">this is of 22 point</div></td></tr> </table> </body> </html>
<html> <head><title>Text style</title></head> <body> <div> <div>Render the text in the section without style.</div> <div wf_style="text_bold">Render the text in the section as bold text.</div> <div wf_style="text_small">Render the text in the section as small text.</div> <div wf_style="text_big">Render the text in the section as big text.</div> </div> </body> </html>
<html> <head><title>Small Test Case</title></head> <body> <div>Normal Text Here</div> <div> <small>Small Text Here</small> </div> </body> </html>
<html> <head><title>Level 1</title></head> <body> <table> <tbody> <tr> <td wf_style="padding"> <a href="031-navigation_testing_level_2.html?dummy=value1&dummy2=value2"> Goto Level 2 </a> </td> </tr> <tr> <td wf_style="padding"> <a href="broken_link.html"> Broken Link </a> </td> </tr> </tbody> </table> </body> </html>
1. Text Button <html> <head><title>Toolbar button for a links</title></head> <body> <div> <a href="053-toolbar_a_links.php?link=Button+Link+1" wf_style="button">Link 1</a> <a href="053-toolbar_a_links.php?link=Button+Link+2" wf_style="button">Link 2</a> <a href="053-toolbar_a_links.php?link=Button+Link+3" wf_style="button">Link 3</a> <a href="./" disabled="disabled" wf_style="button">Disabled button</a> </div> </body> </html> 2. Image Button <html> <head><title>Image button for a links</title></head> <body> <div> <a href="053-toolbar_a_links.php?link=Image+Link+1" wf_style="button"> <img src="hello_world.jpg" width="48" height="48"/> </a> <a href="053-toolbar_a_links.php?link=Image+Link+2" wf_style="button"> <img src="hello_world.png" width="45" height="41"/> </a> </div> </body> </html>
1. Text Toolbar <html> <head><title>Toolbar button for a links</title></head> <body> <a href="053-toolbar_a_links.php?link=Toolbar+Link+1" wf_style="toolbar">Link 1</a> <a href="./" disabled="disabled" wf_style="toolbar">Disabled link</a> </body> </html> 2. Toolbar in submit <html> <head><title>Toolbar button for a links</title></head> <body> <form action="053-toolbar_a_links.php"> <input type="hidden" name="link" value="Submit Link 1"/> <input type="submit" name="s" value="Link 1" wf_style="toolbar"/> </form> <form action="053-toolbar_a_links.php"> <input type="hidden" name="link" value="Submit Link 2"/> <input type="submit" name="s" value="Link 2" wf_style="toolbar"/> </form> <form action="053-toolbar_a_links.php"> <input type="hidden" name="link" value="Submit Back"/> <input type="submit" name="s" value="Back" wf_style="toolbar_back"/> </form> <form action="./"> <input type="submit" disabled="disabled" name="s" value="Disabled" wf_style="toolbar"/> </form> </body> </html> 3. image toolbar <html> <head><title>Toolbar image</title></head> <body> <div>This page shows the toolbar button with image</div> <a href="053-toolbar_a_links.php?link=Toolbar+Image+Link" wf_style="toolbar"><img src="toolbar_add.png"/></a> </body> </html>
<html> <head><title>Toolbar back button</title></head> <body> <a href="053-toolbar_a_links.php?link=Toolbar+Back" wf_style="toolbar_back">Back</a> </body> </html>
<html> <head><title>Toolbar up button</title></head> <body> <a href="053-toolbar_a_links.php?link=Toolbar+Up+Arrow" wf_style="toolbar_up_arrow"></a> </body> </html>
<html> <head><title>Toolbar down button</title></head> <body> <a href="053-toolbar_a_links.php?link=Toolbar+Down+Arrow" wf_style="toolbar_down_arrow"></a> </body> </html>
<html> <head><title>Toolbar left button</title></head> <body> <a href="053-toolbar_a_links.php?link=Toolbar+Left+Arrow" wf_style="toolbar_left_arrow"></a> </body> </html>
<html> <head><title>Toolbar right button</title></head> <body> <a href="053-toolbar_a_links.php?link=Toolbar+Right+Arrow" wf_style="toolbar_right_arrow"></a> </body> </html>
<html> <head><title>Level 1</title></head> <body> <table> <tbody> <tr> <td wf_style="padding"> <a href="0312-navigation_reset_level_2.html" wf_style="navigation_reset"> Goto Level 2 </a> </td> </tr> </tbody> </table> </body> </html>
page A: <html> <head><title>Level 1</title></head> <body> <table> <tbody> <tr> <td wf_style="padding"> <a href="031-navigation_testing_level_2.html?dummy=value1&dummy2=value2"> Goto Level 2 </a> </td> </tr> <tr> <td wf_style="padding"> <a href="broken_link.html"> Broken Link </a> </td> </tr> </tbody> </table> </body> </html> page B: <html> <head><title>Level 2</title></head> <body> <div>You should have a back button automatically</div> <table> <tbody> <tr> <td wf_style="padding"> <a href="031-navigation_testing_level_3.html"> Goto Level 3 </a> </td> </tr> </tbody> </table> </body> </html>
<html> <head><title>Level 1</title></head> <body> <table> <tbody> <tr> <td wf_style="padding"> <a href="0311-navigation_unchanged_level_2.html" wf_style="navigation_unchanged"> Goto Level 2 </a> </td> </tr> </tbody> </table> </body> </html>
1. Refresh Parent <html> <head> <meta name="wf_action" content="refresh_parent"/> <title>Refersh Parent Page</title> </head> <body> <div>Click back to see whether the parent is reloaded</div> </body> </html> 2. Refresh All <html> <head> <meta name="wf_action" content="refresh_all"/> <title>Refersh All Page</title> </head> <body> <div>Click back and then click Tab1 to see whether the two pages are reloaded</div> </body> </html>
<html> <head><title>Popup</title></head> <body> <table wf_style="transparent"> <tbody> <tr> <td wf_style="padding"> <a href="/newpage.html" wf_style="popup">Open the link with a popup.</a> </td> </tr> </tbody> </table> </body> </html>
<html> <head><title>Popup bottom</title></head> <body> <table wf_style="transparent"> <tbody> <tr> <td wf_style="padding"> <a href="newpage.html" wf_style="popup_bottom">Open the link with a popup_bottom.</a> </td> </tr> </tbody> </table> </body> </html>
<html> <head><title>Popup center</title></head> <body> <table wf_style="transparent"> <tbody> <tr> <td wf_style="padding"> <a href="newpage.html" wf_style="popup_center">Open the link with a popup_center.</a> </td> </tr> </tbody> </table> </body> </html>
<html> <head><title>Embedded Browser</title></head> <body> <table wf_style="transparent"> <tbody> <tr> <td wf_style="padding"> <a href="http://www.google.com" wf_style="browser">Open the link with a web browser.</a> </td> </tr> </tbody> </table> </body> </html>
<html> <head><title>Textbox</title></head> <body> <form action="036-form_get_textbox.php" method="get"> <div> <div><input type="text" name="query"/></div> <div><input type="submit" name="s" value="Submit"/></div></div> </form> </body> </html>
<html> <head> <title>Embedded iPhone Picker</title> </head> <body wf_style="fullscreen"> <form action="" method="post"> <div> <div wf_style="iphone_picker_embedded"> <select name="area"> <option value="all">Area - All</option> <option value="kln_city">Kowloon City</option> <option value="central">Central</option> <option value="tst">Tsim Sha Tsui</option> <option value="mk">Mong Kok</option> </select> <select name="cuisine"> <option value="all">Cuisine - All</option> <option value="american">American</option> <option value="japanese">Japanese</option> <option value="thai">Thai</option> <option value="italian">Italian</option> </select> </div></div> <div> <input type="submit" name="s" value="Submit"/> </div> </form> </body> </html>
<html> <head><title>date time picker</title></head> <body> <form action="" method="get"> <table> <tr><td><input type="date" name="t1" value=""/></td></tr> <tr><td><input type="submit" value="Send"/></td></tr> </table> </form> <!-- outuput display --> <table> <tr><td>t1 value:</td></tr> </table> </body> </html>
<html> <head><title>Textbox</title></head> <body> <form action="036-form_get_textbox.php" method="get"> <div> <div><input type="text" name="query"/></div> <div><input type="submit" name="s" value="Submit"/></div></div> </form> </body> </html>
<html> <head><title>Hidden input</title></head> <body> <div>This page contains a hidden input with name=query, value=Hello World</div> <form action="038-form_get_hidden.php" method="get"> <div> <input type="hidden" name="query" value="Hello World"/> <input type="submit" name="s" value="Submit"/></div> </form> </body> </html>
<html> <head><title>Checkbox input</title></head> <body> <div>You have not checked the box</div> <form action="043-form_get_checkbox.php" method="get"><div> <input type="checkbox" name="query" value="Y"/> <input type="submit" name="s" value="Submit"/></div> </form> </body> </html>
<html> <head><title>Password input</title></head> <body> <div>This page contains a password input with name=query, value=Hello World</div> <form action="039-form_get_password.php" method="get"> <div> <input type="password" name="query" value="Hello World"/> <input type="submit" name="s" value="Submit"/></div> </form> </body> </html>
<html> <head><title>Search Box</title></head> <body> <form action="0485-form_post_searchbox.php" method="post"> <div> <div><input type="text" name="query" wf_style="search"/></div> </div> </form> </body> </html>
<html> <head><title>Textbox</title></head> <body> <form action="036-form_get_textbox.php" method="get"> <div> <div><input type="text" name="query"/></div> <div><input type="submit" name="s" value="Submit"/></div></div> </form> </body> </html>
<html> <head><title>Textbox</title></head> <body> <form action="083-form_get_textbox_numeric_keyboard.php" method="get"> <div> <div><input type="text" name="query" wf_style="keyboard_type:number_and_period"/></div> <div><input type="submit" name="s" value="Submit"/></div></div> </form> </body> </html>
<html> <head><title>File Input</title></head> <body> <form enctype="multipart/form-data" action="048-form_post_file.php" method="POST"> <div> <input type="hidden" name="MAX_FILE_SIZE" value="1000000" /> Choose a file to upload: <input name="uploadedfile" type="file"/><br/> <input type="submit" value="Upload File" /></div> </form> </body> </html>
<html> <head><title>Select input</title></head> <body> <form action="041-form_get_select.php" method="get"><div> <select name="query"> <option value="Apple">Apple</option> <option value="Banana">Banana</option> <option value="Cat">Cat</option> <option selected="selected">Dog</option> <option>Egg</option> </select> <input type="submit" name="s" value="Submit"/></div> </form> </body> </html>
<html> <head><title>Select input</title></head> <body> <form action="" method="get"><div> <select name="query" wf_style="popup"> <option value="Apple">Apple</option> <option value="Banana">Banana</option> <option value="Cat">Cat</option> <option value="Dog">Dog</option> <option>Egg</option> </select> <input type="submit" name="s" value="Submit"/></div> </form> </body> </html>
<html> <head><title>Select input</title></head> <body> <form action="" method="get"><div> <select name="query" wf_style="segment"> <option value="Apple">Apple</option> <option value="Banana">Banana</option> <option value="Cat">Cat</option> </select> <input type="submit" name="s" value="Submit"/></div> </form> </body> </html>
<html> <head><title>Textarea input</title></head> <body> <form action="045-form_get_textarea.php" method="get"><div> <textarea name="query">Type your message here</textarea> <input type="submit" name="s" value="Submit"/></div> </form> </body> </html>
<html> <head><title>Toolbar color</title></head> <body wf_style="toolbar_color:#4e0000"> Hello World </body> </html>
<html> <head><title>Toolbar button color</title></head> <body wf_style="toolbar_button_color:#4e0000"> Hello World <a href="#" wf_style="toolbar">Go</a> </body> </html>
<html> <head><title>Title With Color Text</title></head> <body wf_style="toolbar_title_text_color:#4e0000"> <div>Hello World</div> </body> </html>
<html> <head><title>Toolbar back button color</title></head> <body wf_style="toolbar_back_button_color:#4e0000"> Hello World <a href="#" wf_style="toolbar_back">Go</a> </body> </html>
<html> <head> <title>bgcolor</title> </head> <body bgcolor="#f69191"> <div>mild red</div> <table wf_style="fullscreen" bgcolor="#bcf691"> <tr> <td>mild green</td> </tr> <tr bgcolor="#91bef6"> <td>sky blue</td> </tr> <tr> <td bgcolor="#dd91f6">violet</td> </tr> </table> <div bgcolor="#f6f091">yellow</div> </body> </html>
<html> <head><title>Text color</title></head> <body wf_style="fullscreen"> <table> <tr><td color="red"><div wf_style="text_color:#FF0000">Red Label</div></td></tr> <tr><td><div wf_style="text_color:#00FF00">Green Label</div></td></tr> <tr><td><div wf_style="text_color:#0000FF">Blue Label</div></td></tr> </table> </body> </html>
<html> <head><title>Photoes</title></head> <body> <a wf_style="toolbar navigation_reset" href="">refresh</a> <table><tr><td> <div wf_type="album" height="300"> <img src="sky.png"/> <img src="tomato.png"/> <img src="tomato.png"/> </div> </td></tr></table> </body> </html>
<html> <head> <title>Map</title> </head> <body> <div wf_type="map" wf_map_center="22.232142,114.171515" wf_map_zoom="15"> <a href="061-a_abyss.html" wf_geo_location="22.232142,114.171515" >The Abyss</a> <a href="061-a_abyss.html" wf_geo_location="22.24541,114.175458" >Giant Pandas</a> <a href="061-a_abyss.html" wf_geo_location="22.233582,114.172567" >Sea Jelly</a> <a href="061-a_abyss.html" wf_geo_location="22.233612,114.168173" >Mine Train</a> <a href="061-a_abyss.html" wf_geo_location="22.233145,114.17085" wf_style="hide_flag" ><img src="house.png" alt="Pacific Tier"/></a> </div> </body> </html>
<html> <head> <title>Map</title> </head> <body> <a href="062-map-variables.php?center=[wf:map_center]&zoom=[wf:map_zoom]" wf_style="toolbar">Test variables</a> <div wf_type="map" wf_map_center="22.232142,114.171515" wf_map_zoom="15"> <a href="061-a_abyss.html" wf_geo_location="22.232142,114.171515" >The Abyss</a> <a href="061-a_abyss.html" wf_geo_location="22.24541,114.175458" >Giant Pandas</a> <a href="061-a_abyss.html" wf_geo_location="22.233582,114.172567" >Sea Jelly</a> <a href="061-a_abyss.html" wf_geo_location="22.233612,114.168173" >Mine Train</a> <a href="061-a_abyss.html" wf_geo_location="22.233145,114.17085" >Pacific Pier</a> </div> </body> </html>
<html> <head> <title>Map</title> </head> <body> <a href="062-map-variables.php?center=[wf:map_center]&zoom=[wf:map_zoom]" wf_style="toolbar">Test variables</a> <div wf_type="map" wf_map_center="22.232142,114.171515" wf_map_zoom="15"> <a href="061-a_abyss.html" wf_geo_location="22.232142,114.171515" >The Abyss</a> <a href="061-a_abyss.html" wf_geo_location="22.24541,114.175458" >Giant Pandas</a> <a href="061-a_abyss.html" wf_geo_location="22.233582,114.172567" >Sea Jelly</a> <a href="061-a_abyss.html" wf_geo_location="22.233612,114.168173" >Mine Train</a> <a href="061-a_abyss.html" wf_geo_location="22.233145,114.17085" >Pacific Pier</a> </div> </body> </html>
<html> <head><title>Embedded Toolbar</title></head> <body> <div wf_type="toolbar_embedded"> <a href="053-toolbar_a_links.php?link=Embedded+Link+1">Link 1</a> <a href="053-toolbar_a_links.php?link=Embedded+Link+2">Link 2</a> <a href="053-toolbar_a_links.php?link=Embedded+Link+3">Link 3</a> <a href="./" disabled="disabled">Disabled</a> </div> </body> </html>
<html> <head><title>contact picker</title></head> <body > <form action="" method="get"> <table> <tr><td wf_style="padding"><input type="contact" name="ct" wf_fields="id,name,birthday,phone,email"/></td></tr> <tr><td align="center"><input type="submit" value="Send"/></td></tr> </table> </form> <!-- output display --> <table> <tr><td>id value:<?= $_GET["ct_id"] ?></td></tr> <tr><td>name value:<?= $_GET["ct_name"] ?></td></tr> <tr><td>phone value:<?= $_GET["ct_phone"] ?></td></tr> <tr><td>email value:<?= $_GET["ct_email"] ?></td></tr> </table> </body> </html>
<html> <head><title>Phone, SMS, Email</title></head> <body> <table> <tr><td><a href="tel://24278265">Phone call</a></td></tr> <tr><td><a href="sms://88343224">Sms</a></td></tr> <tr><td><a href="mailto://support@motherapp.com">Email</a></td></tr> </table> </body> </html>
<html> <head><title>Phone, SMS, Email</title></head> <body> <table> <tr><td><a href="tel://24278265">Phone call</a></td></tr> <tr><td><a href="sms://88343224">Sms</a></td></tr> <tr><td><a href="mailto://support@motherapp.com">Email</a></td></tr> </table> </body> </html>
<html> <head><title>Phone, SMS, Email</title></head> <body> <table> <tr><td><a href="tel://24278265">Phone call</a></td></tr> <tr><td><a href="sms://88343224">Sms</a></td></tr> <tr><td><a href="mailto://support@motherapp.com">Email</a></td></tr> </table> </body> </html>
<html> <head><title>Add Contact</title></head> <body> <form action="wf://device/contact/add" method="get"> <table> <tr> <td width="30%" wf_style="padding">Name:</td> <td width="70%" wf_style="padding"><input type="text" name="name" value="Jenny Cheung"/></td> </tr> <tr> <td width="30%" wf_style="padding">Phone:</td> <td width="70%" wf_style="padding"><input type="text" name="phone" value="26450003"/></td> </tr> <tr> <td width="30%" wf_style="padding">Email:</td> <td width="70%" wf_style="padding"><input type="text" name="email" value="tong2@willflow.com"/></td> </tr> <tr> <td width="30%" wf_style="padding">Birthday:</td> <td width="70%" wf_style="padding"><input type="text" name="birthday" value="2008-05-24"/></td> </tr> </table> <div align="center"><input type="submit" value="Add to Contact"/></div> </form> </body> </html>
<html> <head><title>Device ID Test Case</title></head> <body> <table wf_style="fullscreen"> <tbody> <tr> <td><a href="060-device_id.php?from_a_tag=[wf:device_id]">Device id a link</a></td> </tr> </tbody> </table> <form action="060-device_id.php" method="get"> <div> <input type="hidden" name="from_hidden" value="[wf:device_id]"/> <select name="from_select"> <option value="[wf:device_id]">Device id select</option> <option value="No">No device id select</option> </select> <input type="submit" name="s" value="Submit"/> </div> </form> </body> </html>
<html> <head> <title>vibrate</title> <meta name="wf_action" content="wf://device/vibrate"/> </head> <body wf_style="fullscreen"> <table><tr><td wf_style="padding"><a href="">Reload</a></td></tr></table> </body> </html>
<html> <head><title>accelerometer</title></head> <body wf_style="fullscreen padding"> <a wf_style="toolbar" href="?accel=[wf:accelerometer]">reload</a> <table><tr><td wf_style="padding">acceleration:<?= $_GET["accel"]?></td></tr></table> </body> </html>
<html> <head><title>GPS Test Case</title></head> <body> <a href="059-gps.php?from_a_tag=[wf:gps]" wf_style="toolbar">GPS</a> <table wf_style="fullscreen"> <tbody> <tr> <td><a href="059-gps.php?from_a_tag=[wf:gps]">GPS a link</a></td> </tr> <tr> <td><a href="059-gps.php?from_a_tag=[wf:gps]" wf_style="button">GPS Button</a></td> </tr> </tbody> </table> <form action="059-gps.php" method="get"> <div> <input type="hidden" name="from_hidden" value="[wf:gps]"/> <select name="from_select"> <option value="[wf:gps]">GPS select</option> <option value="No">No GPS select</option> </select> <input type="submit" name="s" value="Submit"/> </div> </form> </body> </html>
<html> <head> <title>mp3</title> </head> <body> <div><a href="sample.mp3" wf_style="button">Play song</a></div> </body> </html>
<html> <head> <title>mp4</title> </head> <body> <div><a href="sample.mp4" wf_style="button">Play</a></div> </body> </html>
<html> <head><title>Audio</title></head> <body> <table> <tr><td> <audio src="http://128.208.34.80:8000/" autoplay="true">Your browser does not support audio</audio> </td></tr> </table> </body> </html>