Skip to main content link. Accesskey S

The useful resource for IBM Lotus Domino XPages development

Submit Search

Available in the Appstore!All the content of xpageswiki.com for iPhone or iPad for offline access.

Page123456

Recent Pages

xPages further information

Julian Buss | November 21, 2011 8:04:04 AM | Tags:

==Getting started with XPages== http://xpages.tv - a huge collection of learning videos for XPages by David Leedy http://notesin9.com Tips, Tricks and videos about XPages and IBM Domino by David ...

Work with relational databases

Julian Buss | November 10, 2011 5:41:12 PM | Tags:

Since Domino 8.5.3 it's possible to access relational databases directly from XPages. See [[http://www.bleedyellow.com/blogs/iLotusDomino/entry/my_journey_into_domino_8_5_3_and_relational_database_access_from_xpages?lang=en|this article from Amy K. Hoerle]] for details. In short: * Make sure ...

xpageswiki.com for iPhone, iPad and Android

Julian Buss | November 9, 2011 10:49:22 AM | Tags:

==xpageswiki.com for iOS (iPhone and iPad)== You can view all content of xpageswiki.com on your iPhone or iPad using the "xpageswiki.com" app, [[http://itunes.apple.com/us/app/xpageswiki.com/id479326274?ls=1|Now available in the Appstore!]] This app synchronizes all content of xpageswiki.com to ...

Work with Extension Library

Julian Buss | August 30, 2011 10:54:19 AM | Tags:

==Translating the name picker to another language== This approach translates text and button labels of the extlib name picker dialog to another language. The dialog uses the Dojo widget system "Dijit". And that provides a nice technique for creating new widgets based on an existing one. ...

Work with application settings and xpage properties

Julian Buss | June 17, 2011 12:51:08 PM | Tags:

==server wide properties== On the domino server in data/properties there is a xsp.properties.sample file. In this textfile there are a lot of properties with which you can control various XPages options for all XPages apps on that server, unless they have a property defined on their own. To set ...

What's new in Domino 8.5.3

Julian Buss | June 14, 2011 12:42:10 PM | Tags:

This is a list covering what's new in Domino 8.5.3 from a developer's / XPages point of view. ==Domino Designer== New Java design element which lets you create a single Java class, scoped to the current NSF project. This class is directly available in an XPage. Source Code Enablement (for ...

Work with themes

Julian Buss | March 7, 2011 11:56:04 AM | Tags:

You can use a theme to preset properties for all XPages in your applications and to include client side resources. ==Basics== Create a new theme. Use {code:} <theme extends="webstandard"> {code} to include all standard stylesheet files. Leave "extends" blank to get rid of standard CSS. ==Include ...

work with HTML forms

Julian Buss | October 20, 2010 9:24:01 AM | Tags:

==Get HTTP Post data you received from another source== If your xpages is called in another form's action, and that form transfers it's data as HTTP post data, you can read that data as follows: {code:} param.toString() {code} Or if you already know what value you would like to read, use this: ...

What's new in Domino 8.5.2

Julian Buss | October 4, 2010 3:45:13 PM | Tags:

See [[http://www-10.lotus.com/ldd/ddwiki.nsf/dx/Whats_New_in_852_for_XPages|this page in the IBM wiki]] for details: 1 Accessibility 1.1 ARIA Support 2 Active Content Filter 3 Agents 3.1 Agents with In-Memory documents 3.2 Java Agents in XPiNC 4 Ajax 4.1 Partial Refresh Timeout 4.2 Prevent ...

Work with ServerSide JavaScript

Julian Buss | September 30, 2010 10:30:15 AM | Tags:

Here are some random tips for working with ServerSide JavaScript. ==Convert to and from JSON== You can convert a JavaScript object to JSON and back using build-in methods: {code:} var json = toJson( {a:[1,2,3]} ) //-> '{"a":[1,2,3]}' var jsObj = fromJson( '{"a":[1,2,3]}' ) //-> {a:[1,2,3]} isJson( ...

Page123456
Use  searchlotus.com  for news in the Web related to Lotus Notes and Domino,
and to search those sites.
Check  youatnotes.com  for great Lotus Notes, Domino and XPages software.
Did this information help you?
Please honor our efforts and flattr this!