Re: S2 V2.0.14: with HTML in property key value

2008-12-17 Thread Robert Graf-Waczenski
Yes, that's what i can do for a button, so by using cssStyle="padding-left:1em; padding-right:1em" i'm achieving the layout that i want to see, thanks. Robert Dave Newton wrote: --- On Tue, 12/16/08, Robert Graf-Waczenski wrote: I would like to avoid the HTML encoding, so that the button

Re: S2 V2.0.14: with HTML in property key value

2008-12-16 Thread Dave Newton
--- On Tue, 12/16/08, Robert Graf-Waczenski wrote: > I would like to avoid the HTML encoding, so that the button > caption is instead " OK " (i.e. with spaces to > the left and the right next to "OK"). > > Any ideas? Personally I'd use CSS for this. Dave -

S2 V2.0.14: with HTML in property key value

2008-12-16 Thread Robert Graf-Waczenski
Hello all, I'm using and my properties file looks like this: myproperties.caption.buttoncaption=  OK   This yields a button with the label "  OK  ", i.e. the button text has been HTML-encoded before it was sent to the browser. I would like to avoid the HTML encoding, so that the button ca