I have an older flex app (maybe 2.2) which utilizes a custom PopUp skin. But now I need to modify a single widget (Query Widget) to use a different custom PopUp. Since...esri|PopUpRenderer
{
skinClass: ClassReference("xyz.skins.CustomPopup");
}
...is already specified in the default.css how can I tell my Query Widget to use a different one?Thanks