| |
|
| |
Need help getting started with XPages? This guide provides links to overview content, videos, tutorials, and other content that will get you up to speed quickly. |
| |
|
| |
Introduction
Beginning developers often have problems figuring out how to program with multivalued fields. There are three main reasons for this: Misunderstanding the distinction between a true multivalue and delimited strings
Misunderstanding the relationship between forms and the data stored ... |
| |
|
| |
This resource page provides a number of resources, including tutorials, demonstrations, product documentation, and deployment scenarios, to help composite application developers get started with composite applications. Are there links that we should be adding to this page? Please edit this page to ... |
| |
|
| |
The learning roadmap provides a number of resources, including demonstrations, product documentation, and education offerings, to help Web application developers get started with XPages and Lotus Domino Designer. Feel free to add helpful links that you find. The wiki monitors will integrate your ... |
| |
|
| |
The learning roadmap provides a number of resources, including demonstrations, product documentation, and education offerings, to help Notes client application developers get started with Lotus Domino Designer. Feel free to add helpful links that you find. The wiki monitors will integrate your ... |
| |
|
| |
In this exercise, you will learn how to localize an XPage to support more than one language. |
| |
|
| |
TOC Exercise 1 This presentation introduces you to XPages and the 8.5 IBM Lotus Domino Designer and then provides a walkthrough of the exercises in the Introduction to XPage tutorial. center div style"width:900px;textalign:left" id"ss1823342" object style"margin:0px" width"900" ... |
| |
|
| |
Previous TOC Next 1. What will you learn
You will learn how to call a Java function in xPages. 2. Task Description
Some code is better written in Java (low level network communication, stuff that readily exists etc.). You will create a Java Class and call it from your xPage. 3. ... |
| |
|
| |
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 ... |
| |
|
| |
In this exercise, you will learn how to use a collection of multi-value fields in a Notes document as data source for a table in XPages. |
| |
|
| |
Previous TOC Next 1. What will you learn
You will learn how to convert an existing Notes view into an XPage automatically. 2. Task Description
In your applications there are a lot of views. To accelerate deployment of XPage based applications you want to automate the creation of XPage based ... |
| |
|
| |
In this exercise, you learn how to use existing @Formula in your documents. |
| |
|
| |
In this exercise, you will learn how to call a Notes agent from xPages and hand over the document for processing. |
| |
|
| |
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 ... |
| |
|
| |
In this exercise, you will learn about Themes and visual customization. |
| |
|
| |
Previous TOC Next 1. What will you learn You will learn how to use the repeat control. It will allow you you have free form repeating elements. 2. Task Description
On the profile custom control you will add a form that allows to add a profile as a friend as well as the ... |
| |
|
| |
In this exercise, you will create the additional form and view elements you need to complete the application. |
| |
|
| |
Previous TOC Next 1. What will you learn
You will learn how to use the Java perspective to add a Page Icon to your page. 2. Task Description
You will familiarize yourself with Eclipse's perspectives and you will add an icon file to give your application a unique identifier in the browser ... |
| |
|
| |
In this exercise, you will learn how to complete the tab navigation and how to communicate state information. |
| |
|
| |
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 ... |
| |
|
| |
In this exercise, you will explore the different modes of data validation and use server side validation and the error display components. You will become familiar with xPages' error handling concepts and capabilities. |
| |
|
| |
In this exercise, you will add data validation to the forms in the sample application. |
| |
|
| |
Previous TOC Next 1. What will you learn
You will learn how to use the xPages Scope contexts with advanced data binding and how to propagate data from one form to another. Further you will learn how to show a subset of view data only. 2. Task Description
You will complete the search ... |
| |
|
| |
Previous TOC Next 1. What will you learn
You will learn how to show data from a Notes view in xPages. 2. Task Description
xPages allows to show data from Domino views in a page. There can be more than one. In this exercise you will show the list of profiles in the results page. 3. ... |