PDA

View Full Version : customize redmond tools


epopov
12-29-2003, 01:29 PM
Hi,
Is it possible to customize redmond tools?

Thanks.

antun
12-29-2003, 02:45 PM
Sure. Sometimes you can achieve the functionality that you want by extending them them:


<class name="myscrollbar" extends="scrollbar">

<method name="myspecialmethod">
...
</method>
</class>


... and other times you'll want to take the entire component and rename it. The source for the redmond components is all LZX and lives in:

WEB-INF\lps\components\redmond

I would not recommend editing the .lzx files in place, but rather duplicate them.

-Antun