Hi,

sure, it is both. For example you can use the "rendered" attribute of
every menu item:

<t:jscookMenu layout="hbr" theme="ThemeOffice" styleLocation="/css/jscookmenu/">
  ..
  <t:navigationMenuItem itemLabel="admin users"
rendered="#{permission.adminUsers}"
                                    action="#{navigation.goAdminUsers}"/>
  ...
</t:jscookMenu>

For details see our wiki:

http://wiki.apache.org/myfaces/JSCook_Menu

Also the dynamic thing is well explained:

http://wiki.apache.org/myfaces/Dynamic_Menus_with_JSCookMenu

cheers,

Gerald

On 11/14/06, PingCheung <[EMAIL PROTECTED]> wrote:
thank you, Gerald,

Is it configurable or programmable?
For example, menu items display differently according to different login user.


On 11/13/06, Gerald Müllan <[EMAIL PROTECTED]> wrote:
> Sure, JSCookMenu is widely used. I have used it several times and it
> works very well.
>
> But have a look at our examples page:
>
> http://example.irian.at/example-simple-20061113/home.jsf
>
> Under "Menu" there are also some other possibilities which you can
> take advantage of.
>
> cheers,
>
> Gerald
>
> On 11/13/06, PingCheung <[EMAIL PROTECTED]> wrote:
> > is JSCookMenu a widely used menu component?
> > I want to use a programmable or configurable menu component for facelets.
> > any advices?
> >
> > On 11/13/06, PingCheung <[EMAIL PROTECTED]> wrote:
> > > For jsf facelets, does tomahawk have a menu component for facelets?
> > > or other tools does good for facelets?
> > >
> > > thanks
> > >
> >
>
>
> --
> http://www.irian.at
>
> Your JSF powerhouse -
> JSF Consulting, Development and
> Courses in English and German
>
> Professional Support for Apache MyFaces
>



--
http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces

Reply via email to