RE: custom bootstrap stylesheet

2014-03-24 Thread Gabriel Landon
Yes, true. It uses the theme/boostrap css first and then I override whatever css class I need to tweak in my own file. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/custom-bootstrap-stylesheet-tp4665044p4665116.html Sent from the Users forum mailing list archive at

RE: custom bootstrap stylesheet

2014-03-24 Thread Richter, Marvin
- From: Gabriel Landon [mailto:glan...@piti.pf] Sent: Friday, March 21, 2014 7:34 PM To: users@wicket.apache.org Subject: Re: custom bootstrap stylesheet Here's what I'm doing with a "less" reference (would be the same for css). public abstract class AbstractPage extends We

Re: custom bootstrap stylesheet

2014-03-21 Thread Gabriel Landon
egards, Gabriel. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/custom-bootstrap-stylesheet-tp4665044p4665079.html Sent from the Users forum mailing list archive at Nabble.com. - To unsub

RE: custom bootstrap stylesheet

2014-03-21 Thread Richter, Marvin
in Richter -Original Message- From: Michael Haitz [mailto:michael.ha...@1und1.de] Sent: Friday, March 21, 2014 12:15 PM To: users@wicket.apache.org Subject: Re: custom bootstrap stylesheet it's a bit simpler... ;) class CcaTheme extends Theme { public CcaTheme() {

Re: custom bootstrap stylesheet

2014-03-21 Thread Michael Haitz
-Original Message----- >> From: Martin Grigorov [mailto:mgrigo...@apache.org] >> Sent: Thursday, March 20, 2014 3:23 PM >> To: users@wicket.apache.org >> Subject: Re: custom bootstrap stylesheet >> >> Hi, >> >> Set BootstrapTheme(IBootstrapS

Re: custom bootstrap stylesheet

2014-03-20 Thread Martin Grigorov
> Sent: Thursday, March 20, 2014 4:52 PM > To: users@wicket.apache.org > Subject: Re: custom bootstrap stylesheet > > I don't like it either but I see no other way at the moment. > Feel free to file a ticket for improvement. > > Martin Grigorov > Wicket Train

RE: custom bootstrap stylesheet

2014-03-20 Thread Richter, Marvin
Sent: Thursday, March 20, 2014 4:52 PM To: users@wicket.apache.org Subject: Re: custom bootstrap stylesheet I don't like it either but I see no other way at the moment. Feel free to file a ticket for improvement. Martin Grigorov Wicket Training and Consulting On Thu, Mar 20, 2014 at 5:47 P

Re: custom bootstrap stylesheet

2014-03-20 Thread Martin Grigorov
age- > From: Martin Grigorov [mailto:mgrigo...@apache.org] > Sent: Thursday, March 20, 2014 3:35 PM > To: users@wicket.apache.org > Subject: Re: custom bootstrap stylesheet > > See https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/339 for an > example > > Martin Gr

RE: custom bootstrap stylesheet

2014-03-20 Thread Richter, Marvin
: Martin Grigorov [mailto:mgrigo...@apache.org] Sent: Thursday, March 20, 2014 3:35 PM To: users@wicket.apache.org Subject: Re: custom bootstrap stylesheet See https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/339 for an example Martin Grigorov Wicket Training and Consulting On Thu, Mar 20

Re: custom bootstrap stylesheet

2014-03-20 Thread Martin Grigorov
e the method : > setThemeProvider(ThemeProvider t); > > but not: > setTheme(Theme t); > > Marvin Richter > > -Original Message- > From: Martin Grigorov [mailto:mgrigo...@apache.org] > Sent: Thursday, March 20, 2014 3:23 PM > To: users@wicket.apache.org >

RE: custom bootstrap stylesheet

2014-03-20 Thread Richter, Marvin
@wicket.apache.org Subject: Re: custom bootstrap stylesheet Hi, Set BootstrapTheme(IBootstrapSettings) as a default theme. Martin Grigorov Wicket Training and Consulting On Thu, Mar 20, 2014 at 4:11 PM, Richter, Marvin < marvin.rich...@jestadigital.com> wrote: > Hi, > > How do I use a custo

Re: custom bootstrap stylesheet

2014-03-20 Thread Martin Grigorov
Hi, Set BootstrapTheme(IBootstrapSettings) as a default theme. Martin Grigorov Wicket Training and Consulting On Thu, Mar 20, 2014 at 4:11 PM, Richter, Marvin < marvin.rich...@jestadigital.com> wrote: > Hi, > > How do I use a customized Bootstrap CCS file in wicket-bootstrap? > > I tried this:

custom bootstrap stylesheet

2014-03-20 Thread Richter, Marvin
Hi, How do I use a customized Bootstrap CCS file in wicket-bootstrap? I tried this: new BootstrapSettings().setCssResourceReference(new PackageResourceReference(CcaWebApplication.class, "customized-bootstrap.css")); Unfortunately getCssResourceReference will never be called, instead the refere