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

Adding an alternate row color on DataView control

I'm trying to set an alternate color to my DataView control; I tried rowStyleClass and rowStyle but I can't get it to work. rowStyleClass only gives me hover color for What I'm doing is using a jQuery snippet: $().ready(function() { //…
PSolano
  • 398
  • 5
  • 21
0
votes
1 answer

can you show an icon in an xpages iNotes calendar control

I have been trying to get an icon to show in the iNotes calendar control. I set the colEntryIcon to the programatic name of the column in the view. Still no luck. Also I noticed when dissecting the Teamroom template, the Calendar page in that app…
Jim M
  • 177
  • 1
  • 15
0
votes
1 answer

Insert an Existing Control in a new Java custom Control in XPages

Hi i am still trying to develope my own java controls for XPages. I wanted to knwo how i can use an existing control and use it in my new control. Lets say i want to develope something like a login popup control. I Extended the UIDialog from…
Michael Saiz
  • 1,640
  • 12
  • 20
0
votes
2 answers

How can an ExtraColumn type property be used in a Custom Control in XPages?

When defining the properties of a custom control in the "Property Definition" section, you can choose as "Type" in the "Property" tab the option of "extraColumn" and "iconColumn". How should this type be used ?
0
votes
1 answer

xPages Dojo Grid Events Not Working

I am attempting to double click on a dojo grid to open a document. During this exercise I have found that I cannot execute any events from the dojo grid. Even if I try to execute a relatively simple event such as navigating to a page on the dojo…
Patrick Sawyer
  • 1,362
  • 7
  • 22
0
votes
0 answers

Unable to save data using xe:jdbcRowSet to MySQL

I am trying to save data from my XPage to MySQL database. I have established a connection and it works (which is demonstrated by the fact that my dynamic view panel is able to fetch data in MySQL tables). But I am unable to submit my data to MySQL.…
Naveen
  • 6,786
  • 10
  • 37
  • 85
0
votes
3 answers

How to update Beans or Scoped Variables when transitioning in XPages Mobile Controls

I'm having a problem trying to set values on a mobile page before transition into that page. I have a scriptblock based on Tony McGuckin's OpenNTF XSnippet.…
David Leedy
  • 3,583
  • 18
  • 38
0
votes
1 answer

Can you use xPages DominoViewData in a JAVA class?

I'd like to use com.ibm.xsp.model.domino.DominoViewData() in my Java class to filter and sort domino view data, but I'm not sure how to go about it. There aren't a lot of examples out there, and most I've found are using it on an xPage or with a…
Jeff Byrd
  • 163
  • 1
  • 6
0
votes
3 answers

Xpages ACL validation from the XSP document level

Is it possible to validate the Xpage's ACL depending on the Source document's field value. We need to make the Authors & Readers ability at XPage level (as per requirement I am not supposed to use the ROLES, since, it is dependent on each individual…
0
votes
1 answer

xPages Extension Library name picker with modified flag enabled on page

I am using Domino 8.5.2 and the Extension Library for xpages. I have enabled the modified flag on the page and run into errors on IE8. When I load the page in IE8, modify another field, then attempt to use the name picker control I get an IE error…
Patrick Sawyer
  • 1,362
  • 7
  • 22
0
votes
0 answers

dojo errors in Xpages

Using Notes 8.5.3, UP1, I have a long XPage which uses a lot of ExtLib functions. I'm also using TinyMCE and a jQuery table of contents, described here:…
0
votes
2 answers

Tooltip on column value in row?

Is it possible to add a dojo tooltip (Extension Lib) to a viewColumn? I have tried embedding it within the viewColumn, between two columns, after last viewColumn in viewPanel and all bound to viewColumn-ID without success. In source I can see that…
0
votes
2 answers

XPages Ext Lib Dialog Control fields are not editable, need to get a handle on field values, and close the dialog

I have an Extension Library Dialog Control on my XPage that is opened through a button: XSP.openDialog("#{id:commentsDialog}"); On my XPage, I have a document source, called document1. When I put those fields (drag and drop from Data Palette) on…
Dan
  • 940
  • 2
  • 14
  • 42
0
votes
2 answers

learning how to use xe:dominoViewEntriesTreeNode

I realized my question was too vague on adding navigation items dynamically, so I am rewriting the question. I have discovered the xe:dominoViewEntriesTreeNode control from the xpages. I think I can use this to add navigation items to the navigator…
Jim M
  • 177
  • 1
  • 15
0
votes
1 answer

Xpages extension library works in client but not browser on local

I am having an issue with a local db and extension library. If there are any extension library controls on the page I get the error Cannot find the library com.ibm.xsp.extlib.library in the browser but if the same page is displayed in the…
Bruce Stemplewski
  • 1,343
  • 1
  • 23
  • 66