Skip to main content link. Accesskey S
  • Log In
  • Help
  • IBM Logo
  • IBM Notes and Domino Application Development wiki
  • All Wikis
  • All Forums
  • Home
  • Product Documentation
  • Community Articles
  • Learning Center
  • IBM Redbooks
  • API Documentation
Community Articles Product Documentation Learning Center IBM Redbooks API Documentation This category Redbooks Wiki: Best Practices for Domino 8.0 Web Application Development Redbooks Wiki: Building Domino Web Applications using Domino 8.5.1 Redbooks Wiki: Creating Plugins for Lotus Notes, Sametime, and Symphony Redbooks Wiki: Lotus Domino Development Best Practices Custom Search Scope...
Search
Learning Center > Getting Started > How to manually use the pre-installed Dojo libraries on Domino 8.5 servers
  • New Article
  • Share Show Menu▼
  • Subscribe Show Menu▼

About the Original Author

Thomas Gumz
Contribution Summary:
  • Articles authored: 18
  • Articles edited: 21
  • Comments Posted: 1

Recent articles by this author

How can I open documents in a traditional Form rather than an XPage from a viewpanel?

Question:

I have an XPage viewpanel which shows documents from a view. A column is configured to show values as links. However, the links by default open the document in another XPage. How can I change the default link generated for each entry in the view panel to open the document ...

How does "At runtime, open selected document using" work in XPages view panels?

Question:

How does the "At runtime, open selected document using" option work in XPages views?

Answer:

This option may be ambiguous on first reading, but it's probably best explained using the following use case: You have a view panel which uses a Notes View as a data source ...

Are global variables in server-side JavaScript libraries shared across sessions in XPages?

Question:

Are global variables in server-side JavaScript libraries shared across the board regardless of the user/session ?

Answer:

Yes, global variables defined in server-side JavaScript libraries are initially indeed globally shared across sessions. However, they are not ...

How can I use native html tags inside XPages?

Question:

How can I use native html tags inside XPages?

Answer:

There are 3 different ways to manually use html tags in XPages:

#1: You can use the Computed Field control to emit the required HTML in its value property.

Make sure to set the Content type to HTML (so ...

How can I use pattern matching to validate input on fields in XPages?

Question:

Is there an easy way to do pattern matching validation on fields such as an edit box?

Answer:

To enable pattern matching on an edit box: Go to the All Properties tab Click into the validators property Click the add button that appears and choose ...
Learning Center articleHow to manually use the pre-installed Dojo libraries on Domino 8.5 servers
Added by Thomas Gumz | Edited by IBM contributor Per H Lausten on March 10, 2011 | Version 11
  • Edit
  • More Actions Show Menu▼
Rate this article 1 starsRate this article 2 starsRate this article 3 starsRate this article 4 starsRate this article 5 stars
expanded Abstract
collapsed Abstract
No abstract provided.
Tags: 8.5, Dojo, html, http, JavaScript, webdev

Question:


Lotus Domino 8.5 servers come pre-installed with Dojo.
The Dojo libraries are by default installed in {data}domino\js\dojo-x.x.x\dojo\ (where x.x.x is the dojo version, like \dojo-1.1.1\ for example)
However, by default, all incoming http requests for non-NSF content point to the {data}\domino\html\ directory.
So how can I manually reference the Dojo libraries from HTML?

Answer:


The domino http server automatically maps all incoming requests for /domjs/ to the {data}\domino\js\ directory, so this will work:

<script type="text/javascript" src="/domjs/dojo-1.1.1/dojo/dojo.js" djConfig="parseOnLoad: true"></script>


For more information about JavaScipt Libraries in Domino 8.5, see Client Side JavaScript Libraries in XPages

  • Edit
  • More Actions Show Menu▼


expanded Attachments (0)
collapsed Attachments (0)
Edit the article to add or modify attachments.
expanded Versions (11)
collapsed Versions (11)
Version Comparison     
VersionDateChanged by              Summary of changes
This version (11)Mar 10, 2011 3:59:58 PMPer H Lausten  IBM contributor
10Oct 30, 2009 12:55:45 PMDeanna Drschiwiski  IBM contributor
9Oct 29, 2008 5:51:33 PMThomas Gumz  IBM contributor
8Oct 27, 2008 7:48:59 PMThomas Gumz  IBM contributor
7Oct 27, 2008 7:48:39 PMThomas Gumz  IBM contributor
6Oct 27, 2008 7:48:07 PMThomas Gumz  IBM contributor
5Oct 27, 2008 7:44:31 PMThomas Gumz  IBM contributor
4Oct 27, 2008 7:42:13 PMThomas Gumz  IBM contributor
3Oct 27, 2008 7:38:06 PMThomas Gumz  IBM contributor
2Oct 27, 2008 7:36:02 PMThomas Gumz  IBM contributor
1Oct 27, 2008 7:27:03 PMThomas Gumz  IBM contributor
expanded Comments (0)
collapsed Comments (0)
Copy and paste this wiki markup to link to this article from another article in this wiki.
Go ElsewhereStay ConnectedHelpAbout
  • IBM Collaboration Solutions wikis
  • IBM developerWorks
  • IBM Software support
  • Twitter LinkIBMSocialBizUX on Twitter
  • FacebookIBMSocialBizUX on Facebook
  • ForumsLotus product forums
  • BlogsIBM Social Business UX blog
  • Community LinkIBM Collaboration Solutions
  • Wiki Help
  • Forgot user name/password
  • Wiki design feedback
  • Content feedback
  • About the wiki
  • About IBM
  • Privacy
  • Accessibility
  • IBM Terms of use
  • Wiki terms of use