Guest User

sublime sample html

a guest
Feb 19th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.53 KB | None | 0 0
  1. <div>
  2.   <h1>This highlights as html</h1>
  3.   <p style="font-weight:400;"> and inline css works too!</p>
  4. </div>
  5.  
  6. <script type="text/javscript">
  7. //
  8. // This code block use to highlight as javascript, helpers worked, inteli sense as i typed
  9. // now its just dead txt in the document.
  10. //
  11. app.pages["sample"] = {
  12.  
  13.  
  14. scope: {
  15.     properties:{
  16.         id: "sample",
  17.     },
  18.     extend: {
  19.      
  20.     }
  21. },
  22.  
  23.  
  24. init: function(){
  25.    
  26. },
  27. enter: function(ev){
  28.    
  29. },
  30.  
  31. ready: function(ev){
  32. },
  33. exit: function(ev){
  34. },
  35. };
  36. </script>
Advertisement
Add Comment
Please, Sign In to add comment