Questions tagged [gwtbootstrap3]

GwtBootstrap3 is a GWT wrapper for the Bootstrap front-end framework version 3.

GwtBootstrap3 is a Twitter Bootstrap wrapper for GWT. There is more information available on the project website. There is also a demo including a quick setup guide.

78 questions
18
votes
2 answers

GWT-Bootstrap vs. GwtBootstrap3

As far as I can tell there are two librarys for Twitter Bootstrap integration in GWT. There is GWT-Bootstrap and GwtBootstrap3. I have just started a project built on GWT-Bootstrap, since I did not realize that there is another GWT Bootstrap…
Adrian B.
  • 4,333
  • 1
  • 24
  • 38
4
votes
1 answer

how do I install gwtbootstrap3 tutorial?

i am extremely new to gwt and I need to change an existing application to gwtbootstrap for the templates with uibinder. I've googled for basic installation instructions. Where do the files go after you download. from…
smugford
  • 769
  • 2
  • 10
  • 20
3
votes
1 answer

Bootstrap DateTimePicker sets time to midnight

I am using a gwtbootstrap3 (https://github.com/gwtbootstrap3/gwtbootstrap3) which includes a GWT wrapper for smalot's datetimepicker (https://github.com/smalot/bootstrap-datetimepicker). The problem is: Whenever I select 12:00, the…
2
votes
0 answers

How to keep bootstrap modal at bottom of viewport for mobile - modal is bottom-right for desktop but stays top in mobile viewports

I am trying to display a bootstrap modal at bottom-right in desktop viewports and centered-bottom for mobile. I am using position:fixed and bottom: 0; which works for desktop viewports but my modal displays top-center in mobile instead of…
2
votes
0 answers

gwtbootstrap3 tooltip wrap around multiple elements?

I am using gwtbootstrap3 Version: 0.9.4 in a gwt project. I want to use the bootstraps tooltip for the navigation bar symbols.
Johannes Krämer
  • 317
  • 1
  • 3
  • 13
2
votes
1 answer

GWT Bootstrap3 dynamic theme

I'm trying to dynamically change bootstrap themes with GWTBootstrap3. I'm not sure where to start looking, so I haven't tried anything at all. I found an outdated article for the older gwt-boostrap. But all I've found for bootstrap3 is this info…
loctrice
  • 2,454
  • 1
  • 23
  • 34
2
votes
1 answer

How to append a link to gwtbootstrap 3 InputField

I want to do this in html: I try this in…
Alex Po
  • 1,837
  • 1
  • 24
  • 28
2
votes
1 answer

Set focus to an Input in a gwtbootstrap3 Modal

I want to set the focus to a certain field (org.gwtbootstrap3.client.ui.Input) in a dialog (org.gwtbootstrap3.client.ui.Modal) before the dialog shows up. The use case seem quite common, if you have a dialog with a single field like the Upload text…
Adrian B.
  • 4,333
  • 1
  • 24
  • 38
2
votes
2 answers

Create Modal in gwtBootstrap3

My goal is create a modal with a few input fields and simple functionality on submit button press. I wanna use this gwtbootstrap3 modal : http://gwtbootstrap3.github.io/gwtbootstrap3-demo/snapshot/#modals . Is there any example how to create simple…
Lauris01
  • 283
  • 1
  • 4
  • 19
1
vote
0 answers

Java: How to convert/ cast a Event Handler

I have to implement com.google.gwt.event.dom.client.HasClickHandlers on a custom component with class ItemTextBox extends Composite implements HasPasteEventHandler, TextArea { so I have to implement @Override public HandlerRegistration…
HHeckner
  • 4,722
  • 4
  • 23
  • 33
1
vote
0 answers

remove white space at the bottom of footer

I tried every thing to remove the white space after the footer , here what i wrote in Css : #page-container { position: relative; min-height: 100vh; } #content-wrap { padding-bottom: 100px; /* Footer height */ } #footer { …
1
vote
1 answer

GWT Bootstrap typeahead event listener?

I am using GWTBootstrap3 Typeahead widget. The main problem is the event is not getting deregistered and the events are bundling up as many times i load the component. The components are cached by default. The first component load triggers event 1…
AtherSajjad
  • 109
  • 10
1
vote
0 answers

Mouse Hover drop down with gwtbootstrap3

I am new to gwt-Bootstrap and currently I am trying to replicate an interface that is built with regular bootstrap, html and css. The application on which I am trying to develop the UI is a gwt application and hence I am trying to implement…
1
vote
5 answers

css repetitive, what is more efficient?

How can I write this code more effectively? I don´t want to write .btn:hover every time. .btn:hover .glyphicon-minus, .btn:hover .glyphicon-ok, .btn:hover .glyphicon-remove, .btn:hover .glyphicon-trash, .btn:hover…
1
vote
1 answer

Twitch Button (HTML/JScript w bootstrap)

Hello everyone I've tried everything I can think of to make this work. I know it does return stream = null or active through use in the browser, but It will not apply my buttons to my page. Not so good with javascript can anyone point me in the…
1
2 3 4 5 6