Questions tagged [gwt-bootstrap]

GWT-Bootstrap is a GWT library representing Twitter's bootstrap components, styles, and plugins.

61 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
6
votes
2 answers

My CSS are overridden by Bootstrap CSS

I want to add GWT-Bootstrap to my already-started project. I managed to use it, but the Bootstrap CSS is overriding every other CSS. The result is that all my previous UI elements are mixed up. The margin, the text size, and a lot of elements don't…
FrozZerrer
  • 292
  • 1
  • 5
  • 16
6
votes
2 answers

Why is gwt-bootstrap necessary?

I'm new to GWT and was looking at using Twitter Bootstrap for a CSS framework. But then I ran across gwt-bootstrap, which bills itself as a way of using Bootstrap in a GWT app. Since I'm so new to GWT, it has me a little concerned/confused: why…
IAmYourFaja
  • 55,468
  • 181
  • 466
  • 756
6
votes
2 answers

integrate Bootstrap and GWT

I'm investigating the best practices to use Bootstrap library with GWT. I prefer not use the GWT-Bootstrap project and prefer to use plain css and js Bootstrap library in my GWT app. I'm searching how i can apply Bootstrap style to GWT UI…
othman
  • 4,428
  • 6
  • 34
  • 45
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

Setting data- attribute in GWT / Bootstrap

I am working with GWT and implementing bootstrap through GWT-Bootstrap library. I can't seem to find a way to add data- attributes to my elements? I can do it by writing HTML directly: HTMLPanel htmlPanel = new HTMLPanel("
3
votes
1 answer

Table in GWT-Bootstrap

Trying to add a table to my GWT app with Bootstrap, using UIBinder. From what I understad there is some sort of table ported to GWT-Bootstrap but I don't know which one to use and how to use it (couldn't find any documentation either). I want…
Oskar Eriksson
  • 845
  • 1
  • 9
  • 28
2
votes
1 answer

how to make it clear to the browsers that "you can save this fields"

I have two GWT Bootstrap form fields Email and password
Ekata
  • 259
  • 2
  • 7
  • 21
2
votes
1 answer

GWT Bootstrap Popover and Tooltip placement left not working on flow right elements

I am trying to create a tooltip / popover over a button that has pull-right class set(pull-right basically sets the flow to right). The tooltip/popover crashes when trying to do a placement left. Any suggestions/ help? /* The widget…
Onkar
  • 652
  • 3
  • 15
2
votes
1 answer

GWT Bootstrap Modal buttons won't work with ClickHandler's onClick

I'm trying to create a dialog box using GWT-Bootstrap modal widget. I can get it to display but have not been able to get the buttons to recognize events. The cancel button onClick never fires. Had some other code to try to get the addClass button…
2
votes
1 answer

How to use typeahead with custom widgets like NavSearch

I'm trying to hook up the typeahead widget to the NavSearch. I would like to do: And then call typeahead.setWidget(navsearch.getTextBox()) but it…
user2573153
  • 254
  • 2
  • 14
2
votes
1 answer

gwtbootstrap always applies to all elements

I want to use GWT bootstrap for my application, so I added the jar to the classpath and inherited it in app.gwt.xml and it is working so far (I am new to Bootstrap). So far I haven't used UIBinders for the layout and if in any way possible would…
enp4yne
  • 638
  • 5
  • 21
2
votes
3 answers

How to use GWTBootstrap with Eclipse

I downloaded the Twitter Bootstrap for GWT zip from https://github.com/gwtbootstrap/gwt-bootstrap. I am new to GWT and I haven't yet found proper documentation or a tutorial on how to use the libraries with Eclipse.
Timothy
  • 4,198
  • 6
  • 49
  • 59
1
vote
1 answer

GWT Uibinder : Add stacked icons to button

The icon property of Button tag adds a font-awesome FOLDER icon to the Button. Is it possible to add stacked icons to the button? For, the new folder I need to stack FOLDER and PLUS icon and add it to button?
Forkmohit
  • 733
  • 3
  • 12
  • 31
1
vote
1 answer

Why does Firebug freeze Firefox while running a GWT project?

I am using Firefox 31, GWT 2.7, GWT Bootstrap 2 and run with super dev mode. Sometimes I click on some widgets and my browser freezes and Firebug's Script panel shows the following: I would like to know why this is happening and how to fix it.
Cataclysm
  • 7,592
  • 21
  • 74
  • 123
1
2 3 4 5