| |
|
| |
XPages のビューコントロールのリンクをクリックしたときに別ウインドウでページが開くようにする実装方法を紹介します。 |
| |
|
| |
V852 of XPages supports a number of enhancements to Views and Pagers, Multiple Category Filters, Start Key, and Goto Last |
| |
|
| |
The view panel in XPages allows to specify [] Display check boxes for any column value. The selected documents can be easily used in simple actions like "Delete selected Documents". They are also avaliable to your server side Java Script. Here XPages gives you access to the array of DocumentIDs ... |
| |
|
| |
Question:
I have an XPage viewpanel which shows documents from a view. A column is configured to show values as links. However, the links by default open the document in another XPage. How can I change the default link generated for each entry in the view panel to open the document ... |
| |
|
| |
Question:
How does the "At runtime, open selected document using" option work in XPages views? Answer: This option may be ambiguous on first reading, but it's probably best explained using the following use case: You have a view panel which uses a Notes View as a data source ... |
| |
|
| |
Question:
How can I use native html tags inside XPages? Answer:
There are 3 different ways to manually use html tags in XPages: #1: You can use the Computed Field control to emit the required HTML in its value property. Make sure to set the Content type to HTML (so ... |
| |
|
| |
This video demonstrates how to display data in a View Controls as HTML (styled using a CSS stylesheet) and also how to create a computed (or calculated) column based on data from other columns. You can download the completed sample NSF files used in the video. There are two sample applications in ... |
| |
|
| |
This video explores several builtin features of XPages View Controls, for example, Adding a View Title
Set Max. Rows per Page
Add a Pager
Create Row Links to detail Page
Delete Selected Rows
Add a 'Select All' Check box You can download the completed sample NSF file used in the video ... |
| |
|
| |
This video demonstrates how to easily add Full Text Search to an XPages View Control and how to build an appropriate search string to return the results you want. View Controls also have their own build in search capability, Filters, that work off columns that are sortable (and does not require ... |
| |
|
| |
This video demonstrates how to create a simple XPages application in under 5 minutes that uses a View Control to display data in a tabular format. You can download the completed sample NSF file used in the video <a ... |
| |
|
| |
This is a tutorial that will show, step by step, from start to finish, how to create an XPages View to display data stored in a Notes database. The tutorial is based on a very simple contact application that stores details such as name, email, address and other contact information. In this sample ... |
| |
|
| |
This article will show how data in a View Control can be displayed as HTML and styled using a CSS style sheet. Sample Application
The sample application used in the examples and diagrams below is a very simple Contacts application that consists of two pages, one to allow you enter and ... |
| |
|
| |
View Controls are an XPages feature to enable a web application developer quickly display data records, or documents, from a Notes database in a tabular fashion. The View Control provides many out-of-the-box features to make Web Applications rich and interactive. This article will show how to work ... |