WIthout quotes is the right way to use it. If it is still not working then may be Dimitris can help. I browsed the source and the symbol is in use. :)
Usually I use firebug etc to see the effective styles and classes applicable to a particular element and then override them. regards Taha On Jun 10, 2012, at 7:00 AM, sommeralex wrote: > hi taha! > > 1. > thank you for the quick answer. without quotes, it also does not work: > > > public static void > contributeApplicationDefaults(MappedConfiguration<String, String> > configuration) { > > configuration.add(BreadCrumbsConstants.BREADCRUMBS_MAX_CRUMBS_TO_SAVE, "5"); > } > > 2. > i know that i can override it, but how can i know what to overwrite, if i > dont know where to find the default css snippets, which are injected from > > zbreadcrumbs? > > > > 2012/6/10 Taha Hafeez [via Tapestry] < > ml-node+s1045711n571374...@n5.nabble.com> >> >> Hi >> >> BreadCrumbsConstants.BREADCRUMBS_MAX_CRUMBS_TO_SAVE should not be in > quotes. >> >> configuration.add(BreadCrumbsConstants.BREADCRUMBS_MAX_CRUMBS_TO_SAVE, > "5"); >> >> Not sure what second part of the question is about. If it is a css-class > you can always override it by using a higher precedence selector. >> >> regards >> Taha >> >> On Jun 10, 2012, at 6:08 AM, sommeralex wrote: >> >>> I would like to use >>> https://bitbucket.org/zenios/tapestry-zbreadcrumbs/wiki/Home - the >>> implementation works, but there are two things I need to change: >>> >>> 1. the BREADCRUMBS_MAX_CRUMBS_TO_SAVE >>> >>> the doc says >>> >>> /Many properties of the module can be overridden by contributing to >>> application defaults/ >>> >>> so i was adding this to the contributeApplicationDefaults in my >>> FrontendModule, but this does not work: >>> >>> public static void >>> contributeApplicationDefaults(MappedConfiguration<String, String> >>> configuration) { >>> configuration.add("BreadCrumbsConstants.BREADCRUMBS_MAX_CRUMBS_TO_SAVE", >>> "5"); >>> } >>> >>> 2. i dont want the arrow-skin, but i cant find it in the css to remove > it. >>> any ideas how? >>> >>> thx >>> alex >>> >>> -- >>> View this message in context: > http://tapestry.1045711.n5.nabble.com/configuring-tp5713743.html >>> Sent from the Tapestry - User mailing list archive at Nabble.com. >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [hidden email] >>> For additional commands, e-mail: [hidden email] >>> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [hidden email] >> For additional commands, e-mail: [hidden email] >> >> >> >> ________________________________ >> If you reply to this email, your message will be added to the discussion > below: >> http://tapestry.1045711.n5.nabble.com/configuring-tp5713743p5713744.html >> To unsubscribe from configuring, click here. >> NAML > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/configuring-tp5713743p5713745.html > Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org