Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Change picker icon in filter builder

    Hello Isomorphic,

    SmartGwt Version:
    SC_SNAPSHOT-2011-12-08/LGPL Development Only (built 2011-12-08).

    I can change the first compobox pickerIcons by doing this
    Code:
     CompoBoxItem compoBoxItem=new CompoBoxItem();
    	    compoBoxItem.setPickerIconSrc([SKINIMG]Product/MYpicker.png");
    
    filterBuilder.setFieldPickerProperties(compoBoxItem);

    How can I change the selectItem picker icon ??

    Please see the attached screenShoot.
    Attached Files
Working...
X