I mean this project
https://fk.github.io/select2-bootstrap-css/
On Fri, Jan 15, 2016 at 11:54 AM, Ernesto Reinaldo Barreiro <
reier...@gmail.com> wrote:
> Maybe for that we can use the CSS from the same project Gabriel mentioned:
> as it was 3.x compatible. For the rest there isn't anything 7.X
Any chance for a Bootstrap theme (backport) for wicketstuff 6.x (i.e. select2
version 3.x) …? We are currently still using Wicket 6.x and can’t update yet
because of infrastructure restrictions (app server not supporting Java 7 :-/ ) …
Cheers,
Tom
> On 15.01.2016, at 10:02, Ernesto
I believe same fix (but different CSS) can be applied to wicket-6
On Fri, Jan 15, 2016 at 4:21 PM, Tom Götz wrote:
> Any chance for a Bootstrap theme (backport) for wicketstuff 6.x (i.e.
> select2 version 3.x) …? We are currently still using Wicket 6.x and can’t
> update yet
It has "MIT License" so I see no problems here :)
On Fri, Jan 15, 2016 at 5:22 PM, Ernesto Reinaldo Barreiro <
reier...@gmail.com> wrote:
> I mean this project
>
> https://fk.github.io/select2-bootstrap-css/
>
> On Fri, Jan 15, 2016 at 11:54 AM, Ernesto Reinaldo Barreiro <
> reier...@gmail.com>
Maybe for that we can use the CSS from the same project Gabriel mentioned:
as it was 3.x compatible. For the rest there isn't anything 7.X specific I
think.
On Fri, Jan 15, 2016 at 11:23 AM, Maxim Solodovnik
wrote:
> I believe same fix (but different CSS) can be applied to
My commit to fix white-spaces has fixed nothing :-( I'm on the busy side
right now if someone else can help with that it would be of great help.
@Tom,
To port this to 6.x the only thing to do is copy the changes on PR and
replace CSS with
Gabriel,
Thanks for sharing! I ended up doing it a bit differently in order to be
more compatible with existing select2 component. See
https://github.com/wicketstuff/core/pull/453
@martin-g, @solomax,
Sorry again about white spaces vs tabs noise: I need to find some time to
fix that on my idea
Hi,
I use approach 1) for WicketStuff-DataTables:
https://github.com/wicketstuff/core/blob/6f5413194927b80ebe9b074dfe769e38ed9d8b74/datatables-parent/datatables/src/main/java/org/wicketstuff/datatables/themes/BootstrapTheme.java
By using optional dependencies on wicket-webjars and
Ernesto,
I've done a simple behavior that I add to the select2 component when needed.
public class Select2CssBehavior extends Behavior {
/** serialVersionUID. */
private static final long serialVersionUID = 1L;
/** Select2 CSS for bootstrap. */
private static final
I use them both together in my current project but I haven't got to the
point where styling it is a priority: I did that before for a previous
version of select2 and it was mostly playing with CSS.
On Wed, Jan 13, 2016 at 2:47 PM, Tom Götz wrote:
> Hi there,
>
> does anybody
Sorry, I'm still using select2 V3.5.
I did not know the wicketstuff-select2 had been upgraded to V4.
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/wicketstuff-select2-and-Bootstrap-3-tp4673303p4673316.html
Sent from the Users forum mailing list archive at
Nice! I will try to roll a wicket wrapper.
On Wed, Jan 13, 2016 at 7:45 PM, Gabriel Landon wrote:
> Hi Tom,
>
> This is the one I use :
> https://fk.github.io/select2-bootstrap-css/
>
> regards,
> Gabriel.
>
> --
> View this message in context:
>
Not compatible with
https://github.com/select2/select2/releases/tag/4.0.1
?
:-(
On Wed, Jan 13, 2016 at 8:17 PM, Ernesto Reinaldo Barreiro <
reier...@gmail.com> wrote:
> Nice! I will try to roll a wicket wrapper.
>
> On Wed, Jan 13, 2016 at 7:45 PM, Gabriel Landon wrote:
>
Hi Tom,
This is the one I use :
https://fk.github.io/select2-bootstrap-css/
regards,
Gabriel.
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/wicketstuff-select2-and-Bootstrap-3-tp4673303p4673313.html
Sent from the Users forum mailing list archive at Nabble.com.
Have you tried with this one :
https://github.com/select2/select2-bootstrap-theme
regards,
Gabriel.
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/wicketstuff-select2-and-Bootstrap-3-tp4673303p4673317.html
Sent from the Users forum mailing list archive at
Thanks for link!
@martin-g
What would be the best way to integrate this
http://select2.github.io/select2-bootstrap-theme/
?
1- Add a theme "concept" to select2 on wicket-stuff?
2- Create a component depending on select2 of wicket-stuff on
wicket-bootstrap?
3- ?
On Wed, Jan 13, 2016 at 8:45
Yeah, the CSS (after finished with playing) is exactly what I’d like to see ;-)
Tom
> On 13.01.2016, at 14:52, Ernesto Reinaldo Barreiro wrote:
>
> I use them both together in my current project but I haven't got to the
> point where styling it is a priority: I did that
17 matches
Mail list logo