Welcome to the IBM Collaboration Solutions Community IQJam.
UsernamePassword
Reset Password | Register
   
Home | Leader Board | Tags | Help
All Questions 
<<<Page 1 of 9>>>
1answer
0votes

RichText field with default value doesn't save the data to the document.

I have a Xpage with a RichText field on it that has a default value. This field is bind to a RichText Field on a Form. When I save the Xpage without changing the (default) value nothing is saved to the document but the other fields (text) are saved. However if I make a change on the default value, the RT Field is saved correctly. I have played with properties like "htmlConversionWarning" but I didn't find a solution for this. Is this a bug or is there a solution for this behaviour?
Domino Development / XPages
Martin Meijer - 6 months ago
Show Correct Answer...
1answer
0votes

From CSJS refresh a panel dijit.TooltipDialog

I would develop a action button in all my View like facebook.... You can see the example in this link When you click on the "gear" image you see a dijit.TooltipDialog connected to my Panel Xpages I would change the content of my panel if I click on document with a FORMA or FORMB ..etc... so that I have created in the last column SSJS code that call a CSJS function : function OpenDialogToolTip ( obj , unid, targetPanel , form) Now I need in the JS Client to refresh my panel dinamically and
Domino Development / XPages
daniele grillo - 7 months ago
0answers
1vote

Export data to Excel => PrintArea

Hello everybody I have a lotusscript question and somebody recomended me this forum. Hopefully someone can help me... I need to export some data to excel. The exported excel file is build with html tags, like this: Print{<tr>} Print{<td class=tdheader width="200">Phase</td>} Print{<td class=tdheader width="60">%</td>} Print{<td class=tdheader width="100">Start Budget</td>} Print{<td class=tdheader width="100">Cumul</td>} Print{</tr>} It has 16 columns. The export works fine but when I want
Domino Development / LotusScript
Tagged
Ben Vanmassenhove - 7 months ago
1answer
2votes

Registration database on this site

Really liked how I was automatically signed in after registering on here. Is the code for this floating around anywhere?
Domino Development / Domino Designer
Tagged
Andy Steven - 8 months ago
0answers
0votes

How to hide checkbox field?

Hi, I want to hide a Checkbox group based on the value selected from the Combo Box field in the Dojo Dialog module. I tried doing partial refresh of the Combo Box field panel, but it didnt worked out.
Domino Development / XPages
Tagged
tek prince - 10 months ago
0answers
1vote

How to add an event to a Custom Control

Is it possible to have a JavaScript callback feature in a custom control? I'd like to add events to one of my controls, something like OnSomething or querySomething and postSomething. Can it be done??
Domino Development / XPages
Tagged
Sjef Bosman - 10 months ago
0answers
0votes

When a document is submitted via javascript, how can I most easily determine if the submit failed?

I have a javascript submit action, that submits the doc, and moves them to the main view. I know it's probably simple, but I don't know it off hand. I would like a JS submit that never reaches the server, to return a custom message to the web user that their connection has failed, or their was an interruption of service, etc. Or just try again, then give the message.
Domino Development / Javascript
Tagged
Tim Paque - 11 months ago
1answer
0votes

Where Would I Delete My Cookie?

The following is all being used on the 8.5.2 Notes client. It is being done so that help documents can be updated by administrative staff. I have an xPage which contains a button entitled Help. This button contains the following client side JavaScript: var url = "Help_Display.xsp"; var form = '#{javascript:currentDocument.getItemValue("form")}'; var dialog = new dijit.Dialog({ title: "Help", content: "<iframe src='" + url + "' height='90%' width='90%' frameborder='0' scrol
Domino Development / XPages
Lenni Sauve - about 1 year ago
0answers
1vote

Using Managed Bean on xpage

I'm building an xpages application where I want to use a java managed bean to work with data from an AS400 table. Essentially, I'd like to keep a data set in memory for a user's session, then display subsets of the AS400 data in drop-down boxes for users to select from. I've been playing around with the Value Picker control in the Extension Library, and setting my data provider to a bean. This is my first time really writing Java, and trying to figure out what a bean is and how it works. I've g
Domino Development / XPages
Tagged
Jen Carey - about 1 year ago
3answers
1vote

How to get value from Repeater Control.

Hi All, I will be very thankful to you for your kind support and help. Scenario is: I have a repeater control on the Xpage and that repeater contorl contains two edit box named EditBox1 and EditBox2. At the bottom of this repeater contorl I have a save button which would create documents by extracting these two pair of edit box field. My data source for repeater control is @DbColumn which repeat these contorl 3times or 4times or based on the number of value returned by @DbColumn. Now my probl
Domino Development / XPages
Vikas Sinha - about 1 year ago
<<<Page 1 of 9>>>