On Nov 15, 12:14 pm, cmalune <[email protected]> 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

>
> This framework is awesome!!!
>
> Thanks
>
> On Nov 15, 10:38 am, "Leslie P. Polzer" <[email protected]> wrote:
>
> > On Nov 14, 6:43 pm, cmalune <[email protected]> wrote:
>
> > > I'm trying to get started with weblocks but I have a problem relating
> > > to the CSS.
>
> > > When I create a 2 level deep navigation, and then a composite based on
> > > the menu choices, the composite goes off the right hand side of the
> > > screen. (it displays to the right of the menus rather than below it)
>
> > > Is there an easy fix for this? Theres so much CSS i can't find the
> > > right attribute. :'(
>
> > I'd be glad to help but I can't reproduce it. Are you using -stable or
> > -dev?
>
> >   Leslie
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to