The previous errors were because I was just opening static html files
in my browser I guess.
I see, I thought the save functionality was provided by this example.
It makes sense now. :)
I've read the guide yes.
But I don't see where can I get the current JSON output of the
WiringEditor?
I just want to save it to a plain text file for a start, that's all.
Thanks for a quick response.
Nil
On Oct 6, 11:45 am, Eric Abouaf <
eric.abo...@gmail.com> wrote:
> Hi Nil,
>
> Do you have an idea where your previous error came from ? maybe because you
> were serving it as a static files (not by a webserver) ?
> Anyway, it's gone now :)
>
> For your current issue, I guess you copied the "AjaxAdapter example".
> This example doesn't provide save/delete features. They should be
> implemented in a server-side script.
> As you can see in thehttp://
javascript.neyric.com/wireit/examples/ajaxAdapter/source code,
>
eric.abo...@gmail.com