You can run IQJam in your company on your Domino server. Learn how...
Username: Password:
Reset Password | Register
 
Home | Leader Board | Tags | Help
By Tag: Domino Development / XPages / xpages
<<<Page 1>>>
2answers
1vote

Is it possible to add an Event to a Panel/Div?

I'm working with a repeat control and I'd like to make each "row" clickable anywhere.  The repeat contains a custom control that isn't a typically view/grid but is repeating "blocks" from left to right.   The custom control has a panel so I can apply a style class nicely and force the size of the "block".  Inside the panel I have a table to show fields from a document. I attached code to the table's "onclick" event to open a related document.  But since the table isn't filliing up the block com
Domino Development / XPages
Tagged
David Leedy - about 1 month ago
Show Correct Answer...
3answers
0votes

Simple Question on View Control

I have a view control displaying the first column as link. I want the clicked document to open with the form it was created with.   I see the property "At runtime, open selected document using". But the value I see is "XPage associated with the document's form". I tried giving the form name of the document which didn't work.   I guess in 8.5 version there was an option "The document's default form or page" which is what I really need.   Any idea how to accomplish this in 8.5.1? 
Domino Development / XPages
Tagged
Rajeev Menon - 2 months ago
2answers
0votes

XPages: Offline Solution

I have a suit of 10 databases in my application. I am currently migrating the design to XPages. My intention is to allow users to take local replica copies of these databases and let them work off-line. ( For few security reasons, we cannot use DOLS as the off-line solution )   So far I converted one of the main screens in the application to XPage. It works great in both Browser & Client. But I am facing one issue here.   There are several areas where I need to pull data from the other database
Domino Development / XPages
Tagged
Rajeev Menon - 2 months ago
2answers
0votes

How to Display a Date in a computed Field

On a Custom Control I have a repeat Control that is bound to a NotesView.   The second column of the view is a date field.    I can access the date and time with the formula:    rowData.getColumnValues()[1]    If I put this value into a Label control - it displays just fine, however, I can't change the formatting of the date/time.     If I create a computed field then there are options to format the date/time via the "Display Type" dropdown, but my computed field stays blank.  Like there's no v
Domino Development / XPages
Tagged
David Leedy - 2 months ago
Show Correct Answer...
3answers
0votes

XPages in Notes Client!! How to build URLs

In the Notes Client, the URL to show an image  using the computed field (content-type html) instead of using an image control is the following.   /xsp/ServerName!!DbPath/imagename   This works fine for me. Now, I am trying to open an attachment and having difficulty in figuring out the correct URL for it. I need to open the attachment in an iframe. The html for the same is coded in a computed field (content-type html). I tried the following syntax(es).   /xsp/ServerName!!DbPath/ViewName/Key/$Fi
Domino Development / XPages
Tagged
Rajeev Menon - 3 months ago
3answers
1vote

How do I Display a Response and Response to Response hierarchy in an XPages view control?

I'm attempting to display a view with Parent, Response and Response to Response documents in a hierarchy in a view control placed on an XPage. I have not categorized any of the columns. However I'm having an issue getting the twisties to display properly. Here's the view layout:   Organization|Contact Name|Contact Phone|Conversation Date|Contacted By   Organization contains the name field from the parent document  Contact name contains the name field from a child of Organization  Contact phone
Domino Development / XPages
Tagged
Keith Strickland - 3 months ago
9answers
0votes

Custom Control addOnLoad fires only one time?

I am trying to create a re-usable custom control. A javascript function needs to trigger when this custom control is partial refreshed by a button on the container XPage. I don't want to write code outside the custom control (else I could have coded the javascript on the onComplete event of the button). For that reason, I wrote the xsp.addOnLoad on the custom control. Unfortunately, this function fires only the first time. Does anyone know of a solution to this. I want this function to fire eve
Domino Development / XPages
Rajeev Menon - 3 months ago
1answer
0votes

dojo.Lightbox , could this be used with a form in xpages not just an images

I was reading this about dojo.Lightbox and was wondering if you could use this with form in xpages not just an images . As am reading the Dojo blogs & references sites but  i can´t see any information leading to using a form.
Domino Development / XPages
Palmi Lord - 3 months ago
4answers
0votes

Parameters - What they are and how can they be used?

Before posting this question I did search in all blogs to see if anyone explained the usage of the Parameters.   For example, on the All Properties of the Event Handlers, there is a section "Data" underwhich we can add multiple Parameters. Where can we access these parameters?   I have an image control that will do a partial refresh (refresh id is the same image id) to run a SSJS. onComplete of the refresh, I need to set the className of this image. I don't have a handle to the image object in
Domino Development / XPages
Tagged
Rajeev Menon - 3 months ago
Show Correct Answer...
2answers
0votes

What can be causing Reference error: 'dijit' not found?

I've been trying to get a call to a dialog working based on various code samples found here and in various blogs as well as OpenNTF and I cannot get past this error getting thrown when I activate a line of code such as: dijit.byId('Dialog3').show();   I've got the <xp:dojoModule name="dijit.Dialog"></xp:dojoModule> line in the <xp:this.resources> spot, I have the dojoParseOnLoad="true" and  dojoTheme="true" in the XPages All Properties as well. Anyone have any ideas?  I've had to go with some f
Domino Development / XPages
Tagged
Phil Randolph - 3 months ago
<<<Page 1>>>

Latest Answers for Domino Development / XPages