- Improved Ajax tabs code (Web UI)

This commit is contained in:
Christophe Dumez 2009-12-05 16:09:18 +00:00
parent 8c1a135d16
commit 998352f9f1
2 changed files with 36 additions and 41 deletions

View file

@ -93,10 +93,13 @@ window.addEvent('load', function(){
new MochaUI.Panel({
id: 'properties',
title: 'Panel',
header: false,
header: true,
padding: { top: 0, right: 0, bottom: 0, left: 0 },
loadMethod: 'xhr',
contentURL: 'properties.html',
contentURL: 'prop-general.html',
require: {
css: ['css/Tabs.css']
},
tabsURL: 'properties.html',
column: 'mainColumn',
height: prop_h
});