Guest User

Untitled

a guest
Feb 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. in case of loading index.html from codeigniter I see my controls but they don't react on the events. in the firebug there is:
  2.  
  3. Core is not defined
  4. (?)()index.ph...proutcore (line 86)
  5. [Break on this error] myTableView: Core.MyTableView.extend({
  6.  
  7. And in case of direct call of index.html from browser I don't see control at all (only text from buttons) and following errors are in firebug:
  8. SC is not defined
  9. [Break on this error] if (SC.setupBodyClassNames) SC.setupBodyClassNames() ;
  10. index.html (line 16)
  11. SC is not defined
  12. [Break on this error] <script type="text/javascript">window.onload = SC.didLoad;</script>
Add Comment
Please, Sign In to add comment