Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Sameer Shinde on Sep 15, 2009 01:53
open dhtmlx forum
How to get the value of attribute for a dhtmlXTreeObject

I have created an dhtmlXTreeObject having XML string as

<?xml version="1.0" encoding="iso-8859-1"?>
<tree id="0">
<item text="Programs" id="programs" >
<item text="Activities" id="activities" >
<item text = "Accordian" act="CompAssess.do?command=CreditRatingAccordion" id="accordion"> </item>
</item>
</item>
</tree>

getItemText will give me text for item , but What is the method to get the value of attribute 'act' for an item?
Answer posted by Alex (support) on Sep 15, 2009 08:01
The answer to this question was sent by email.