Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div>
- <h1>This highlights as html</h1>
- <p style="font-weight:400;"> and inline css works too!</p>
- </div>
- <script type="text/javscript">
- //
- // This code block use to highlight as javascript, helpers worked, inteli sense as i typed
- // now its just dead txt in the document.
- //
- app.pages["sample"] = {
- scope: {
- properties:{
- id: "sample",
- },
- extend: {
- }
- },
- init: function(){
- },
- enter: function(ev){
- },
- ready: function(ev){
- },
- exit: function(ev){
- },
- };
- </script>
Advertisement
Add Comment
Please, Sign In to add comment