Questions tagged [xpages-extlib]

XPages Extension Library, otherwise known as ExtLib, is an extension to the XPages environment. It is available from IBM as part of the IBM Lotus Domino 8.5.3 Upgrade Pack 1 or IBM Notes and Domino 9.0 Social Edition or from OpenNTF as part of the ExtLib project.

XPages Extension Library, otherwise known as ExtLib, is an extension to the XPages environment. It is available from IBM as part of the IBM Lotus Domino 8.5.3 Upgrade Pack 1 or IBM Notes and Domino 9.0 Social Edition or from OpenNTF as part of the ExtLib project. The IBM version is officially supported by IBM while the OpenNTF open source version contains additional extensions that are not yet supported (experimental features).

ExtLib provides over 150 new controls and complex properties that can be used in XPage applications. The controls are designed to allow the developer create XPage applications with features like easy to use Application Layouts and Menus, REST services, Relational Database access, Mobile Controls, improved Dialog/Value/Name Pickers and Dojo field definitions.

628 questions
9
votes
2 answers

How to identify version of XPages Extension Library?

How can I find out what version of the XPages Extension Library is running on a Domino server? "tell http osgi ss" lists a lot of different versions.
Per Henrik Lausten
  • 21,331
  • 3
  • 29
  • 76
6
votes
1 answer
5
votes
4 answers

XPages extlib oneui layout - How to add placebar actions dynamically

I want to add actions dynamically in PlaceBar (extlib oneui application layout). We have couple of urls stored in some configuration documents. Based on these URLs I want to create Container node having Basic Child nodes in it. Every child node use…
Prashant Arkal
  • 308
  • 2
  • 13
4
votes
1 answer

XPages Controller Classes

Currently I am re-engineering a bigger application. In the backend I want to use only java instead of javascript, therefore, and for many other reasons (cleaner code, separation of concerns, etc.) I am using the XPages Scaffolding project from Jesse…
Georg Kastenhofer
  • 1,387
  • 12
  • 32
4
votes
4 answers

XPages: IBM OneUI vs. Bootstrap

In the near future, I have to update a bigger XPage application (development time more than three years) now running on a Domino Server 8.5.3 FP6 to Domino Server 9. In this application I am using IBM OneUIv2.1 but I am unsure if I should use it…
Georg Kastenhofer
  • 1,387
  • 12
  • 32
4
votes
2 answers

Domino, CORS and the OPTIONS request

I'm working on an AngularJS app that uses Domino as a backend. Since I want more customization options than Domino Access Services (DAS) gives me, my next choice was the REST Service from the Extension Library. The app is running on a separate…
Mark Leusink
  • 3,747
  • 15
  • 23
4
votes
1 answer

Domino 9.01 Fix 3 CKEditor error - No error on 9.01 Fix 1

Hope someone can help me, I've been stuck for a few days now. After updating my Domino server to 9.01 Fix 3 I keep getting an error on the javascript console: TypeError: this.editor.getData is not a function This is the image of the error: Console…
cdonate
  • 143
  • 1
  • 9
4
votes
1 answer

capture when a user exits an xe:dialog

I need to do some clean-up when a user exits a xe:dialog. I put the code in the onUnload event like this: viewScope.remove("vsSomeVariable"); viewScope.remove("vsAnotherVariable"); etc; but when the userr clicks the "X" on the dialog this code does…
Bill F
  • 2,057
  • 3
  • 18
  • 39
4
votes
1 answer

Rest Document Service

I have following code where in I want to display data from a Rest Doc Service into Dojo Data Grid. Output of Rest service is fine but Datagrid siplay displays the column titles and nothing else. Here is my code:
Arun
  • 229
  • 3
  • 14
4
votes
2 answers

Consume REST Service in XPage

Can anyone point me to a article, tutorial, or walk-through of getting started with consuming REST services in XPages? I have seen a few that use the Domino Data Service or a Domino REST service, but I would like to see one consuming external REST…
John
  • 157
  • 4
  • 15
4
votes
3 answers

Can JDBCConnectionManager be used with JDBCRowSet?

I am trying to use with . Should this work? The book (XPages Extension Library) seems to imply it should, but the example NSF (XPagesJDBC.nsf) does not contain any examples with that combination. Of course,…
Lauri Laanti
  • 948
  • 7
  • 11
4
votes
2 answers

Can JDBC connection files contain computed properties?

In the book "XPages Extension Library", Chapter 12, page 409 there is an example of JDBC connection file: org.apache.derby.jdbc.EmbeddedDriver jdbc:derby:${rcp.data}\derby\XPagesJDBC;create=true
Lauri Laanti
  • 948
  • 7
  • 11
4
votes
1 answer

XPages Ext Lib Value Picker onChange event

I'm using a the extension library value picker to select a Name. Once the user hits Ok, I need to use the selected value to populate several other fields. But I can't figure out how to fire a SSJS function from the Ok button. Thanks for any…
Jeff Byrd
  • 163
  • 1
  • 6
3
votes
1 answer

xe:viewJsonService only returns 10 rows

I'm using the viewJsonService to retrieve rows from a Notes view, but only ever get the first 10 rows returned. I haven't specified a value for "searchMaxDocs", but even if I put in a value greater than 10, I still only get the first 10 rows of the…
Martin Perrie
  • 398
  • 5
  • 16
3
votes
2 answers

Fastest way to return view in customRestService using a bean

I have written a custom rest Service on an Xpage, which is tied to a bean. The Xpage is:
Bryan Schmiedeler
  • 2,977
  • 6
  • 35
  • 74
1
2 3
41 42