Hi,

Suppose I have a set of different panes (like Table Pane, Label etc) in
different tabs. Would it be possible to color all the panes of same type
across the different tabs using the method as shown in Pivot tutorial [1]

function onColorChange() {
    var color = colorChooser.selectedColor;
    sampleBorder.styles.put("backgroundColor", color);
}

[1] http://pivot.apache.org/tutorials/color-choosers.html

-- 
Thanks and regards,
Ajay Bhat

Reply via email to