I just wanted to ask about one little note. In the docs you state that
the following need to be ported
weblocks.js
weblocks-debug.js
dialog.js
datagrid.js
hard-coded js in src/
while in the application.lisp the following are added:
((:stylesheet "layout")
(:stylesheet "main")
(:stylesheet "dialog")
(:script "prototype")
(:script "scriptaculous")
(:script "shortcut")
(:script "weblocks")
(:script "dialog"))
basically i am asking why not port shortcut (I can understand datagrid
would be called by its respective widget and hence does not explicitly
get called in applicaiton).
On Jun 29, 7:25 pm, "Leslie P. Polzer" <[email protected]>
wrote:
> Mackram wrote:
> > As you can see it is missing a ; on line 6, 7 and 32 (which results in
> > a not so nice dialog).
>
> It's a bit hard to see since you haven't annotated the lines...
>
> I have spotted one at the beginning but the line is followed
> by a closing curly which implies a semicolon (IIRC).
>
> > Should I upload to the repository (not sure yet if I have permission).
>
> Here are some notes for contributing:
>
> http://trac.common-lisp.net/cl-weblocks/wiki/WeblocksDevelopment
>
> You basically need to send a patch or fork your own repository
> and send a pull request.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"weblocks" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/weblocks?hl=en
-~----------~----~----~----~------~----~------~--~---