CGI-ExtDirect
view release on metacpan or search on metacpan
examples/htdocs/examples.js view on Meta::CPAN
// if(!t){ // run locally?
// return;
// }
// var theme = Cookies.get('exttheme') || 'aero';
// if(theme){
// t.dom.value = theme;
// Ext.getBody().addClass('x-'+theme);
// }
// t.on('change', function(){
// Cookies.set('exttheme', t.getValue());
// setTimeout(function(){
// window.location.reload();
// }, 250);
// });
//
// var lb = Ext.get('lib-bar');
// if(lb){
// lb.show();
// }
}
};
( run in 0.393 second using v1.01-cache-2.11-cpan-fd5d4e115d8 )