Re: [Pharo-users] seaside javascript builders

2016-12-10 Thread Siemen Baader
Thanks, that was very helpful! Siemen Sent from my iPhone On 09/12/2016, at 19.45, "p...@highoctane.be" wrote: > I guess that's where passengers: come handy. > > Because what you pass can be the result of a jQuery. > > TBH sometimes it is easier to do a JSStream on: 'some js code that does w

Re: [Pharo-users] seaside javascript builders

2016-12-09 Thread p...@highoctane.be
I guess that's where passengers: come handy. Because what you pass can be the result of a jQuery. TBH sometimes it is easier to do a JSStream on: 'some js code that does what you want' instead of wondering for ages how to do the same with the Javascript classes, subclasses and methods. Look into

Re: [Pharo-users] seaside javascript builders

2016-12-09 Thread Siemen Baader
Thanks, I was unaware of the seaside list! cheers, Siemen On Fri, Dec 9, 2016 at 5:18 PM, Ben Coman wrote: > > > On Fri, Dec 9, 2016 at 9:20 PM, Siemen Baader > wrote: > >> Hi all, >> >> I'm confused about the limitations and intended use of Seaside's >> javascript >> builders. I can follow th

Re: [Pharo-users] seaside javascript builders

2016-12-09 Thread Ben Coman
On Fri, Dec 9, 2016 at 9:20 PM, Siemen Baader wrote: > Hi all, > > I'm confused about the limitations and intended use of Seaside's javascript > builders. I can follow that we can do eg: "(html jQuery: 'div') remove" or > "html javascript alert: 'hello'" within the "renderContentOn: html" > metho