In that case that means now my xreg file will look like this : <registry> <skin-entry name="MyNewSkin" hidden="false"> <property name="portlet-skin-class" value="MyNewSkinClass" hidden="false"/> <property name="tab-style-class" value="TabStyleClass" hidden="false"/> <property name="tab-title-style-class" value="TabTitleStyleClass" hidden="false"/> <property name="tab-content-style-class" value="TabContentStyleClass" hidden="false"/> </skin-entry> </registry>
The above is because as you said i cannot provide colors for the menu and tab in the skin...so then if if i do the above it should work right? Thanks for responding. You really helped me get through some finer details here with regard to skinning. Regards, Archana >>> [EMAIL PROTECTED] 02/12/04 01:55AM >>> Archana Turaga a �crit : > If i want to add the information about the tab colors and > menu colors to mynewskins i should be able to override: > > TabStyleClass and TabTitleClass similarly TitleStyleClass > etc...because these are the classes that the jetspeed-tab.vm > and jetspeed.uses to set the title and the tab displays. I > see that in the jetspeed.vm code that it checks to see if > there is a portletstyleclass defined..if there is then it > applies those attributes...but irrespective of this it goes > ahead and gets the TitleStyleClass attributes. Am i way off > here or is this what i can do? You guess fine, when I first done the new skinning stuff, I totally forgot about tabs / menu panes, so you can't "yet" define them with a skin. I've already done some work here but was unable to spend some time integrating it fine in jetspeed (fine means without breaking old skin stuff...). I hope to be able to do it soon, sorry about that. Aurelien --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
