Message Thread: |
View All MessagesBack to WebFX |
I'm trying to add some additional links to each item in a tree for changing the sort order of the items. But I don't want these additional links if there is only 1 item in the list, or if it's the first item I don't want the 'move up' link on there, etc. I modified the string in .... WebFXTreeItem.prototype.toString from the xtree.js file so that the additional buttons where added based on the values in the parameters nItemCount and nItem, but they only seem to contain any values at the base level of the tree. Am I doing something wrong? TIA Mark |