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

get a handle on all the items in a repeat control

I have a repeat control and need to loop through the items in it.  Not the type of items.  the .getchildren method appears to do that, but I actually want to loop through all of the components and get values from them.  specifically I have a repeat control bound to a vector of 30 items, the repeat control contains a checkbox control that then repeats 30 times.  I have  button, once clicked I would like to loop through the 30 checkboxes and grab the values from them.  Any thoughts on how to do t
Domino Development / XPages
Toby Samples - about 2 days ago
0answers
0votes

Getting Non Breaking Spaces in Multi-Line Edit control (Text Area)

I have a multi-line control that is bound to a text field.  When I type comments into a field and go to later view the field on a web page - each space is converted to non-breaking spaces -  .    Why does it do this and how can this be prevented.  It's not wrapping correctly and throwing off the laypout of the page.   Thanks!
Domino Development / XPages
David Leedy - about 20 days ago
6answers
1vote

How to make HTML from jQuery Tools work in a Xpage?

I have found a cool slideshow on the internet at http://flowplayer.org/tools/demos/tabs/slideshow.htm You can download the sample as a html file. I put the html file in a notesdatabase as a recourse en of course when I open the resource in the browser it works. In the source of a Xpage you can paste html, but pasting the source code from the html file in the source of the xpage is't working. There are head and body tags etc etc in it. How can I make it work in a Xpage? Does it make a difference
Domino Development / XPages
martin meijer - about 25 days ago
Show Correct Answer...
0answers
0votes

Integrating apps with Facebook, LinkedIn and Twitter - are there any libraries available?

I am in the process of writing a white paper and needed to know if there are Lotusscript, Java or any other of libraries available for integrating apps with Facebook (via Facebook Connect), LinkedIn and Twitter. I found an app on OpenNTF.org for the Twitter API but are still looking for more examples. Thanks in advance for your answers. 
Domino Development / Web Development
Bruce Elgort - about 29 days ago
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

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 1 month ago
Show Correct Answer...
2answers
0votes

Property file content using Java

Hello,   Is there a way to get the content of a property file using Java? The property file is created/imported as a file resource to the database.
Domino Development / Java
Tagged
Jozsef Lehocz - 2 months ago
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...
<<<Page 1>>>

Latest Answers for Domino Development