Tagged Questions
3
votes
1answer
62 views
Open a link in seaside using javascript
Hi I am a newbie in Seaside and Smalltalk. I am developing a search application where the user posts a query and the system displays relevant results. Now to implement feedback, I want to know when a ...
0
votes
1answer
54 views
How do I return the value of tableHeading above a tableData in seaside?
In raw jQuery you can use
var $th = $td.closest('table').find('th').eq($td.index());
But, how do I return $th to seaside so I can then use it as a string for whatever rending I want?
Example.
val ...
0
votes
2answers
229 views
Getting the value of the Javascript receiver in a Seaside JQuery callback
My question is similar to this - how do get what would be javascript this (so that I can get its value assuming its a form text input) ? I am trying to send the value of a text input to the callback ...
3
votes
2answers
261 views
How to embed a google analytics script (new version) on a seaside app
I implemented at the way of use a FileLibrary.
Then I've the following code:
updateRoot: anHtmlRoot
super updateRoot: anHtmlRoot.
anHtmlRoot title: self title.
anHtmlRoot link beShortcutIcon; url: ...