Hey Leslie,
1- Actually the home URI did not work and when i say it did not work I
mean the output of make-test-1 did not appear which is
(defun make-test-1 ()
(with-html
(:p "hello world")
(:a :href "home" "home")
(:a :href "index" "index1")
(:a :href "" "nothing")
(:a :href "about" "about")))
Note that if i use make-navigation the same function works.
2- Yes I was thinking of ids of specific elements such as maybe the
root div.
3- thanks that is what I was looking for.
Regards,
Mackram
On Aug 23, 11:00 am, "Leslie P. Polzer" <[email protected]> wrote:
> On Aug 23, 12:08 am, Mackram <[email protected]> wrote:
>
> > 1- How to create a menu without the forced navigation menu in its
> > current for. I tried to use static-selector but I can not get the page
> > to appear specifically I used:
> > (defun init-user-session (comp)
> > (setf (composite-widgets comp)
>
> Since you're using the new navigation system you should note
> that composite is deprecated. Use WIDGET-CHILDREN instead.
>
> > (list (make-instance
> > 'static-selector
> > :panes (list (cons "home" (make-widget #'make-
> > test-1)))))))
>
> You forgot to mention which URI didn't work. Was it / or /home?
>
> > 2- How can i change the ids of the different html elements if i need
> > to
>
> Of what element? Do you mean some element of a specific widget,
> perhaps the menu?
>
> > 3- How to change the layout prior to the "root" div ie if I want to
> > get rid of the page-extra divs how to do that.
>
> Annotate RENDER-PAGE.
>
> HTH,
>
> 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
-~----------~----~----~----~------~----~------~--~---