Skip to content Skip to sidebar Skip to footer
Showing posts with the label Xpages

Stopping Getclientid() Computations In Js Code

I came across some interesting behaviour of the javascript code on my XPages //'rdoGeschlecht1&… Read more Stopping Getclientid() Computations In Js Code

Ignoring Validation On A Button

I'm adding a 'Cancel' button to an XPage that has a form with many required fields. Whe… Read more Ignoring Validation On A Button

How To Disable Validators Using The Xsp.partialrefreshpost Method?

I am using XSP.partialRefreshPost to trigger a partial refresh from client side Javascript. I would… Read more How To Disable Validators Using The Xsp.partialrefreshpost Method?

Trying To Avoid Multiple Calls To Jquery In A Domino Xpage

I am attempting to use the 'DataTables' table plug-in for jQuery on a simple Domino XPage. … Read more Trying To Avoid Multiple Calls To Jquery In A Domino Xpage

How Do I Get The Parent Notesviewentry From The Notesxspviewentry?

Using SSJS I have a handle to a NotesXSPViewEntry which is a category in view,now I need to get the… Read more How Do I Get The Parent Notesviewentry From The Notesxspviewentry?

Onclick The Button To Export Excel In Xpages

I found the code on the website: https://www.xpagedomino.com/2015/02/xpage-export-to-excel-using-ja… Read more Onclick The Button To Export Excel In Xpages