Exemple #1
0
						initialize : function(){ 

								   handler.tabs.active({ tab : this.defaults.handler , container : this.defaults.handler  }); 

								   require(["contact"], function (contact) {

									   if( !window.App.Instances.Contact){

										 window.App.Instances.Contact = true;
									   	 !new contact();

									   }

								   });

						}
Exemple #2
0
						initialize : function(){ 

								   handler.tabs.active({ tab : this.defaults.handler , container : this.defaults.handler  }); 


								//init shared_application 

								   require(["share_application"], function (share) {

										 console.log(shared_section)
										 var shared_section = new share();

								   });



						}
Exemple #3
0
						initialize : function(){ 

								   handler.tabs.active({ tab : this.defaults.handler , container : this.defaults.handler  }); 
								   window.App.Sections.slideLeftMainWindow();
						}
Exemple #4
0
						initialize : function(){ 

								   handler.tabs.active({ tab : this.defaults.handler , container : this.defaults.handler  }); 
						}