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

OneUI Placebar Container Node expand on hover

Is it possible to have the place bar container node expand the children on hover rather than on click? I looked through all of the properties and did not see anything obvious.
Jim M
  • 177
  • 1
  • 15
0
votes
0 answers

How to control localization settings in the iNotes calendar control?

The "extLib" iNotes calendar control appears to have a "life of its own" when it comes to localization settings: in the week views e.g. weekday and month names are following the localization settings of the client (if I set the browser's language to…
Lothar Mueller
  • 2,528
  • 1
  • 16
  • 29
0
votes
1 answer

Netscaler cannot access xpages mobile extention library 1.6.1 files

Hi I have an xpages app that I have built using the mobile extension library controls. The ap works fine if you go straight to the notes server but as soon as we use netscaler to access we are getting errors accessing the extention libarary files.…
0
votes
1 answer

Best way of updating XPages Extension Library, so that developers and server are on the same release

Last week we encountered some issues in a Notesdatabase, because me and my collegue developer were not on the same version of the extension library. What is the best procedure to make sure we're on the same version? I hope this can be done as…
0
votes
1 answer

Joining MS SQL tables in a JDBC query

I'm using a JDBC query to an MS SQL database as a datasource for a view. The datasource is something like: I…
Josh Jolly
  • 11,258
  • 2
  • 39
  • 55
0
votes
1 answer

extension library and non english characters

Is there any problem with extension library 8.5.3.20111208.0717, specifically dialog component, and non english characters. I have an empty dialog and when I add its title, if the title is in English there is no problem, but if it is in Greek the…
kmak
  • 63
  • 9
0
votes
1 answer

Strange behaviour using Chris Tooheys hint regarding "File Upload inside a dialog"

I just built a dialog box to create new documents including a few editble fields and file upload following Chris Toohey's great blog entry. This solution uses an iFrame inside an ExtLib dialog to work around a limitation of that control. But testing…
Lothar Mueller
  • 2,528
  • 1
  • 16
  • 29
0
votes
1 answer

Do the extension library controls work for Blackberry's?

I've been using the built in Extension Library controls in Notes 9 to convert a simple Notes app to a mobile (browser based) app. It seems to work fine on an Android and iPhone, but I can't seem to find any information on how to check if it works…
0
votes
1 answer

Partial refresh on dynamic field binding removes values

Really looking for an idea why my XPage is doing this. I have field with a dynamic databinding: That works quit well until I start to hide it based on…
user2316219
  • 304
  • 1
  • 11
0
votes
1 answer

Unable to set elements in an Application Layout control (XPages)

Ok, I have two custom controls: MainLayout: Contains an Application Layout control (from the Domino extension library) Section1: Contains a section with a header and a few items Now I create a new XPage, and drag the MainLayout control on it. Now…
Jeroen Jacobs
  • 1,423
  • 3
  • 16
  • 32
0
votes
3 answers

Can you Sign The agents in a database programmatically?

Is there a way to programmatically sign the agents in a database? I'd like to use a run on server agent to sign the agents of a database that I pass it. I'd like to do this using LotusScript or an XPage. MJ
0
votes
1 answer

Displaying a list of IBM Connections blog entries in XPages

I have been trying for over a week to display a list in an XPage of blog entries from IBM Connections. The XPages server and the Connections server are in the same domain (for example the XPages are accessed through intranet.mycompany.com and the…
0
votes
1 answer

DataView: conditionally highlight some rows (OneUI)

With default OneUI theme I want to highlight single row, even with more column setup. For 3 columns it renders as: I have tried to set property rowStyleClass="row#{i}", to demonstrate how it renders: …
Frantisek Kossuth
  • 3,524
  • 2
  • 23
  • 42
0
votes
1 answer

Xpage extlib Dialog keepComponents true and JSF component

i have a problem with the Dialog control from the Extention library: I have created a java custom control wich searches some views, collects some data and displays it. This works nice if i place it on a XPage. But i want to display the data in a…
Michael Saiz
  • 1,640
  • 12
  • 20
0
votes
2 answers

XPages Mobile Control Partial refresh returns to menu page

I have a simple page inside mobile controls. I have an edit box and what I want to happen is to a partial refresh of the current in the onChange event of the edit control. Basically type something in the edit control - hit enter and do the…
David Leedy
  • 3,583
  • 18
  • 38