Re: TAbbedPanel and CSS

2007-03-20 Thread Musachy Barroso
That should be it, I would try with Dojo first (download Dojo distribution), specify the custom css in one of their examples and make sure that everything works as expected and then try with S2. musachy On 3/20/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote: The problem is, even using the css

Re: TAbbedPanel and CSS

2007-03-20 Thread Felipe Rodrigues
The problem is, even using the css pointing to my own images, dojo still keep getting the images from inside the jar. Here is a piece of my .css . The url is correct and the tab should be green. (I changed the images to green) But when I test the app, the Tab is still blue. I also deleted the ima

Re: TAbbedPanel and CSS

2007-03-20 Thread Musachy Barroso
Do you mean to extract the images or reference the images inside the jar? Once you are using your css, you can use your own images like you usually do (from a subdir of your webroot for example) musachy On 3/20/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote: Hi, I'm still having problems to

Re: TAbbedPanel and CSS

2007-03-20 Thread Felipe Rodrigues
Hi, I'm still having problems to take the templates images out of .jar. I'm trying to take the images that compose the Tab in a TabbedPanel, and thus, use my own images with my own colors. I got this replacing the images inside the .jar, but it is not a good approach. I got use my own css using

Re: TAbbedPanel and CSS

2007-03-16 Thread Musachy Barroso
Look at TabContainer.html here: http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/org/apache/struts2/static/dojo/src/widget/templates/ which is the template used by Dojo to build the widget. regards musachy On 3/16/07, Felipe Rodrigues <[EMAIL PROTECTED]

Re: TAbbedPanel and CSS

2007-03-16 Thread Felipe Rodrigues
But what exactly are the css's that I have to override? I mean, what properties does TabbedPanel allow to set from css? Is there any place to find it out? I'm asking this because I didn't found any place at TabConteiner.css setting up the font of a Tab. Another question would be, where does dojo

Re: TAbbedPanel and CSS

2007-03-16 Thread Nate Drake
Felipe Rodrigues yahoo.com.br> writes: > > > Hi, > Does anyone knows how to change the default .css for TabbedPanel without > change that inside the jar? > I need change the colors of Labe and the image of the tab. > > regards, > > Felipe I was able to do this, but it is kinda ugly. We used

Re: TAbbedPanel and CSS

2007-03-16 Thread Nate Drake
Awesome! I didn't realize that. Thanks. Musachy Barroso gmail.com> writes: > > You can use the templateCssPath property to point to your css. > > musachy > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

Re: TAbbedPanel and CSS

2007-03-16 Thread Musachy Barroso
You can use the templateCssPath property to point to your css. musachy On 3/16/07, Nate Drake <[EMAIL PROTECTED]> wrote: Felipe Rodrigues yahoo.com.br> writes: > > > Hi, > Does anyone knows how to change the default .css for TabbedPanel without > change that inside the jar? > I need change t