|
|
|
Knowledge Sharing Döcu Content Google Analytics JavaScriptXpages Classic Asynchronous Script Introduction: Döcu Content now includes a Google Analytics Asynchronous Script to record user experience in the App. It is necessary to create an account prior, if none is available, to be ... |
|
|
|
jQueryMobile1.3で追加されたPanelウィジェットを使って、XPagesを切り替えるメニューを作ります。
ビューを切り替えるナビゲータのようにも使えます。 |
|
|
|
jQueryMobileを使って、カテゴリを階層表示し、添付ファイル画像をリストビューに表示するモバイルアプリケーションの作り方です。
この方法のメリットは1画面につき1XPagesなのでデバッグが容易な点と、カテゴリの絞り込 |
|
|
|
XPages アプリケーション開発の中で利用できる、XSP クライアントサイド Javascript オブジェクト関数について解説します。 |
|
|
|
Conducts a full-text search on all documents in a view and filters the view so it represents only those documents that match the full-text query in sorted order. |
|
|
|
Conducts a full-text search on all documents in a view and filters the view so it represents only those documents that match the full-text query in sorted order. |
|
|
|
When working with JQuery and Ajax, there is simply no simple good instructions on how to traverse the complete tree of an XML result of an Ajax call. This is how You do it. |
|
|
|
Have you ever wished you could set the style of an element programmatically, well using dojo.style now you can. |
|
|
|
Get a browser window height and width
These client side JavaScript functions will return the height and width of the browser window content area. This is useful when doing graphics operations with a javascript library like Dojo, Moo Tools, jQuery, etc. Window Height
The height of the ... |
|
|
|
The help for the JavaScript Domino Objects library for 8.5.1 has sample code for a small number of topics but not most. The next major release of Domino Designer should see improvements. Meanwhile, you can interpolate by copying and adjusting the corresponding Java sample code. The JavaScript code ... |
|
|
|
Summary: This tutorial demonstrates how to create a simple NotesDocument auto-save engine for a sample NotesDatabase, using the IBM® Lotus® Domino® Create, Read, Update, Delete (CRUD) API. Our intent is to have the user's non-submitted NotesDocument auto-save after an admin-defined interval. We ... |
|
|
|
Summary: This tutorial demonstrates how to create a simple NotesDocument auto-save engine for a sample NotesDatabase, using the IBM® Lotus® Domino® Create, Read, Update, Delete (CRUD) API. Our intent is to have the user's non-submitted NotesDocument auto-save after an admin-defined interval. We ... |
|
|
|
IBM includes the Dojo 1.1.1 toolkit in the Domino 8.5 distribution, but unless your native XPage widget is calling the resources you’re out of luck if you want to access the toolkit's resources yourself. In general terms, how do you access a resource that’s on your server’s file system? You ... |
|
|
|
Previous | TOC | Next 1. What will you learn
You will learn how to use embedded HTML and JavaScript including Dojo. 2. Task Description
Create a new XPage in your scrap book database to explore the possibilities of embedded JavaScript and HTML. 3. Detailed Steps
1. Create a new XPage ... |
|
|
|
Previous TOC Next 1. What will you learn
You will learn how to use a combination of client and server side JavaScript. 2. Task Description
There are two tasks: 1) Before a server side action is performed you execute a client side script that determines if that serverside script should ... |
|
|
|
Previous TOC Next 1. What will you learn
You will use a custom validator using a regular expression and another one using your own JavaScript code. 2. Task Description
Add 3 fields to your test form: eMail, test1,test2. Validate the eMail field to have a valid formed eMail address using a ... |
|
|
|
Previous | TOC | Next 1. What will you learn
You will learn how to use server and client side JavaScript libraries for validation (or other purposes). 2. Task Description
Create 2 JavaScript Libraries with sample code (provided). One client JavaScript, One server ... |
|
|
|
If you are developing Java code in the Java perspective of Domino Designer in Eclipse and need to access global Javascript variables like the current Notes Session, here is a snippet how to do that: * Returns the current Notes session instance of the Javascript engine * @return Session public ... |
|
|
|
In a prior article a simple JavaScript class, test.widget.layout.TestRichText, was used to extend Domino's rich text editor by adding buttons to the toolbar. The JavaScript implementation file is in DDE's file system. When the DDE web preview process sends the page to the browser, it requests each ... |
|
|
|
It's a very common design practice to have one section of your user interface be visible, or invisible, based on the values in another section. This helps minimize confusion of what should and should not be entered. Lets example a very simple, but representative, use case of this. We have a combo ... |
|
|
|
Client side Javascript frequently makes use of IDs that have been assigned to controls in order to encode client side logic. Take the simple case where you have a combo box above an edit box. When some values in the combo box are selected, the edit box should be visible, and when others are ... |
|
|
|
Web Service
So far, we have discussed two methods to reference existing business logic in XPages. Web services is a third option and it will leverage the same technique described in the Java section: the ability of Server Side JavaScript to call Java. Instead of calling your business logic, we ... |
|
|
|
An application is composed of several pieces. There is the user interface, which is the part the end user interacts with. Then there is the raw data; the substance of what the application is tracking. Between these is the business logic. It defines the operations to perform on the data when the ... |
|
|
|
It's pretty easy in a Notes rich view to display a standard icon in a column. You just need to check a check box in the info box, and set a formula for the column that returns an integer that points to one of a number of standard columns. This even works to display an icon if used in the standard ... |
|
|
|
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 ... |