On Nov 15, 12:14 pm, cmalune <
cmal...@gmail.com> wrote:
> I used clbuild to download weblocks for me, so I'm not sure what
> version it fetches, but its supposed to look at the svn repo?
Ah, you have -stable then.
> The
> problem I have is because navigation-body is nested in navigation, and
> I have another navigation nested in the first navigation body, when I
> change the CSS to navigation body, it affects the nested menu *and*
> the content.
What part of your content exactly is affected?
You could use a more specific selector in the content to override the
one for the navigation body, or make the latter more specific in the
firs tplace.
> Also I have a couple of other questions :)
> Have you got an example of what type of function to pass to the render-
> isearch? I'm confused as to how to make it work.
Try this:
(render-isearch "my-input"
(lambda (input-name input-value &rest args)
(format t "~A=~A~%" input-name input-value)))
> Is there a simple example of adding custom javascript to a
> presentation?
Lots. Check out src/views/types/presentations. Most of the code
there is pretty easy to understand so you could work off that.
> I'm trying to make multiple image uploads as in gmail.
I think nunb might be able to help here.
Are you using Flash or a hidden iframe?
Leslie