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

Redirect to another page if the url hash unid document is soft deleted using the dynamic content control in exlib

I am using dynamic content control in extlib. one good feature of this control is that it connects the data source automatically from the documentId in url, like…
Thomas Adrian
  • 3,543
  • 6
  • 32
  • 62
0
votes
0 answers

How to change the style of the widgetContainer in the extLib

I am using the widgetContainer from the extension library. That works fine, but I want to style it differently (no oneUI). So my problem. I can use the styleclass for the widget, but the widget creates some div's with it's own style's. They have no…
Armin Mandel
  • 117
  • 11
0
votes
1 answer

viewpanel selections being unselected on dialog box show

I have an extension pages dialog box on the same page as a viewpanel that has check boxes enabled. If I check some check boxes then show the dialog box, the selections in the view panel become unselected. Is anyone else seeing this?
Bruce Stemplewski
  • 1,343
  • 1
  • 23
  • 66
0
votes
2 answers

xpages dojo validation textbox required

I have dojo validation textbox in my xpage with required property computed (compute dynamically) as below var syn = getComponent("SynCboxGrp").getValue(); if (syn == "Yes") {return true; }else{ return false; } Here the component SynCboxGrp is…
lense
  • 55
  • 2
  • 10
0
votes
2 answers

XPAGES - Issues in Richtext field

Issues in Richtext field. I have a form with 5 rich text field and binded these fields in a XPage with field upload control. when i upload same files in 2 rich text field, error message "item already exist" is shown. how to resolve this problem
0
votes
1 answer

How do I add validation to a cell in the Ext Lib datagrid?

I have a datagrid that contains data from different documents. The user can edit some of the columns. I want to restrict them to only be able to enter a number. I would like to do it from the client side instead of server side as that would mean…
Kalechi
  • 15
  • 4
0
votes
4 answers

Trying to limit selection for xe:djComboBox control

I have a use case for the type-ahead feature of xe:djComboBox, but I want to limit the entered value to the selectItems for the control. In the following code example the selectItems returns the 50 States from Domino View data source called…
0
votes
1 answer

Setting up Social business toolkit SBT database using extension library

I am trying to configure the connections vcard. I have done a change in the proxy-config.properties as per the document.But I get following error. Can somebody tell me what is missing? Regards, Prashant
0
votes
1 answer

XPages Extension Library Dialog control and updating "parent" document

I have an XPage with a Dialog control from the Extension Library. The dialog works fine -- opens, does what it needs to do, however, when I try to update the "parent" document, it does not work. I have the XPage data source as Domino Document called…
Dan
  • 940
  • 2
  • 14
  • 42
0
votes
1 answer

singlePageApp control in domino 8.5.2

In Xpages I used singlePageApp " control in domino 8.5.3, If i want to develop in domino 8.5.2 means,Which control is equivalent to singlePageApp control? Thanks in advance
0
votes
2 answers

Getting error when using Extension library and dojo in xpages

I have installed domino designer 8.5.2,and Extension library 8.5.2,dojo 1.6.1.Then i have developed the Xpage using mobile apps controls. When previewing the Xpage in the web,i am getting the error in console is given by Failed to load resource: the…
0
votes
1 answer

Domino Data Access response hangs for PATCH

I am using the Domino Data Access (via RESTClient) to update docs in a database. I'm using PATCH and PUT. In both cases (PATCH is a header override) I don't get a response back from the Domino server. RESTClient gives me a "processing data" and…
Brian Moore
  • 137
  • 2
  • 8
0
votes
1 answer

Has anybody been able to install experimental features (relational databases) from ExtLib on top of Upgrade Pack 1?

We have UP1 and we have a requirement for relational database connection with Microsoft SQL; I see several posts on Internet that mention this can be accomplished by installing experimental features from corresponding version of Extension Library on…
PSolano
  • 398
  • 5
  • 21
0
votes
0 answers

xPages making continues requests to the server after rebuild

I have a problem with xPages after rebuild, if a user tries to access a page after a rebuild the webpage starts to make continues requests to server, The application uses extlib and the dyamic content control. The big problem here is that if you are…
Thomas Adrian
  • 3,543
  • 6
  • 32
  • 62
0
votes
1 answer

show view XPages all entries as Notes Client

I would expand the ViewPanel classic control of Xpages... so that when you scroll in the last entries the Notesview..in background with an ajax xhrGet the browser load other entries ( (the effect is the same of active stream of facebook....when you…
Daniele Grillo
  • 1,011
  • 4
  • 13
  • 31