Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markhealey/5585967 to your computer and use it in GitHub Desktop.
Save markhealey/5585967 to your computer and use it in GitHub Desktop.
F2_jsonpCallback_com_openf2_examples_javascript_helloworld({
"scripts":[
"https://raw.github.com/OpenF2/F2/master/examples/apps/JavaScript/HelloWorld/appclass.js"
],
"styles":[
],
"apps":[
{
"html":[
'<div>',
'<div class="f2-app-view" data-f2-view="home">',
'<p>Hello World!</p>',
'<ul>',
'<li><a href="#" class="testAlert">Alert Modal</a></li>',
'<li><a href="#" class="testConfirm">Confirm Modal</a></li>',
'</ul>',
'</div>',
'</div>'
].join("")
}
]
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment