2 Replies Latest reply on Nov 19, 2008 4:09 AM by ilya_shaikovsky

    how to one extra small thing

      Does anyone have a link on how to make a change to some of the javascript within a particular Richfaces component? All I need to do is make the ListShuttle.js not remove from the source list when adding to the target list and I can't find info on how to package the js back up after I make changes to it. I found the ui.pack.js and hacked around on it, but it began to give me really weird results and made me think that I was not doing all of this in the right place.

      Any thoughts?

      Steve

        • 1. Re: how to one extra small thing
          panky_p

          Well I am not sure whether I got you problem or not but I think you want to customize particular Richfaces component so I think you can write your own custom style classes in your CSS for that component for that you can refer developer's guide for Definition of Custom Style Classes.
          Hope it will help.

          • 2. Re: how to one extra small thing
            ilya_shaikovsky

            I'm afraid he is not about styleClasses but about js.. So in your case - you should check out our sources abd patch concrete component js. Read in our wiki about our SVN and components building.