Results 1 to 4 of 4

Thread: where to find javascript files ?

  1. #1
    Join Date
    Jun 2012
    Posts
    4

    Default where to find javascript files ?

    I created basic ROO mvc application
    viewing html source I can see few <javascript src="..." />
    like:
    <script type="text/javascript" src="/tryroo/resources/dojo/dojo.js">

    (I see load-scripts.tagx define the links)

    where is dojo.js file located ?

    (I could not find it anywhere)

  2. #2
    Join Date
    Aug 2012
    Posts
    7

    Default

    It's in the Spring js jar.

  3. #3
    Join Date
    Apr 2012
    Posts
    1

    Default

    Take a look in either:

    <SpringSourceInstallDir>\sts.X.Y.Z\vfabric-tc-server-developer-X.Y.Z.RELEASE\spring-insight-instance\webapps\insight\dojo
    ...or...
    spring-js-resources.jar

  4. #4
    Join Date
    Jun 2012
    Posts
    4

    Default Thank you!

    3panda, RnR
    Thank you!

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •