Re: JSON/ dygraph / Ajax help
Re: JSON/ dygraph / Ajax help
- Subject: Re: JSON/ dygraph / Ajax help
- From: James Cicenia <email@hidden>
- Date: Fri, 19 Feb 2010 14:46:47 -0600
I do.
I have other projects I am working on... so this is more of a learning thing and I am confused on how to approach this.
Should I use Ajax.framework? Or JQuery, or ??
Thanks for any guidance, hints or bit of code you could share.
Thank you James
On Feb 19, 2010, at 2:41 PM, John Huss wrote: Do you still need help with this? Are you using Ajax.framework from Wonder or any other JS libraries?
John
On Thu, Feb 18, 2010 at 9:16 PM, James Cicenia <email@hidden> wrote:
Hello -
I am starting on my first real AJAX WebObject JSON app.
I have created a DirectAction to return all the data. Now
I don't know where to begin. I would like the data to load upon the window loading. Then I want to do periodic updates.
Anyway, here is there sample:
<html>
<head>
<script type="text/_javascript_"
src=""></script>
</head>
<body>
<div id="graphdiv2"
style="width:500px; height:300px;"></div>
<script type="text/_javascript_">
g2 = new Dygraph(
document.getElementById("graphdiv2"),
"temperatures.csv", // path to CSV file
{} // options
);
</script>
</body>
</html>
So my question is, what do I do to replace temperatures.csv with my own direct action?
Thanks James
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden