Hi Guys ,

I have a tree component. i would like to give automation name to the
node of the tree however when i specify autmationName in the xml
it doesnt pick up from there.Here is a sample code i m doing something
wrong here ?

        <mx:XMLListCollection id="adminTasksXMLList"
                                                  source="{Tasks}"/>

        <mx:XMLList id="Tasks">
                <task label="Abc"
                          code="1">
                        <task label="123"
                                  code="U"/>
                </task>
                <task label="PQR"
                          code="2"/>
                <task label="XYZ"
                          code="3">
                        <task label="1231"
                                  automationName="admin_customer_search"
                                  code="CS"/>
                </task>
        </mx:XMLList>

<mx:Tree width="100%"
                                         height="100%"
                                         id="adminTaskTree"
                                         labelField="@label"
                                         dataProvider="{adminTasksXMLList}"/>

Please let me know if i m doing something wrong here.

Regards,
Sohil

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to