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 Page Edits

Work with views

Julian Buss | April 6, 2009 12:12:05 PM | Tags:code, javascript, view, search

==DbColumn and DbLookup with result as guaranteed array and with a cache== @DbLookup has the issue that it returns a string when it found exactly one result, and an array when it found multiple results. That means after each @DbLookup you have to check if your result is a string or an array if you ...

xpageswiki.com - the useful resource for IBM Lotus Domino XPages development

Julian Buss | April 6, 2009 11:38:08 AM | Tags:

==Welcome to the YouAtNotes XPages Wiki== This site provides a lot of howtos, tips and ready-to-use code about XPages development on IBM Lotus Domino or the IBM XWork server. It is maintained by [[http://julianbuss.net|Julian Buss]] from [[http://youatnotes.com|YouAtNotes]]. The target audience ...

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( ...

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 validation and message controls

Julian Buss | April 6, 2009 1:48:26 PM | Tags:UI, validation, code, javascript

==Use your own validation tests== Create a Expression Validator and use JavaScript for comparing stuff. The value of the fields is stored in the variable "value". {code:} value == sessionScope.get("comparevalue"); {code} Here the validator is true if the value of the fields is the same than the ...

Browser compatibility

Julian Buss | May 18, 2009 8:48:44 PM | Tags:browser, client, UI

==Internet Explorer 8== IE 8 is supported since Domino 8.5.1. You can force IE8 to act like IE7 by using this code in beforeRenderResponse event: {code:} // first option uses compatibility mode, second option too but stronger // X-UA-Compatible: IE=7 // X-UA-Compatible: IE=EmulateIE7 if ...

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 ...

Special chars and escaping

Julian Buss | June 30, 2009 7:12:04 AM | Tags:code, UI

Non breaking space Using {code:} nbsp; {code} is not allowed, but you can use {code:} 160; {code} instead. Other special chars Use the <number>; notation. See [[http:www.degraeve.comreferencespecialcharacters.phpthis list]] for more.

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 ...

Work with URLs

Julian Buss | April 10, 2009 6:06:10 PM | Tags:

Here is a list of useful URLs for XPages and Domino web development. ==XPages URLs== $$OpenDominoDocument.xsp?id=<UNID> Opens the document with the given UNID. Tries to find a suitable XPage for opening by using these rules: - Check if the document's form has the "open in XPage property" - Check ...

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!