Re: [Wicket-user] Customizing ModalWindow CSS

2007-06-27 Thread Tauren Mills
Sweet! Thanks so much..

On 6/27/07, Scott Swank <[EMAIL PROTECTED]> wrote:
> Here's everything I know.  (Not much)
>
> http://www.nabble.com/how-to-customize-Modal-Window%60s-appearance-tf3775853.html#a10768589
>
> On 6/27/07, Andrew Klochkov <[EMAIL PROTECTED]> wrote:
> > search through the mail-list, this topic was discussed in details
> >
> > Tauren Mills wrote:
> > > What is the best way to customize the CSS styles of a ModalWindow in
> > > 1.2.6?
> > >
> > --
> > Andrew Klochkov

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Customizing ModalWindow CSS

2007-06-27 Thread Scott Swank
Here's everything I know.  (Not much)

http://www.nabble.com/how-to-customize-Modal-Window%60s-appearance-tf3775853.html#a10768589

On 6/27/07, Andrew Klochkov <[EMAIL PROTECTED]> wrote:
> search through the mail-list, this topic was discussed in details
>
> Tauren Mills wrote:
> > What is the best way to customize the CSS styles of a ModalWindow in
> > 1.2.6?
> >
> --
> Andrew Klochkov
>
>
> -
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


-- 
Scott Swank
reformed mathematician

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Customizing ModalWindow CSS

2007-06-27 Thread Andrew Klochkov
search through the mail-list, this topic was discussed in details

Tauren Mills wrote:
> What is the best way to customize the CSS styles of a ModalWindow in
> 1.2.6? 
>   
-- 
Andrew Klochkov


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Customizing ModalWindow CSS

2007-06-27 Thread Tauren Mills
What is the best way to customize the CSS styles of a ModalWindow in
1.2.6? The blue and grey borders do not go well with my site's color
scheme.  It looks like setCssClassName only selects from the blue or
grey in modal.css.  So how do I use my own stylesheet?

Should I extend ModalWindow and copy/modify the css as a new css file
for the extended class (call it MyModalWindow)?  Won't that mean both
the ModalWindow css and the MyModalWindow css files will be included
in the header?  Will I have to copy all of ModalWindow's resources
into the MyModalWindow package (png, js, etc)?

Should I just override the css attributes that I want changed in my
main css file?  But chances are the ModalWindow's css file will be
included after my main one, in which case it will override my
settings.

Something else?

Thanks!
Tauren

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user