actionscript 3 - customize feathers' drawers list -
i using feathers ui components starling create app has drawers navigation menu.these drawers have feathers list data providers. there particular elements on list need unique, must have unique font color distinguish them rest. question is: there way customize of specific elements within same list? say, list 4 elements, each 1 has own font color. lot in advance, comment helpful :)
yes, there is. i've done year ago, things shouldn't different. must set appropriate let's call type within data pass item renderer, create custom item renderer, has init , update function. there, can check what's type , construct view differently - change font or whatever want.
and here nice readings on topic, definately you: http://feathersui.com/help/item-renderers.html
Comments
Post a Comment