Re: cftree Refresh

2007-11-04 Thread Steve Rucker
Hello,

I'm trying to do a refresh to a CFTREE, but an error appears in the console:
-
Error: _6a.parent has no properties
Archivo de origen: http://192.168.1.5/CFIDE/scripts/ajax/package/cftree.js
LĂ­nea: 219
-

This is my form:
cfform name=form_navegacion
cftree name=NavTree format=html
  cftreeitem bind=cfc:dirtree.getDirEntries
({cftreeitempath},{cftreeitemvalue})
/cftree
input type=button value=Refrescar onclick=refresh(); /
/cfform

And this is my JS function:
function refresh() {
ColdFusion.Tree.refresh('NavTree');
}

Somebody could make this work? I think I'm doing something wrong

Thanks in advance!

Bruno Paz
GSC, Barcelona

~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292627
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cftree Refresh

2007-11-04 Thread Steve Rucker
Did you ever find the solution to this issue?  I'm having the same problem with 
cftree refresh . . .


The CFC returns the data correctly. When the page loads, the tree loads
nodes well.

2007/8/2, Brian Kotek [EMAIL PROTECTED]:
 

~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292628
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4