<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Asnidren ha scritto:
<blockquote cite="mid:22179943.post@talk.nabble.com" type="cite">
  <pre wrap="">I still try to use jquery tag...
* When I add in HEAD this: <cms:jquery />, nothing is added on my page.
* When I add this: <cms:jquery js="jquery" />, the static jquery.js file is
added </pre>
</blockquote>
What exactly is added to your page, if you add <cms:jquery
js="jquery" />?<br>
<br>
Best Regards<br>
Christian<br>
<blockquote cite="mid:22179943.post@talk.nabble.com" type="cite">
  <pre wrap="">but my jquery code doesn't seems to work (it worked when I added
manually :
<%   if (login.getRequestContext().currentProject().isOnlineProject()) {%>
<script type="text/javascript" language="JavaScript"
src="<cms:link>/system/workplace/resources/jquery/packed/jquery.js</cms:link>"></script>
<%  }%>
)

I don't understand!!





Christian Steinert wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Dear Sandrine 

just for the record: the <cms:jquery /> tag will behave different in the
offline project than in the online project. In the online project, the
unpacked version of jquery is used but offline, the unpacked version is
used and this version is stored in a slightly different folder of opencms.
In other words: opencms comes with two copies (packed and unpacked) of
jquery and it sounds as if you only replaced one of them.

Regards
Christian

    </pre>
    <blockquote type="cite">
      <pre wrap="">As usual, I just found a solution : I copied this :

<scripttype="text/javascript" src=<a class="moz-txt-link-rfc2396E" href="http://ui.jquery.com/testing/jquery-1.3.1.js">"http://ui.jquery.com/testing/
jquery-1.3.1.js"</a>></script>

<scripttype="text/javascript" src=<a class="moz-txt-link-rfc2396E" href="http://ui.jquery.com/testing/ui/ui.core.js">"http://ui.jquery.com/testing/ui/ui.
core.js"</a>></script>

<script type="text/javascript"src=<a class="moz-txt-link-rfc2396E" href="http://ui.jquery.com/testing/ui/ui.draggable.js">"http://ui.jquery.com/testing/ui/ui.
draggable.js"</a>></script>

In the HEAD, and it works.

De : <a class="moz-txt-link-abbreviated" href="mailto:opencms-dev-bounces@opencms.org">opencms-dev-bounces@opencms.org</a> [<a class="moz-txt-link-freetext" href="mailto:opencms-dev-bounces@">mailto:opencms-dev-bounces@</a>
opencms.org] De la part de Sandrine Prousteau
Envoyé : vendredi 13 février 2009 11:39
À :chan_fookmun@yahoo.com.sg; The OpenCms mailing list
Objet : [opencms-dev] JQuery version

Hi

I found the version of Jquery inside /system/workplace/resources/
jquery/packed/ for OpenCms 7.0.5. It seem’s to be a old version.

I’d like to use the Jquery UI with draggable function. 

How can I had it to my pages?

I tried to upload the .js files I’ve download from the site, 
and add it in <head />, but the line $("div.popin").draggable(); 
doesn’t work. Any suggest?
_______________________________________________ This mail is sent to 
you from the opencms-dev mailing list To change your list options, or 
to unsubscribe from the list, please visit <a class="moz-txt-link-freetext" href="http://lists.opencms.org/">http://lists.opencms.org/</a>

mailman/listinfo/opencms-dev
      </pre>
    </blockquote>
    <pre wrap="">
____________________________________________________________________
Psssst! Schon vom neuen WEB.DE MultiMessenger gehört? 
Der kann`s mit allen: <a class="moz-txt-link-freetext" href="http://www.produkte.web.de/messenger/?did=3123">http://www.produkte.web.de/messenger/?did=3123</a>


_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
<a class="moz-txt-link-freetext" href="http://lists.opencms.org/mailman/listinfo/opencms-dev">http://lists.opencms.org/mailman/listinfo/opencms-dev</a>


    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
</blockquote>
<br>
</body>
</html>