On Wednesday 12 October 2005 11:03, [EMAIL PROTECTED] wrote:
> Followed instructions at http://www.checkandshare.com/blog/?page_id=9,
> but CatWalk does not find any available objects.
>
> I get the following errors on my js-consol:
>
> Error: missing ) after argument list
> Source File: http://localhost:8080/static/MochiKit/MochiKit.js
> Line: 1, Column: 16
> Source Code:
> Traceback (most recent call last):
>
> Error: loadJSONDoc is not defined
> Source File: http://localhost:8080/catwalk/
> Line: 73

loadJSONDoc is defined in MochiKit/Async.js
You should either have all MochiKit Files or have the packed 'MochiKit.js' 
which contains all of MochiKit.
You errormessage sounds like you only have the plain MochiKit.js file, which 
is only a wrapper.
Please turn to mochikit.com for further information.

Stephan
>
> Martin
>
> Ronald Jaramillo wrote:
> > Hello list,
> > Last weekend I spend some quality time with TGs. Quite pleasant
> > experience =).
> > I wrote a simple model browser, nicknamed CatWalk.
> > I really like to play with my models in the tg-admin shell. But I
> > thought that having a web based option for poking at my objects could
> > be a nice supplement.
> > CatWalk is a single page script, that you place in the same folder as
> > your model.py file, and you attach it ('mount') to your root app.
> > Whith CW you can list your models, view an object structure, list
> > existing objects, delete, create and update objects.  Basic CRUD stuff.
> > Client side is a single page -no refreshes- and a lot of
> > MochiKit.Async and MochiKit.DOM to communicate with the server and to
> > update the interface.
> > You can get it here (and read a bit more about it):
> > http://www.checkandshare.com/blog/?page_id=9
> >
> > Have fun =)
> > Ronald Jaramillo

Reply via email to