yeah that's what I found also, thanks for the explanation Dave
musachy
On 4/3/07, Dave Newton <[EMAIL PROTECTED]> wrote:
--- Musachy Barroso <[EMAIL PROTECTED]> wrote:
> I'm not sure that is right, templateCssPath is used
> all over the place, and I can't find anything
> documenting it as depr
--- Musachy Barroso <[EMAIL PROTECTED]> wrote:
> I'm not sure that is right, templateCssPath is used
> all over the place, and I can't find anything
> documenting it as deprecated.
I'm (a) not sure they *could* easily deprecate it at
this point, (b) that's the only deprecation reference
for it I
Struts isn't really involved here, at the end it is html elements with
styles, as long as the right style are applied to the right elements, and
the image paths are right, it should work. Can you post a section of your
css?
regards
musachy
On 4/3/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote:
I'm not sure that is right, templateCssPath is used all over the place, and
I can't find anything documenting it as deprecated.
musachy
On 4/3/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote:
The link:
http://www.dojotoolkit.org/node/65 http://www.dojotoolkit.org/node/65
It is in the last line
Yes,
I tried this. But seems like struts gives preference to css inside the jar.
But even if I remove the css inside the jar, it does not work and I got no
images.
Is there some way to take out the images files like the template dir, so we
can just copy it to our web app root and chenge the images
The link:
http://www.dojotoolkit.org/node/65 http://www.dojotoolkit.org/node/65
It is in the last line of this page.
Musachy Barroso wrote:
>
> That would be news for me, do you have a link?
>
> thanks
> musachy
>
> On 4/3/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote:
>>
>>
>> Reading th
How are you specifying the image path on the css file? This is from
TabContainer.css:
.dojoTab div {
display : block;
padding : 4px 15px 4px 6px;
background : url(images/tab_top_right.gif) no-repeat right top;
color : #333;
font-size : 90%;
}
here "images/tab_top_right.gif" is rel
That would be news for me, do you have a link?
thanks
musachy
On 4/3/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote:
Reading the dojo documentation, I found a note telling that
templateCssPath
is deprecated.
Is that right? If yes, could it be the problem?
Felipe Rodrigues wrote:
>
> I've tr
Reading the dojo documentation, I found a note telling that templateCssPath
is deprecated.
Is that right? If yes, could it be the problem?
Felipe Rodrigues wrote:
>
> I've trying to use my own css file and My own images in a TabbedPanel,
> but it is quite hard and so confuse.
> The first thing
9 matches
Mail list logo