You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2012/05/11 17:21:25 UTC

[3/3] bada-wac commit: updating sample UI

updating sample UI


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-bada-wac/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-bada-wac/commit/a36a49ae
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-bada-wac/tree/a36a49ae
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-bada-wac/diff/a36a49ae

Branch: refs/heads/master
Commit: a36a49ae15857820c63e801a513ff9511d8815a8
Parents: 4de7303
Author: Anis Kadri <an...@gmail.com>
Authored: Fri May 11 08:17:02 2012 -0700
Committer: Anis Kadri <an...@gmail.com>
Committed: Fri May 11 08:17:02 2012 -0700

----------------------------------------------------------------------
 Res/index.html |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-bada-wac/blob/a36a49ae/Res/index.html
----------------------------------------------------------------------
diff --git a/Res/index.html b/Res/index.html
index 13d9ae0..0f2c55b 100644
--- a/Res/index.html
+++ b/Res/index.html
@@ -152,6 +152,15 @@
             <div id="media">
             </div>
         </li>
+        <li>
+        	<h3>Contacts</h3>
+        	<div>
+        		<button type="button" class="btn" onclick="createContact();">createContact</button>
+        		<button type="button" class="btn" onclick="findContact();">findContact</button>
+        		<button type="button" class="btn" onclick="updateContact();">updateContact</button>
+        		<button type="button" class="btn" onclick="removeContact();">removeContacts</button>
+        	</div>
+        </li>
     </ul>
     <script type="text/javascript" src="./js/sample.js"></script>
 </body>