| |
|
| |
XPages has a number of languages, but there's nothing stopping you combining them. This article outlines the languages available with examples for mixing languages, to help speed up your coding and confidence with XPages |
| |
|
| |
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" ... |
| |
|
| |
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. ... |
| |
|
| |
Previous | TOC | Next 1. What will you learn
You will learn how to provide data to the different controls on the xPage and how to enable type-ahead functionality in xPages. 2. Task Description
The profileForm custom control has combobox design elements. You will provide ... |
| |
|
| |
Previous | TOC | Next 1. What will you learn
You will learn how page flow works in XPages and how to code actions behind action buttons. 2. Task Description
You will complete the “profileForm” custom control from exercise 5. 3. Detailed Steps
1. Add the ... |
| |
|
| |
In this exercise, you will learn how to display notes documents in XPages using form properties and simple data binding. |
| |
|
| |
Previous TOC Next 1. What will you learn
You will learn how to create a custom control that has a customizable content area. You will use the control in the sample application. 2. Task Description
You will extend the existing container control to include a tabbed control and a content area. ... |
| |
|
| |
Build the foundation for the tutorial's sample application. |
| |
|
| |
This exercise will familiarize you with conditional display of information in XPages. You will learn the difference between full and partial refresh. |