WebCore/manual-tests/wml/template-ontimer.wml
changeset 0 4f2f89ce4247
equal deleted inserted replaced
-1:000000000000 0:4f2f89ce4247
       
     1 <?xml version="1.0"?>
       
     2 <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
       
     3 "http://www.wapforum.org/DTD/wml_1.1.xml">
       
     4 <wml>
       
     5     <template ontimer="#card2"/>
       
     6 
       
     7     <card id="card1">
       
     8         <p>Test for template ontimer event in WML</p>
       
     9         <p>This is Card one,we will jump to card 2 after 5s because of the template ontimer event</p>
       
    10         <timer value="50"/>
       
    11     </card>
       
    12     
       
    13     <card id="card2" title="card 2">
       
    14         <p>This is card 2</p>
       
    15     </card>
       
    16 </wml>