Thanks Barry. I don't intend using this for simple data binding because, as you say, most of that is already handled. This will come in when we want to fire off some custom function in reaction to...
Type: Posts; User: alia
Thanks Barry. I don't intend using this for simple data binding because, as you say, most of that is already handled. This will come in when we want to fire off some custom function in reaction to...
Hi Hank,
I assume there is some JSON RPC going back to the server but I am not really concerned about that mechanism. I understand the concept of calling a server script from the client and I can...
Thanks Barry, I'll pick up on this next week then.
Regarding point 2 - I am only using the web app view and I do get the difference between server vs client-side. My client-side...
Hi,
I understand this concept and I have it working ok with a call to a simple javascript function (which I 'think' is server-side) but I have a few question:
1. I assume the server-side...