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
2
votes
1 answer

Xpage xe:Dialog box is edit previous create document

I have a custom control that create a new document through ext-lib dialog box that work fine. However when the action is performed the second time it edit the document instead of creating a new document. The datasource is set to create document.
Bob Yesenskiy
  • 414
  • 2
  • 15
2
votes
2 answers

xpages extension Library dialog read only

Can the xpages extension library dialog box (xe:dialog) be open so that it's fields are read only ? Lotus Domino 8.5.3 version update 1 extlib Thanks
Bob Yesenskiy
  • 414
  • 2
  • 15
2
votes
1 answer

Settings icons in Java Control for XPages

I am creating Java Control for XPage using this tutorial. I have successfully created the control but I am unable to set icon for which would show up in the Control palette. My xsp-config file has the following snippet for icon
Naveen
  • 6,786
  • 10
  • 37
  • 85
2
votes
2 answers

XPages Button on page will not fire

I have an XPages with a button on it that will not do anything no matter how simple the code is. There are no errors appearing, nothing in the logs showing me why it does not work. Here is the test button that does nothing:
Dan
  • 940
  • 2
  • 14
  • 42
2
votes
3 answers

Retaining login credentials inside Mobile XPage added to Home Page

I have an application built using XPages' mobile controls. On an ipHone the application behaves as I would like in the standard Safari browser. When I take the url and add it to the Home Page as an icon and use the application from there every time…
Peter Presnell
  • 380
  • 2
  • 15
2
votes
1 answer

Strange behavior in Extension Library Name Picker

In IE, Firefox, and Chrome, when I use the Extension Library name picker, not all names are shown. The data provider is set to dominoNABNamePicker. This is 853 up 1. On the server. If the NAB has 250 entries, the last shown name (using the scroll…
2
votes
0 answers

All Day Events not correct in Rest Service/iNotes Calendar Control

All Day Events are displayed incorrectly in an iNotes Calendar Control: only the 1st day of a multiday event (e.g. holiday) is displayed, plus days following another calendar entries. e.g. All Day Event from Jan 20th to Jan 27th is only displayed on…
Uwe J.
  • 315
  • 1
  • 8
2
votes
5 answers

Placing results from Name Picker into a read only control

I'm using the Name Picker from the Extension Library in XPages and I'm placing the results into a multi line Edit Box. How can I make the Edit Box read-only so that the end user cannot edit the names selected except with the Name Picker? I tried…
Bill F
  • 2,057
  • 3
  • 18
  • 39
2
votes
2 answers

How do SQL Parameters in XPages work when leveraging JDBC?

I'm using a jdbcRowSet data source and have a simple sqlQuery: SELECT * FROM MYSCHEMA.MYTABLE WHERE KEYCOLUMN=? I want to use this SQL with a parameter to indicate which rows I'd like to retrieve. To do so I'm trying to compute an sqlParameter, of…
2
votes
1 answer

Post status update to IBM Connections using extlib

I am trying to post an update i.e. a status message to IBM Connections using the extlib. I have used the extlib with connectionsLTPA endpoint which works really well for getting the communities list. However I wish to add functionality to update the…
GFORREST
  • 75
  • 6
2
votes
5 answers

I want my Domino Servlet to get an authenticated user session

It seems a like a pretty fundamental question, in a running Servlet hosted on Domino I want to access Domino resources that I have wisely protected using the the very fine security of IBM Notes and Domino. I want the Servlet to be able to read and…
Jason Hook
  • 89
  • 1
  • 4
2
votes
3 answers

View Search ( Notes error: Query is not understandable)

I am trying to create a Xpage view search in application, for the below query alone I am getting an error "Notes error: Query is not understandablecode" Code:var strQuery="Field cc_number=\"DADM20121012174051\""; return strQuery; For other…
2
votes
1 answer

Disable cache in ExtLib REST control (which uses dojox.data.JsonRestStore)

In my XPage I have a xe:djxDataGrid (dojox.grid.datagrid) which uses xe:restService which seems to use dojox.data.JsonRestStore. Everything works fine without proxy but my client accesses the application via a proxy because of corporate policy.…
Panu Haaramo
  • 2,932
  • 19
  • 41
2
votes
1 answer

Float toolbar in an ApplicationLayout?

Please refer to this question to get an idea of what I'm trying to do. The only exception is I'm using an ApplicationLayout and I want the toolbar underneath the PlaceBar. Is there a way to trick CSS to show the toolbar underneath the PlaceBar,…
2
votes
2 answers

How can I capture user's last login and display the next time they login to the website in XPages?

I am working on developing a custom user portal using XPages. I would like to capture a user's last login/signin information and display it on the portal when the user logs in on the banner page. Does anyone know how I can accomplish this for an…
swollin
  • 21
  • 2