3.2.0

I can draw image in the right of combo ?

if i want to draw image in the right of combo . i will add ? in my code
var Cline = new AW.UI.Combo;
    Cline.setId("ComboL");
    Cline.setName("botder:type");
    Cline.setControlText("Select Line");
    Cline.setItemText(LineName);
    Cline.setItemImage(itemImageArray);
    Cline.setSize(200,30);
    Cline.setItemCount(LineName.length);
    Cline.refresh();
Vincent
April 10,
Sorry, I don't understand - are you trying to change how the combo button looks (the one, which opens popup)?
Alex (ActiveWidgets)
April 10,

This topic is archived.

See also:


Back to support forum