0
ich zwei Controller haben, init
:Rufsteuerung in JavaScriptMVC
jQuery.Controller.extend('App.Controllers.Init', {
onDocument: true
},{
load: function() {
//call App.Controllers.Tabs on $('#tabs')
//it is not that easy as $('#tabs').tabs() -> Throws: Object doesn't support this property or method
}
});
Und tabs
:
jQuery.Controller.extend('App.Controllers.Tabs,...
Wie Tabs in init anrufen?
Schnell Anmerkung: Mit 4 Felder für einen Code-Block, und außerhalb dieses 2 Leerzeichen am Ende für ein Zeilenumbruch :) –
Ok. Danke für den Tipp! – czerasz