MyDocumentum

Community with Real World Experience

 

Login

Using JQuery in WDK Component PDF E-mail
Written by <a href="http://www.mydocumentum.net/component/comprofiler/userprofile/jazar">James Azarja</a>   
Monday, 16 February 2009 22:30

Tags See All Tags Add New Tag...

Please Enter New Tags Separated By Comma's
  Or Close

component  javascript  jquery  wdk  web 
Copyright 2008. All Rights Reserved.

Tired to write too many javascript code for just simple functionality in your WDK component, lets try to use JQuery, one of the most popular Javascript framework.

Here is step by step guide how to use JQuery in a WDK component, actually in this tutorial I create a WDK component for taskspace, but for other WDK based application the steps will be same.

1. Download the JQuery library from http://www.jquery.com

2. Put the jscript.js in your custom folder, my recommendation is put the jscript.js in custom/scripts

3. In desired component, include this tag

1
2
3
4
5
6
7

...
<script type="text/javascript"
src="<%= request.getContextPath() %>/custom/scripts/jquery.js"></script>
...
</dmf:head>

Note: request.getContextPath() method is used to get your application (taskspace) context path (/taskspace, /mytaskspace). By using this approach you don't have to hardcode your application URL.

4. To test if the JQuery works on your component jsp, insert the following code before

1
2
3
4
5
6
        <script type="text/javascript">
$(window).bind('load', function() {
window.alert("JQuery works!");
});
// ]]>
script>

5. Done.

You can also register jquery scripts to be included automatically into all components in your web application, by registering it to WebformScripts.properties that located in WEB-INF/classes/com/documentum/web/form

To register, include these lines

1
2
22_jquery.href=/custom/scripts/jquery.js
22_jquery.type=text/javascript

 

Trackback(0)
Comments (2)Add Comment
0
China Wholesale Directory - Top China Wholesalers
written by china wholesale directory, August 26, 2010
excellent article , I added you to my Top China Wholesalers category.. thanks for sharing the article!
0
Cool Stuff - wholesale cool gifts - unique gift ideas
written by cool stuff, August 26, 2010
very cool article ,thanks for sharing the article!like my cool stuff .very useful.
uCoolStuff is the leading China wholesaler for cool stuff, cool gifts, unusual gadgets and other unique gift ideas. We provide the very latest cool stuff and cool gifts for you

Write comment

security code
Write the displayed characters


busy