On OpenNTF - XPages ViewGrid V2.0  

By Ferry Kranenburg | 6/25/15 5:00 PM | - | Added by John Oldenburger

XPages ViewGrid is a OSGi plugin for Designer and your server. The plugin adds a single custom control in your Designer client. Just specify database and view and that’s just it (no need to specify columns at all). It renders any simple or complex view very fast. We tested it on categorized views with more than 50.000 documents.

OpenNTF XSnippet: Hack to use jQuery AMD widgets and Dojo together  

By Ferry Kranenburg | 6/3/15 4:04 PM | - | Added by John Oldenburger

The Dojo AMD loader in Xpages is causing issues with newer jQuery widgets. Examples with issues are jQuery Mobile, Select2 v4.0.0 and Bootbox (modal alert boxes). But what if you don't want to use "resource aggregation" and also don't want to manually edit these Javascripts than there is another option.

Simple custom control to add inifinite scrolling to repeat or views  

By Ferry Kranenburg | 1/6/15 6:19 AM | - | Added by Johnny Oldenburger

Simple custom control to add inifinite scrolling to repeat or views. This custom control requires jQuery. Create a custom control and add a property named "repeatId". Add the repeat control next to your repeat control and pass it the id of the repeat control.

OpenNTF XSnippet: Pure Java version of DbLookup & DbColumn, with cache, sort and unique  

By Ferry Kranenburg | 2/14/13 12:34 AM | - | Added by Niklas Heidloff

This is a completely rewritten version of the SSJS equivalent in pure Java.