| |
|
| |
csschemadescriptions |
| |
|
| |
csschemaindex |
| |
|
| |
Page 6: Glossary of common CS fields |
| |
|
| |
csschemanewfeatures |
| |
|
| |
csschemaworkflow |
| |
|
| |
csschemaoverview |
| |
|
| |
csschematoc |
| |
|
| |
This presentation shows the best practice to develop a good Notes application from the globalization perspective |
| |
|
| |
This presentation shows how to localize Domino templates with Domino Global WorkBench 8.5 |
| |
|
| |
If you use the inbuilt datetime picker popup for the Edit Box control in XPages, be aware that when your XPage is used in Internet Explorer 8, when you click the date picker icon, the page can refresh immediately before a value can be selected. You can see an example ... |
| |
|
| |
XPages supports different time zones, so dates can be displayed in the user's local time, using the server's time zone, or using a programmatically configured time zone. The time zone is used when displaying date objects as text. The date objects contain the universal region-independent time (e.g. ... |
| |
|
| |
The Type Ahead valueMarkup option is used when you want to do the entire serverside computation
of what appears in the type ahead dropdown for yourself, by computing the valueList property. For example: {code: a} ? xml version "1.0" encoding "UTF8" ?
xp:view xmlns:xp " ... |
| |
|
| |
In this exercise, you will learn how to localize an XPage to support more than one language. |
| |
|
| |
Recently we upgraded to 8.5 and the web services consumer code that was built using axis ( java api for web services) Failed to work. The code from version 7.0 could not compile.( Use source 5 or higher to use Enum Key word. I decided to use the 8.5 web services consumer design element. But i ... |
| |
|
| |
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. |