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

Using the Extension Library Navigator

Does anyone know of a good tutorial or YouTube video that explains how to set up and use the Navigator in the IBM Xpages Extension Library? It is a bit confusing with all the options, types of nodes, and Select & Submit Values. Hope to find…
Tim H
  • 1
  • 1
0
votes
3 answers

Dojo xhrGet with sync:false issue with xe:viewJsonLegacyService and Domino 8.5.3 SP1

Since we upgraded our development servers from Domino 8.5.3 to 8.5.3 FP1 we encounter a very strange problem. We use the xe:viewJsonLegacyService to ouput the view contents in json format and dojo xhrGet with param sync:false. This way we are able…
Ferry Kranenburg
  • 2,625
  • 1
  • 17
  • 23
0
votes
1 answer

using tabbedPanels in a formTable

has anyone got an example of using tabbedPanel in a formTable ? my form has alot of fields, I'm new to Xpages so just looking for a best practice. thanks
markq
  • 1
  • 1
0
votes
1 answer

Extlib Dialog via https not work in IE

we have a xpage, that includes a dialog. Our site is called via https. In firefox the dialog is displayed, in IE an empty page (https://[SERVER]/[DB]/xsp/.ibmxspres/dojoroot-1.6.1/dojo/resources/blank.html) is displayed.... The typeahead also only…
Mario Semper
  • 511
  • 1
  • 3
  • 17
0
votes
1 answer

Dynamic Content Control in Extlib flips out after rebuild

I have an issue with the dynamic content control in ExtLib. Every time I compile my xpage the dynamic content control flips out if I do not reload the page. I need a way to control this, like an onerror event on the control. this is wahat's…
Thomas Adrian
  • 3,543
  • 6
  • 32
  • 62
0
votes
2 answers

How to conditionally change width of left column in xe:applicationLayout?

My xe:applicationLayout is in my demoLayout.xsp CC. The left column width is set in the .lotusColLeft class to 220px by default. I can manually override this setting by adding the following CC to any XPage that needs a 300px wide Left…
0
votes
1 answer

sql Plugin not working in Production Server and it could not find the jdbc drivers

I have created a plugin for connecting to sql thru jdbc driver in my development server. I tried to install the plugin thru update site , but i doesnt work for me for some reason.then copied the plugin into the …
0
votes
2 answers

Creating a Java control for Image component

Using the tutorial of Creating Java control in an NSF, I was able to create a simple Java control. Now I want to extend it so that it displays an image so I modified the code in following way: This is the example control class which now extends the…
Naveen
  • 6,786
  • 10
  • 37
  • 85
0
votes
2 answers

wrong/crazy number display in xpages dynamic view

I have a crazy effect when displaying in view with a number column in a dynamic view panel of an xPage: Some (not all!) entries are displayed like: 123.40000000000005 the value in the notes doc is 123.4 . I cannot found any difference between that…
Uwe J.
  • 315
  • 1
  • 8
0
votes
1 answer

XPages Mobile Controls - sessionScope variable being lost

I am building a mobile app for iPhone using the mobile controls in the XPages Extension Library. The first page displays a list of categories (happens to be a list of user names). When a category is selected the second page is displayed listing all…
Martin Perrie
  • 398
  • 5
  • 16
0
votes
1 answer

How to get "local address book" in Name Picker?

We have a name picker in Xpages which should get the values from current server's NAB & local address book . Our code to get values from server's NAB is working fine. But i don't know how to write for "Local Address Book" i tried with ("") & others…
Mythli
  • 97
  • 1
  • 2
  • 13
0
votes
1 answer

XPage Dojo DateTextBox NotSerializableException

i have a xpage including a dojo DateTextBox. If i save the document, everything works well. But if i reopen the document, i get the following Exception: Unexpected runtime error The runtime has encountered an unexpected error. Error source Page…
Mario Semper
  • 511
  • 1
  • 3
  • 17
0
votes
2 answers

How to style an xe:namePicker ( get rid of inline style)?

I'm using the xe:namePicker in several places in our application. I would like to style the picker to reflect the application style. So I gve it a styleClass using the dojo attribute. Sie screenshot of sourcecode But the style is not used because…
Ulrich Krause
  • 1,101
  • 9
  • 19
0
votes
1 answer

Server side onclick events stop working after session timeout?

I have a radio button group and some other drop down selections to filter a view. These use an onclick SSJS event to change the view when the user selects a value. I also have a onclick event in a link on the view items. All works great unless I…
Howard
  • 1,503
  • 7
  • 16
0
votes
1 answer

libary control for Xpages and using ssjs for defaultvalues/validators

I' working on a libary control for Xpages and need some help in creating. I would create an control wich reads a configuration file and creates controls in a table, controls like Editboxes, checkboxgroups and so on. Ive Build my control like Keith…
Christian A.
  • 157
  • 1
  • 12
1 2 3
41
42