Home - Forums-.NET - FlyTreeView (ASP.NET) - script error

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

This forum related to following products: FlyTreeView for ASP.NET

script error
Link Posted: 16-Feb-2006 09:08
i got a "syntax error" in this script:

this.insertAdjacentHTML('beforeEnd', innerStr);

in /aspnet_client/ninerays_web_ui_webcontrols_flytreeview_3_6_1_5/node.htc
Link Posted: 16-Feb-2006 09:46
Could you please more specific with the description?
Do you get this error when you render an empty flytreeview (with no nodes)?
Do you use load-on-demand techique.

I suppose that the node.Text property contains some invalid HTML that could not be added.
Link Posted: 16-Feb-2006 11:23
i also used cuteeditor control on this form which i think is causing the error. because w/o this control on the form, it was fine.
Link Posted: 18-Feb-2006 23:26
Probably the cuteeditor modifies built-in IE javascript function and that sometimes may cause such errors.

Does this cuteeditor renders some additional javascript, or etc?