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

dojox.grid.DataGrid to XML

I need to get the XPages Extension Library DataGrid () content out as XML. In my client side JavaScipt I'm looping thru all rows, getting values and building my XML using dojox.data.XmlStore. The problem is that when I try to save…
Panu Haaramo
  • 2,932
  • 19
  • 41
2
votes
1 answer

SSO between XPage App, Notes client and Connections

Has anybody had any success creating an XPage application that includes SSO so that the user logs into notes client and is able to open an XPage application (Database) which uses the Social Enabler to integrate Connections data into the XPage? The…
GFORREST
  • 75
  • 6
2
votes
1 answer

Non closable dialogbox from Extension Library

I'm creating a dialogbox from ExtLib and I want to prevent users to press Escape or click on X icon. I've checked several posts about same implementation but none of them using a Dialogbox from ExtLib. I was able to hide icon with CSS and I'm trying…
PSolano
  • 398
  • 5
  • 21
2
votes
2 answers

Disable or enable edit for selective cell in dojox data grid

How to disable or enable edit for selective cell in dojox data grid i.e Imagine I have two columns (A, B) in a data grid. I want column value of B to be editable based on the value of column A. I have seen one solution in stack overflow which was…
2
votes
1 answer

How to use xe:jsonRpcService?

I am trying to use the extension library component Remote Service (xe:jsonRpcService). I got some hints from here and here. Basically I am trying to save a document using RPC. The problem is that the document gets saved but it does not save any…
Naveen
  • 6,786
  • 10
  • 37
  • 85
2
votes
2 answers

How to use xe:popupMenu

I'd like to have a right-click popup menu in an XPage. I therefore created a popup menu in XPages using the Extension Library. The menu doesn't display, whatever I try. Do I have to bind it to a button or so? If so, how??
D.Bugger
  • 2,300
  • 15
  • 19
2
votes
1 answer

xe:restService not loading data after page is rendered

I have a xPage with following content:
Egor Margineanu
  • 740
  • 5
  • 9
1
vote
1 answer

After the Notes 11 upgrade i can not debug databases give apache poi libraries error

I'm using Apache poi 1.3.1 library in many database for xpages export/import actions. when I upgrade notes 10 to 11 and notes 11 give me a library errors.
1
vote
0 answers

xe:restService takes 28 seconds to call bean

I have this REST service XPage in Domino 10.0 RHEL 7:
Panu Haaramo
  • 2,932
  • 19
  • 41
1
vote
1 answer

XPages Tag cloud

I would to show the tagcloud value individually in each line. Like a list value1 value2 value3 ... ... .. This is my code. Everytime I choose a value from the list, the display list also got filtered. This code work in XPNIC without a problem. In…
Jason A
  • 89
  • 1
  • 8
1
vote
2 answers

Simple customization bean for dates in dynamic view panel

I need to write a simple customization bean for a dynamic view panel so dates will always be displayed as yyyy-MM-dd but I have no clue which method to overwrite and how to modify my value so it shows what I want. Any starter code would be…
Ben Dubuc
  • 523
  • 3
  • 14
1
vote
1 answer

XPages: checkbox (groups) looses their value(s) when changing to edit mode

Crazy effect: I open a (previously saved) doc in read mode: Everthing is ok. When I change it into edit mode: All checkboxes are emptied. The other items (inputText, inputTextarea) on the xpage keep their values. The effect doesn¨t occur when I…
Uwe J.
  • 315
  • 1
  • 8
1
vote
1 answer

Xpages "Views" with beans: Categorize, Sort, Search

I'm trying to do the OOP approach in all my xPages. As expected I'm facing several issues, but also have tons of advantages doing so. My question is related to Views (Repeat controls). I am loading a List for my repeat controls that…
Edwin Krause
  • 1,766
  • 1
  • 16
  • 33
1
vote
1 answer

Can I trigger xe:namepicker via csjs?

On an xpage I have an editbox control and xe:namepicker nicely grouped beside each other with a Bootstrap add-on component. However I would like to trigger the xe:namepicker when the cursor enters the editbox. In the DOM I see that for the…
Malin
  • 697
  • 5
  • 21
1
vote
1 answer

how to access an arraylist with json objects in a repeat control

I am trying something new. I want to pass an arraylist with json objects via the property definition in a custom control. the property I called cols and is of type object. On an xpage i have calculated the value of the property now as…
Malin
  • 697
  • 5
  • 21