Friday, February 20, 2009

Xpages and nice buttons using css

I saw a post recently about how to use dojo themed buttons on your xpages, but they only seemed to work on forms, not views, at least i was...

Xpages, formmating currency client side for multiplication

I needed to multiply a qty times a value and get a total on an xpage, sounds easy until you start getting nan, so i learned a little dojo to...

Xpages, hide whens formulas, and user roles

I needed to hide a button and since you cant simply put in @isnotmember("[Admin]";@userroles)i had to find a different way to find out if the...

Wednesday, February 11, 2009

Sending an email from an Xpage, should it be this painfull?

here is the serverside script i run to send the email from a button, wouldnt it be great to be able to use @mailsend and return a http link?...

Tuesday, February 3, 2009

Xpages, how to make type ahead work for more than 64kb

I needed a type ahead for a field and needed it to work for about 6400 items in a view in another database. @DbColumn would return the value...