Re: AW: Re: AW: Re: [Tobago] How to set individual styles for individual components

2006-12-09 Thread Bernd Bohmann
Hello Helmut, I think it is a bug. Please add a jira issue. Regards Bernd H. Swaczinna wrote: Hello Bernd, I've examined this problem once again and I can provide one more detail to you: If you use your own package path to style.css, the reference to style.css is always listed at first in

AW: Re: AW: Re: [Tobago] How to set individual styles for individual components

2006-12-08 Thread H. Swaczinna
Hello Bernd, I've examined this problem once again and I can provide one more detail to you: If you use your own package path to style.css, the reference to style.css is always listed at first in the HTML page. For example: ... GENA/titlelink rel=stylesheet

Re: AW: Re: [Tobago] How to set individual styles for individual components

2006-11-28 Thread Bernd Bohmann
Hello Helmut, I didn't see any reason why this should not work. Can you add a jira issue for it. Please add some example code. http://issues.apache.org/jira/secure/BrowseProject.jspa?id=12310273 Regards Bernd H. Swaczinna wrote: Hello, I've defined my own theme and an additional

AW: Re: [Tobago] How to set individual styles for individual components

2006-11-27 Thread H. Swaczinna
Hello, I've defined my own theme and an additional markup. It works, when I use the standard resource path org/apache/myfaces/tobago/renderkit. But when I change the path to my own package de/wlps/ndr/tobago/renderkit, it doesn't work. The class defintion in my style.css has no effect. I can

Re: AW: Re: AW: Re: [Tobago] How to set individual styles for individual components

2006-11-21 Thread Bernd Bohmann
Hello, it is not possible to combine markup until now. Maybe I will change this in few day, but I should ask the other developers what they think about this :-) Regards Bernd H. Swaczinna wrote: Hello Bernd, thank you, it works. But one short followup question: Is it possible to combine

AW: Re: AW: Re: [Tobago] How to set individual styles for individual components

2006-11-21 Thread H. Swaczinna
Hello Bernd, thank you, it works. But one short followup question: Is it possible to combine the markups in the markup attribute, for example markup=number;strong;mymarkup? Or must I define for every combination of simple markups a new combined markup, for example markupnumber/markup

Re: [Tobago] How to set individual styles for individual components

2006-11-17 Thread Bernd Bohmann
Hello, with a own theme you can define additonal markup for components that support the markup property. At this time out, in and box (trunk). I will prepare a short howto for Own Theme and Custom Markup later. Because lack of time this won't be finished until tonight :-( Regards Bernd

AW: Re: [Tobago] How to set individual styles for individual components

2006-11-17 Thread swaczinna
Hello Bernd, thank you for this information. This is what I needed. I'll wait for your howto then. You don't need to hurry with the howto. Next week will be ok. Regards Helmut Hello, with a own theme you can define additonal markup for components that support the markup property. At this

[Tobago] How to set individual styles for individual components

2006-11-16 Thread swaczinna
Hi!InHTML,Iwriteforexample:style #xyz{color:red;}/style...inputtype="text"id="xyz"value=""/InTobago,I must write:tc:style #page1:xyz {color:red;} /tc:style...tc:page label="Test" id="page1"...tc:in value="Test" id="xyz"Because Tobago concatenates all hierarchical ids with a colon.But in style