]
Burr Sutter updated JBIDE-11511:
--------------------------------
Attachment: template.html
HTML5 jQuery Mobile Template
----------------------------
Key: JBIDE-11511
URL:
https://issues.jboss.org/browse/JBIDE-11511
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: common/jst/core
Reporter: Burr Sutter
Assignee: Alexey Kazakov
Priority: Critical
Fix For: 3.3.0.CR1
Attachments: Screen Shot 2012-04-10 at 5.14.27 PM.png, template.html
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&qu...
<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 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>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: