Guest User

Untitled

a guest
Jan 16th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. var mv;
  2. var subView = {
  3. title: 'Content Management System - Binusmaya',
  4. breadcrumb: [
  5. {
  6. name:'Mapping Acad Prog',
  7. link:'#/cms/mappingAcadOrg'
  8. }
  9. ],
  10. require:'cms',
  11. rel:'site-content',
  12. onLoaded: function()
  13. {
  14. CMS.init();
  15. mv = this;
  16.  
  17. if (CMS.sessionStorage('CRSE_ID') === null) {
  18. location.href = this.breadcrumb[0].link;
  19. } else {
  20. CMS.updateAllInformations(this);
  21. //location.href = this.breadcrumb[0].link;
  22. // CMS.setInformationDetailsVisibility(false);
  23. // CMS.pageNavigation.setHasNotification(['','']);
  24. $('.page-information').binus_lms();
  25. // $('.body-navigation').binus_body_navigation();
  26. }
  27. },
  28.  
  29. onDefaultChild: function()
  30. {
  31. // BM.rel = 'primaryframe';
  32. // loadPageDescriptions();
  33. },
  34. }
Add Comment
Please, Sign In to add comment