Hi Emmanuel,

I have very little experience with JavaScript at all. This is the reason,
why i would like to use components - The only java-script enabled things i
need are multiple-file upload, and a sortable list (where i then can save
the order)

I could manage to use the multiple upload component with JQuery-Tapestry
component. But implementing or enabling javascript in TML pages is in my
opinion for beginners not well documented.

http://tapestry.apache.org/javascript.html

explains how to use external javascript libs. ok. but what about the default
libs prototype & and scricptacouls? Can you provide me an example how to use
the standard lib within a TML page?

The sortable list does not work with jQuery. So i thought i could just use
the standard javascript lib which comes with tapestry. Prototype  and
Scriptaculous. This is the reason why i am using a "plain" tml header with
<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_3.xsd";> / the
documentation says that javascript is injected by default if i am using
javascript.

<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_3.xsd";>





<div class="demo">
<ul id="sortable">
       <li class="ui-state-default">Item 1</li>
       <li class="ui-state-default">Item 2</li>
       <li class="ui-state-default">Item 3</li>
        <li class="ui-state-default">Item 4</li>
        <li class="ui-state-default">Item 5</li>
      <li class="ui-state-default">Item 6</li>
        <li class="ui-state-default">Item 7</li>
</ul>

</div>

</html>

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/How-to-use-the-jQuery-Ajax-examples-from-http-jqueryui-com-demos-tp5482269p5482347.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to