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
2 answers

Xpages Date Time

I'm going loopy.... I want a date, in date format, for example 21/06/2017 17:23:04 GDT I stamp this on a document, but I then want to display it on my xpage as: 21/06/2017 17:23 But I keep getting different results no matter what I do. I get…
Chris Richards
  • 695
  • 5
  • 14
2
votes
1 answer

Getting JSON data from restService in XPages

Is it possible to get the json data from a restService using code instead of using the pathinfo? looking for something like: getComponent("restService1").get...
Thomas Adrian
  • 3,543
  • 6
  • 32
  • 62
2
votes
1 answer

How to store JDBC server, database, username and password in a notesdocument

I am using JDBC from ExtLib in my xpages application to connect to SQL and have a JDBC connection file in the Webcontent/WEB-INF/JDBC/mssql.jdbc Looks something like this and works great
Thomas Adrian
  • 3,543
  • 6
  • 32
  • 62
2
votes
0 answers

xe:namePicker replace image with fontawesome icon

I am using bootstrap on top of an xpages application. the version of the extension library does not include bootstrap so most controls I have to apply theming for myself. Now I am running into a namePicker control where I would like to replace the…
Patrick Kwinten
  • 1,988
  • 2
  • 14
  • 26
2
votes
2 answers

In XPages how do you get the POST body from a REST call?

I have an XPages that has a restService control on it.
David Leedy
  • 3,583
  • 18
  • 38
2
votes
1 answer

Xpages - How to add a param to custom beanNamePicker for xe:namePicker control

I need a names control that allows users to select people from one group only. I want to have some possibility to add some param with the group name. I have the following namepicker
dj_universe
  • 372
  • 5
  • 17
2
votes
1 answer

Selecting and Closing djTabPane in djTabContainer

I wonder, if someone has THE CLUE for me on one of my devel problem (sure you do ;-) ). I try to use a "Dojo Tab Container" with dynamic Dojo Tab Panes.
Thomas Z
  • 89
  • 1
  • 1
  • 9
2
votes
1 answer

Xpages: How to integrate Bootstrapped Xpage FileUploadControl with backed Java Class

I have a nice Bootstrapped file control. This file control I got form the web binds to a document data source. My documents are backed by a java bean and I am using ObjectDataSource to tie that bean to the Xpage. However, I do not know how to…
Bryan Schmiedeler
  • 2,977
  • 6
  • 35
  • 74
2
votes
1 answer

listbox.js or pickers.js not loading from sv-se, Error 404

I have an XPage that I open from Google Chrome on my computer. it all looks good on my side. Google Chrome is displaying web pages by default in Swedish. When my customer open the same webpage from their environment they get a lot of errors causing…
Thomas Adrian
  • 3,543
  • 6
  • 32
  • 62
2
votes
0 answers

Error: Domino Document has been deleted

I have created a document with a XPages via web. When I've tried to save the document I've gotten the next error: (see Image 1) It has a RTF field (CkEditor). I tried to open again via web and then I got the next error (see Image 2) Finally I tried…
JBarnes
  • 63
  • 3
2
votes
1 answer

ClassNotFoundException in Domino 9

Domino 9.0.1 ExtLib: 9.0.1 v 4_20140226_1506 ODA: 1.5.0.201406241744 Current Situation I develop my applications on a local server. I use a great deal of java along with both the extension libraries and the openNTF Domino API. My java classes are…
Greg
  • 714
  • 4
  • 16
2
votes
1 answer

How to pass a reference to a file from Java in xpages

I am sorry for my English. I use a translator. There is a code to Java. Reads from the database of the field Posgresql bytea binary data and stores it in a file: public static void saveToFile() throws IOException { try { …
JohnLemon
  • 91
  • 8
2
votes
1 answer

I am not seen " enable eclipse plugin" in lotus designer 9.0.1

I am using lotus designer 9.0.1 social edition, i try to enable eclipse plugin but i am not seen that option in File->Preference->lotus designer, and i am also not seen Install ans update option. NOTE:- my main requirement is to install xpages…
2
votes
1 answer

Xpages Extension library dialog box position

I am using Dialog control from extension library in xpages. The issue is regarding the center position of Dialog box. when I click on link,dialog box appears, but on to the right bottom of the page not in center, I have tried in Chrome, Firefox and…
Ajit Hogade
  • 1,072
  • 9
  • 29
2
votes
1 answer

Xpages: ExtLib V12: Application Layout with Bootstrap Configuration. Collapsible left column

I'm using the Application Layout Control with the bootstrapResponsiveConfiguration. The nsf is running on an 9.0.1FP2 server and i'm using the latest Extension Library version v12. The source looks like this: ...
Reiner
  • 33
  • 7
1 2
3
41 42