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

Setting Viewscope Onload And Onresize

I have used the '@media only screen' in my CSS to determine how and what information should… Read more Setting Viewscope Onload And Onresize

Action Not Working With Rendered Property Set On Custom Control, Containing The Action Button

I came across a weird issue. Here is the situation: I am using my solution regarding displaying and… Read more Action Not Working With Rendered Property Set On Custom Control, Containing The Action Button

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

Creating Response Doc From A Selected Document Within A Datatable With Xpages

I try saving my document the document got saved without any error but the response document is no w… Read more Creating Response Doc From A Selected Document Within A Datatable With Xpages

How To Update A Value In Array Scoped Variable?

I have a scoped variable that stores an archive: viewScope.MY_SCOPE = new Array(); viewScope.MY_SCO… Read more How To Update A Value In Array Scoped Variable?