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

How do I center a graphic in the middle section of the Application Layout Control?

I've got several pictures that I would like to arrange and then center in the middle section of the Application Layout Control. I've made several attempts but apparently am just too numb to figure it out. Any help would be appreciated.
Mike Jackson
  • 427
  • 4
  • 18
0
votes
1 answer

developing library controls for xpages

I' working on a library control for Xpages and need some help in creating. I would create a control which reads a configuration file and creates controls in a table, controls like Editboxes, checkboxgroups and so on. so and now to my…
Christian A.
  • 157
  • 1
  • 12
0
votes
2 answers

XPages Extension Library - onShow event for xe:djxmHeading

I am trying to add an onShow event to a Mobile Page Heading as per p. 326 oF the XPages Extension Library book. My code is as follows :-
Martin Perrie
  • 398
  • 5
  • 16
0
votes
3 answers

JDBC control don't see after install last Extlib

I have installed last version 853.20120605-0921 of ExtLib... In designer I don't see under folder Data Access the JDBC control... Have anyone any suggest? On the server after the command tell http osgi ss com.ibm.xsp.extlib seem correctly…
Daniele Grillo
  • 1,011
  • 4
  • 13
  • 31
0
votes
3 answers

Using the DataView in XPages Extension Library Mobile Controls

On page 1 of a mobile app I need to display categories from a categorised view. When the user selects a category the app should transition to page 2 showing documents in the selected category. The customer does not want the category to…
Martin Perrie
  • 398
  • 5
  • 16
0
votes
2 answers

Multi value Xpages extensions namepicker?

How do I make the xpages extensions name picker multiple value? I have it working just fine but only for a single value. I am not seeing any multivalue property.
Bruce Stemplewski
  • 1,343
  • 1
  • 23
  • 66
0
votes
2 answers

Xpages Extension lib installation

After installing the extenstion lib latest version for 8.5.3 Notes Designer, I see only the tags I do not see the pictoreal representation of the tags.. any idea why ?
0
votes
1 answer

Fixing "stretched" XPage extension library Name Picker in IE?

Dalie came up with a great solution to stop the "stretched" to the right dialog boxes when they appear in IE. Fixing "stretched" XPage extension library dialog box in IE? Dalie's solution was to set the width of the dialog box. This worked great. …
Bruce Stemplewski
  • 1,343
  • 1
  • 23
  • 66
-1
votes
1 answer

Save button does not open xe:dialog box

It is pleasure to ask you directly as you are the one of the author of "Xpages Extension library: Step by Step Guide to the Next Generation of Xpage Component". This is a link Save button using SSJS does not open xe:dialog in web xpage but works on…
Mohan Gangan
  • 127
  • 11
-1
votes
1 answer

Xpage Tabbed panel issue

Actually i am using tabbed panel inside the panel named(tabs).And having menu on clicking that menu link setting viewScope variable .it will passed to " Tab open by default "there i am using code like this if(viewscope.varaiablename>"") return…
-2
votes
1 answer

Xpage - Copy document to another document

I have two documents; document1 allows read/write, but document2 is readonly. var document1:NotesView = database.getView("viewDoc1"); var document2:NotesView = database.getView("viewDoc2"); //var…
-3
votes
1 answer

WINDOW.CLOSE () JAVASCRIPT FUNCTION IS NOT WORKING IN XPAGES

WINDOW.CLOSE () JAVASCRIPT FUNCTION IS NOT WORKING IN XPAGES. All ready I am tried window. close () but does not work in Mozilla Firefox
-4
votes
1 answer

How to create, send and close button and update the status field in view

My button name : Sign and send to hrd Previously I have used this code, it is working for sending mail with doclink and update status field in a view and after after typing password the form send to hrd dept and close…
1 2 3
41
42