Skip to content

Instantly share code, notes, and snippets.

@sbob-sfdc
Created September 2, 2012 23:47
Show Gist options
  • Save sbob-sfdc/3605687 to your computer and use it in GitHub Desktop.
Save sbob-sfdc/3605687 to your computer and use it in GitHub Desktop.
Workshop 202, Tutorial 2, Step 1, Visualforce
<apex:page standardStylesheets="false" showHeader="false" sidebar="false">
<!-- stylesheets and scripts, from CDN (use local files in production) -->
<apex:stylesheet value="https://ajax.aspnetcdn.com/ajax/jquery.mobile/1.1.0/jquery.mobile-1.1.0.min.css" />
<apex:includeScript value="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.7.2.min.js"/>
<apex:includeScript value="https://ajax.aspnetcdn.com/ajax/jquery.mobile/1.1.0/jquery.mobile-1.1.0.min.js"/>
<h1>Mobile Inventory</h1>
</apex:page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment