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
-~----------~----~----~----~------~----~------~--~---