You can run IQJam in your company on your Domino server. Learn how...
Username: Password:
Reset Password | Register
 
Home | Leader Board | Tags | Help
All Questions 
<<<Page 1>>>
3answers
1vote

What is the official status of Blackberry support for Ideajam?

I have been using a blackberry smartphone (bold 9000) against ideajam and so far I have used it to vote and post comments. It seems to work, what is the official status of blackberry support for the product?
IdeaJam / Functionality
Paul Dougan - about 16 days ago
Show Correct Answer...
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 22 days ago
Show Correct Answer...
3answers
0votes

How can I combine the backgroundcolor of a field with validator on a Xpage

I have a text field on a Xpage. This field has a validateRequired that has a message that shows up when the user tries to submit and the field is blank. I show the message with a Display Errors Core Control. Till here everything is simple, but I like to color the fields background also red when the user is trying to submit when the field is blank. How can I do this?
Domino Development / XPages
martin meijer - about 23 days ago
Show Correct Answer...
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 - about 1 month ago
Show Correct Answer...
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 - 2 months ago
Show Correct Answer...
1answer
0votes

How can I add a flashbanner to an XPage

I have a flashbanner that's build with a couple of files like .js files, images, .xml files etc. etc. I know I can store the files in the filerecourses of the database. I have a index.htm file and if I run it in the browser I see my banner. Where should I put this HTML on my XPage to make it work?
Domino Development / XPages
Tagged
martin meijer - 3 months ago
Show Correct Answer...
5answers
0votes

Best Practice for Reusing Custom Controls

Say I have a custom control that I want to be able to reuse.  For instance an addressblock that has the fields for Address, City, State, Zip etc....   I wondering the best way to bind any fields to the data without hardcoding the Data Source. What if you wanted to use a different datasource name?   For instance my custom control might have a field like this: <xp:inputText id="inputText1" value="#{company.company}"> </xp:inputText>   But what if I wanted to use this custom control on "contact" p
Domino Development / XPages
David Leedy - 3 months ago
Show Correct Answer...
2answers
2votes

Can Custom Controls be loaded Programatically ?

On an XPage custom controls can be added from the custom control palette, but the "Name" property is not a required element.   So if I want an XPage that displays a list of links to load a specific Custom Control can that be done progamattically without adding ALL the custom controls to the Xpage and then setting the visible property to control which one is displayed ?  Thats the solution I came up with in the interime just want to know if there is a better way.   
Domino Development / XPages
Paul Calhoun - 3 months ago
Show Correct Answer...
3answers
0votes

What's the XPages version of @Command([FileCloseWindow]) for the Notes client?

So, in the Notes client, when user double clicks on a document in a view, I've programmed it to open an XPage in a new tab.  (basically figuring out the notes:// url and opening it). So far so good.  But when they are done, I want to have the equivalent of @Command([FileSave]); @Command([FileCloseWindow])   How do I tell the XPage to close?  What's the equivalent of  @Command([FileCloseWindow])?   Within the client, I've tried window.close in the Notes client with the following XPage code: <?xm
Domino Development / XPages
Tagged
John Smart - 4 months ago
Show Correct Answer...
1answer
0votes

Best practise for centralised configuration data when using local replica

Many of my Notes apps lookup data from the Domino Directory and/or Corporate Directory to get company wide configuration data rather than duplicating this in each and every app. One thing that bothers me with this approach is that it makes offline replicas of these applications difficult because the configuration data is no longer readily available. The simplest approach I can see is to either make the Domino Directory and/or Corporate Directory local replicas OR create a sync agent that pulls
Domino Development / Client Development
Colin Williams - 5 months ago
Show Correct Answer...
<<<Page 1>>>

Latest Answers