Welcome to the IBM Collaboration Solutions Community IQJam
UsernamePassword
Reset Password | Register
   
Home | Tags | Help
Recent Answers 
<<<Page 1 of 9>>>
0votes

re: How to call LS agent in xpage

var agent:NotesAgent=database.getAgent("LotusorJavaAgent");
agent.runWithDocumentContext(currentDocument.getDocument(true));

//You can process the document here

context.reloadPage()
Vijay Kumar - 6 months ago
0votes

re: Multi-values in an xPage view panel column

Thanks Tommy, this was the only thing that worked for me.  I found I needed to add a test first to see if the value was an array, otherwise the browser would toss up an error:

<xp:this.getAsString><![CDATA[#{javascript:value.constructor == Array ? value.join('<br/>'): value;}]]></xp:this.getAsString>

Judy Kilpinen - 7 months ago
0votes

re: From CSJS refresh a panel dijit.TooltipDialog

Resolved:

The really problem is the target node of dijit widjet.

Now work weel!

daniele grillo - about 1 year ago
0votes

re: Registration database on this site

Hi Andy,

Glad you liked the code.

It's actually pretty simple JavaScript which, if you look in the source code of the registration page you should be able to lift pretty easily. The IQJam template itself is a commercial product so we can't really share it with you that easily.

Matt

Matt White - about 1 year ago
2votes

re: How do you pronounce UNID?

The community pronounces it YOU - NID most of the time; however if you talk to anyone from Lotus/Westford/Product Dev, they all pronounce it UN-ID, like the beginning of "under" and "id" like Id and Ego - so UN-id.

Just like ACL when referring to Notes/Domino is called "ACK-LE", but when talking about your knee it's "AY-CEE-EL"

And of course, my favorite:

the little triangle thingy in the upper right of a database "chicklet" (another "official" word!) - IOW the big db icon - on the workspace, where you change the replica, is called the "hinky minky". Mussie Shore named it this many, many, many years ago. In fact it is still referred to as Hinky Minky in quite a lot of the documentation. :)

Rocky Oliver - about 1 year ago
0votes

re: How to get value from Repeater Control.

I simulated something for you, please review solution.jpg, I will reply you accordingly.

File Name
solution.jpg
Atul Saxena - about 1 year ago
0votes

re: doing a partial update "beforepageload"

You could use the request/sessionscope to set values you want to appear on your components. If the components value somehow is calculated in a partial refresh you should consider changing the design of your custom control. But to give you a reasonable answer I would like to know first what sort of control you are creating.. Why does it need this 'partial refresh'.?

jeroen somhorst - about 1 year ago
<<<Page 1 of 9>>>