phatrice
Junior Member
Posts: 7
Registered: 9/12/2003
Member Is Offline
|
| posted on 9/17/2003 at 06:26 PM |
|
|
crazy idea but
can the Tree menu pro do recursive call to itself?
in another word, I am declaring the class
new tree (TREE_ITEMS, tree_tpl);
within a html table insid the caption, is this possible? Any input is helpful
|
|
|
rock
Moderator
Posts: 687
Registered: 4/15/2003
Member Is Offline
|
| posted on 9/18/2003 at 11:41 AM |
|
|
No such approach is not possible because caption should be a string and when you call tree constructor object is created.
|
|
|