Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-11511

HTML5 jQuery Mobile Template

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Critical Critical
    • 3.3.0.CR1
    • None
    • common
    • None

      The proposed template:

      <?xml version="1.0" encoding="UTF-8"?>
      <!DOCTYPE html>
      <html>
      <head>
      <title>jQuery Mobile Template</title>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
      <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0"/>

      <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.css"/>

      <script type="text/javascript" src="http://code.jquery.com/jquery-1.6.4.js"></script>
      <script type="text/javascript" src="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.js"></script>

      <script type="text/javascript">
      $(document).ready(function()

      { alert("Ready To Go"); }

      );
      </script>
      </head>
      <body>

      <div data-role="page">

      <div data-role="header">
      <h1>jQuery Mobile</h1>
      </div>

      <div data-role="content">

      <ul id="listOfEvents" data-role="listview" data-inset="true" data-filter="true">
      <li><a href="">One</a></li>
      <li><a href="">Two</a></li>
      <li><a href="">Three</a></li>
      </ul>
      </div>

      <div data-role="footer">
      <h4>www.jboss.org/developer</h4>
      </div>

      </div>
      </body>
      </html>

        1. screen.png
          78 kB
          Alexey Kazakov
        2. Screen Shot 2012-04-10 at 5.14.27 PM.png
          98 kB
          Burr Sutter
        3. template.html
          1 kB
          Kris Borchers
        4. template.html
          1 kB
          Kris Borchers
        5. template.html
          1 kB
          Burr Sutter

            alexeykazakov Alexey Kazakov
            bsutter@redhat.com Burr Sutter
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: