Chris,

>So the tag that creates each node looks something like this:
><cf_treenode id="#id#" pid="#pid#" value="<input type=checkbox value=#id#
>onClick='return SelectParents('#id#','#list_of_parents#')'"> #Name#>

Try:
<cf_treenode 
  id="#id#" 
  pid="#pid#" 
  value="<input type=checkbox value=#id# onClick=""return
SelectParents(\""#id#\"",\""#jsStringFormat(list_of_parents)#\"")"">
#Name#">

The double quotes ("") are escaped within CF and are output as a single
quotation.

-Dan


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234795
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to