|
This article will go through the steps required to set up a provided test project to test your custom XPages controls. In this tutorial we will be using an example control project: com.example.greenbox, but same steps can be applied to other controls. To follow this tutorial, import the ... |
|
In this simple tutorial the developer will be shown how to build a simple XPage Mobile application from an existing Domino database. Using the familiar Discussion template based application , we take the user on their first steps to creating an XPages Mobile web experience. |
|
Use the JSON RPC Service included in the Extension Library to communicate with the server from Client Side Javascript in an XPage |
|
This is the slidedeck from the AD116 XPages Extension Library, Making Application Developemnt Even Easier session presented at Lotusphere 2011. This session will help and show you how the Extension Library will change the way you do App development, and save you time and resources along the ... |
|
A simple Cheatsheet for XPages Development |
|
File resources are a great way of allowing user configurability in Xpage applications, for example field labels, configurable blocks of text or the choices for dialog boxes. This article shows how users can add configurable information through a simple form and that data can then be transferred to ... |
|
How to get information from the event parameters in a XPage event |
|
A step by step example of how to automatically colour a cell in a View based on data stored in the underlying document. |
|
This presentation demonstrates how to develop and deploy live production wikis using XPages. |
|
Since my initial post I did some more investigation and I'm now showing how to click through from a chart to content. With this you can make a powerful dashboard with good performance |
|
This article intends to provide developers with an understanding of how to integrate the dojox charting classes into XPages to generate a functionally rich chart in a variety of formats. By stepping through the code and providing a sample database, I will show you how to add colour themes, ... |
|
==The Work Around== I had a circumstance where i needed to encode a variable with spaces into a web link via ssjs. So i looked for @URLEncode(), it not there.... So I emailed Paul Hannan and asked if there was a way to do this, and as usual he came back with a quick response with an answer. Here ... |
|
This article provides information on how to create an application for an iPhone. ==Part 1 Size to fit screen== A new task has emerged, i need to make an internal crm database accessible to mobile phones. Since the iPhone is supported for Traveler 8.5.1, i decided to focus on this platform and ... |
|
So i finally figured it out, by piecing many sources of code from around the internet. Step 1. create a custom control. Create a custom control and put your view on it, and put a search bar and a select button above it like this, make the first column have a check box option Configure this for ... |
|
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 ... |