Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
175
Intellisense in external javascript file
posted

I can't seem to find this documented anywhere, but I'm working with the WebTree
control using the CSOM in a separate javascript file from the web page.  I'm using
version 2008.3 with Visual Studio 2008.  What reference do I need to put at the top
of the javascript file to get intellisense.  I currently have a reference such as

/// <reference path="C:\Program Files\Infragistics\NetAdvantage for .NET 2008 Vol. 3 CLR 2.0\ASP.NET\Scripts\ig_webtree.js"/>

However, I'd prefer not to have the direct path in case another developer has the
file located somewhere else.  Does anyone know what the reference would look
like using the assembly format?  I've tried the following, but it doesn't work.

/// <reference assembly="Infragistics2.WebUI.UltraWebNavigator.v8.3" name="ig_webtree.js"/>

 

Any assistance would be appreciated.