Advanced data grid icon
hi there,
the defualt advanced data grid icon row(child of tree) sheet of paper. want change icon if data elements property matches criteria. possible?
this answer:
itemicons | property |
public var itemicons:object
an object specifies icons items. each entry in object has field name item uid , value object following format:
{iconid: class, iconid2: class}the
iconid
field value class of icon for closed or leaf item , iconid2
class of icon open item.this property intended allow initialization of item icons. changes array after initialization not detected automatically. use setitemicon()
method change icons dynamically.
the default value undefined.
see also
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment