Skip to content

Commit

Permalink
Formatting, code
Browse files Browse the repository at this point in the history
  • Loading branch information
purplecabbage committed Jul 25, 2012
1 parent 2f9b12e commit d20c766
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions WindowsPhone/LiveTiles/README.md
Expand Up @@ -9,17 +9,17 @@ liveTilesExample.html- usage example
In your head In your head
--- ---


[script type="text/javascript" charset="utf-8" src="liveTiles.js"][/script] [script type="text/javascript" charset="utf-8" src="liveTiles.js"][/script]




Somewhere in your code Somewhere in your code
--- ---




navigator.plugins.liveTiles.updateAppTile(success, fail,{title: 'title', image:'Images/appbar.next.rest.png', count: 5, backTitle: 'Back title', backContent:'Back side', backImage : 'Images/appbar.close.rest.png'}); navigator.plugins.liveTiles.updateAppTile(success, fail,{title: 'title', image:'Images/appbar.next.rest.png', count: 5, backTitle: 'Back title', backContent:'Back side', backImage : 'Images/appbar.close.rest.png'});


navigator.plugins.liveTiles.createSecondaryTile(success, fail, { title: 'title', image: 'Images/appbar.save.rest.png', count: 5, secondaryTileUri: 'www/myPage.html',backTitle:'back'}); navigator.plugins.liveTiles.createSecondaryTile(success, fail, { title: 'title', image: 'Images/appbar.save.rest.png', count: 5, secondaryTileUri: 'www/myPage.html',backTitle:'back'});


navigator.plugins.liveTiles.updateSecondaryTile(success, fail, { title: 'title', count: 5, secondaryTileUri: 'www/myPage.html' }); navigator.plugins.liveTiles.updateSecondaryTile(success, fail, { title: 'title', count: 5, secondaryTileUri: 'www/myPage.html' });


navigator.plugins.liveTiles.deleteSecondaryTile(success, fail, { secondaryTileUri: 'www/myPage.html' }); navigator.plugins.liveTiles.deleteSecondaryTile(success, fail, { secondaryTileUri: 'www/myPage.html' });

0 comments on commit d20c766

Please sign in to comment.