engellt
Newbie
Posts: 1
Registered: 5/28/2005
Member Is Offline
|
| posted on 5/28/2005 at 01:41 AM |
|
|
setting a target for particular item
Hi, I modified the tree.js code to allow the use of custom targets on particular tree items. For example:
[ 'parentItem', '',
['childItem1', 'someURl', 'myTarget'],
['childItem2', 'someURL', 'myOtherTarget'],
]
I found this useful, and couldnt find and answer for this issue in the forum. So if anyone would like to try the modified tree.js I can share it in
the forum. ( Don't know if the moderator will allow this ). Please let me know if someone may find this useful.
|
|
|
rock
Moderator
Posts: 687
Registered: 4/15/2003
Member Is Offline
|
| posted on 6/13/2005 at 08:37 AM |
|
|
You can post(attach) your code here.
|
|
|
|