Skip to content

Instantly share code, notes, and snippets.

@sbob-sfdc
Created September 5, 2012 20:33
Show Gist options
  • Save sbob-sfdc/3644284 to your computer and use it in GitHub Desktop.
Save sbob-sfdc/3644284 to your computer and use it in GitHub Desktop.
Workshop 303, Tutorial 3, Step 3
<!-- Detail page, to display Chatter Information -->
<div data-role="page" data-theme="b" id="chatterpage">
<!-- page header -->
<div data-role="header">
<!-- button for going back to detailpage -->
<a href='#detailpage' id="backInventory" class='ui-btn-left' data-icon='arrow-l'>
Edit
</a>
<!-- page title -->
<h1>Collaborate</h1>
</div>
<!-- page content -->
<div id="#content" data-role="content">
<h2 id="name"></h2>
<div id="div_chatter_list">
<!-- built dynamically by controller function updateChatterList -->
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment