Correct. I thought the request was going to be to be able to set the resources for the images. However, controlling it all via CSS would be a nice way to do it.
On Wed, Aug 6, 2008 at 1:43 AM, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > no, but the images can be rewritten to be controlled via the css... so > if you can override the css you can override the images. > > -igor > > On Tue, Aug 5, 2008 at 10:41 PM, James Carman > <[EMAIL PROTECTED]> wrote: >> I don't think you'll get very far with the RFE. The Palette class >> doesn't maintain an instance-level reference to the resources for the >> buttons because it doesn't want to have to replicate that stuff across >> a clustered environment. The current design was an optimization >> decision. >> >> On Tue, Aug 5, 2008 at 4:00 PM, edbay <[EMAIL PROTECTED]> wrote: >>> >>> Thanks, everyone. I did manage to replace the images by subclassing Palette >>> and overriding newAddComponent() and newRemoveComponent(). Strange I could >>> not do the same for the CSS file, so I created my own palette.css and added >>> that in my html. >>> >>> Igor - how do I add an RFE? >>> >>> -- >>> View this message in context: >>> http://www.nabble.com/Customizing-palette-tp18817932p18838793.html >>> Sent from the Wicket - User mailing list archive at Nabble.com. >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
