console.log("selected color: "+e.value());
}
});
selList2.render(parent.appendChild("<div id=\"divcolorpicker\"></div>"));
StyleSheet sty = Y.newStyleSheet();
//the main color label
sty.set("#divcolorpicker .itsa-selectlist-selectedmain div",
Style.create().width("12px").height("10px").marginLeft("18px"));
sty.set("#divcolorpicker .itsa-selectlist-ullist div",
Style.create().width("15px").height("15px"));
//the main icon
sty.set("#divcolorpicker .itsa-icon-textcolor",
Style.create().backgroundPosition("1px -215px").width("16px"));
sty.set("#divcolorpicker .itsa-selectlist-ullist li",
Style.create().display("inline-block")
.padding("2px").border("solid 1px #FFF"));
}
});
}