Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Mar 07, 2007 10:49
open dhtmlx forum
Is it possible to retreive the label of the selected Item in the contextMenu like dhtmlXtree.getItemText(ite...

Is it possible to retreive the label of the selected Item in the contextMenu like dhtmlXtree.getItemText(itemId) ?
Answer posted on Mar 07, 2007 10:50

There is no native method to retrieve the label of selected Item. But you can do this as follows:

aMenu=new dhtmlXContextMenuObject(...);

...

aMenu.menu.getItem(itemId).textTag.innerHTML
Answer posted by Alexandra (Support) on Dec 08, 2014 14:47

The information connected with mysql view subquery and file uploader with progress bar also can help you, so please check it too.