<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 2012-12-20, at 5:14 AM, Erik Jan de Wit wrote:</div><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div><font class="Apple-style-span" color="#000000"><br></font><blockquote type="cite"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; position: static; z-index: auto; "><div style="word-wrap:break-word">
<div><br></div><div>One thing I definitely did run into with Bootstrap was that it's super-awkward to use their jQuery addons in an ErraiUI project. All of the CSS is reusable, but the logic in the plugin is difficult to include and invoke in a natural way. I ended up recreating the popover plugin code in the Grocery List demo:</div>
<div><br></div></div></blockquote></div></div></blockquote><div><br></div><div>Couldn't you use JSNI or&nbsp;gwtquery for that? I guess making something like a component for this is then going to be more of a mis direction.</div></div></div></div></blockquote></div><br><div>Yes, you definitely can. What I couldn't figure out was a *nice* way of arranging everything while still using the Bootstrap-provided jQuery plugin. It all became pleasant to use again when I reimplemented the behaviour in plain GWT.</div><div><br></div><div>So far we've avoided getting into the "here's a set of widgets" game because there are so many widgets for GWT already. I just brought this up because you were suggesting to make some Bootstrap-specific widgets (the row/column/responsive table ones) and I thought the Bootstrap jQuery widgets were a closely related idea. :)</div><div><br></div><div>-Jonathan</div></body></html>