flash - Multiple labels in a list item -
i want have more 1 labelfield in list pulling database below code:
<s:list id="list2" includein="hurlingprofile" x="0" y="63" width="480" height="687" color="#000000" creationcomplete="list2_creationcompletehandler(event)" labelfield="name"> <s:asynclistview list="{getallprofilehurlingresult.lastresult}"/> </s:list> i have shown names need show date of births.
i tried adding labels through design view 1 name not names in list. how can add label show in each list item.
there several approaches can take:
- use
datagridif want have multiple columns - use inline or separate
itemrenderer - use
itemrendererfunctionproperty oflist
for use, guess inline itemrenderer good.
Comments
Post a Comment