Animal
11-14-2006, 09:10 AM
It would be helpful to the user to see the title both in the ylayout-panel-hd of the active panel, but also in the ylayout-collapsed toolbar.
I am setting it manually using
dh.append(this.listRegion.collapsedEl.dom,
{
tag: 'div',
cls: 'ylayout-panel-hd-text',
style:{"float":"left"},
html: this.filterUrl ? "Filters and List" : "List"
});
But could this element be created in the applyConfig method, and updated by the updateTitle method please?
I am setting it manually using
dh.append(this.listRegion.collapsedEl.dom,
{
tag: 'div',
cls: 'ylayout-panel-hd-text',
style:{"float":"left"},
html: this.filterUrl ? "Filters and List" : "List"
});
But could this element be created in the applyConfig method, and updated by the updateTitle method please?