[topbraid-users] does anyone have a good example of the SWP ui:functionCall for a js function that maintains a value

2015-03-10 Thread Jack Hodges
and performs some calculation? I am trying to calculate a display position for part of a graphic inside a ui:foreach. The position is based on the position of the previous item in the iteration. It is easy enough to write a js function that will maintain the variables and their values, and

Re: [topbraid-users] does anyone have a good example of the SWP ui:functionCall for a js function that maintains a value

2015-03-10 Thread Holger Knublauch
ui:functionCall is only producing JavaScript source code that would be executed client-side. If you want server-side execution of JavaScript logic, you could use SPINx http://spinrdf.org/spinx.html HTH Holger On 3/11/15 7:11 AM, Jack Hodges wrote: and performs some calculation? I am