2013-08-12 39 views

回答

0

格式使用DIV中的PhoneGap黑莓OS5

<div data-role="header"> 
     <h1>Auth Demo</h1> 
    </div> 

    <div data-role="content">  

     <form id="loginForm"> 
     <div data-role="fieldcontain" class="ui-hide-label"> 
      <label for="username">Username:</label> 
      <input type="text" name="username" id="username" value="" placeholder="Username" /> 
     </div> 

     <div data-role="fieldcontain" class="ui-hide-label"> 
      <label for="password">Password:</label> 
      <input type="password" name="password" id="password" value="" placeholder="Password" /> 
     </div> 

     <input type="submit" value="Login" id="submitButton"> 
     </form> 

    </div> 
<div data-role="footer"> 
     <h4>&copy; Camden Enterprises</h4> 
    </div> 

</div>