2 Replies Latest reply on Aug 5, 2009 10:54 AM by bussard

    How to make a Cool ToolBar

    bussard

      Hi All,

      I was searching (not in this forum 'cause it not available until now) for ways to do a tool bar with some cool features. What I want is a tool bar with graphs and when the mouse is over an image it changes to another image (a depressed version of the same image actually). Other feature is the last pressed button with the depressed image.

      You can see what I mean at http://www.myfirstcard.com.br/cadastro.html

      The sorcerers of DreamWeaver can do it easily, but I want to do it with RichFaces components only. Is it possible?

      Somebody could help me to achieve this?

        • 1. Re: How to make a Cool ToolBar
          kukeltje

          Why would you want to do that differently than you could do with dreamweaver? Plain dynamic html. But if you do want to do it differently use e.g. jquery (with richfaces)

          • 2. Re: How to make a Cool ToolBar
            bussard

            Ronald, I'm developing with JBoss Tools and don't want to mix pure html code or Java Script code due to Standardization. It's a kind of exercise too.

            After all, one RichFaces target is "Create Web applications that are as responsive as regular desktop applications. All of this without having to write a single line of JavaScript code!"

            P.S. I need some tips to work with the jQuery and RicFaces too.