Re: How to use bootstrap dropdown. 5.4

2013-11-08 Thread George Christman
Thanks, I was actually just about to post a similar solution using @Import module = {"bootstrap/dropdown"}, This should probably be added to the documentation. Have you experienced an issue where your dropdown group completely disappears after focus has been lost? I read it has something to do wi

Re: How to use bootstrap dropdown. 5.4

2013-11-08 Thread thegreatmewel
Hi George, I had the same problem today and my solution was to add this: private @Environmental JavaScriptSupport js; private void setupRender() { js.require("bootstrap/dropdown"); } to your Layout.java class. On 11/08/13 17:12, George Christman wrote: Hi everyone, I'm

How to use bootstrap dropdown. 5.4

2013-11-08 Thread George Christman
Hi everyone, I'm not sure what I need to do to use bootstrap dropdown. Do I need to somehow include the dropdown js? If so, how would I go about doing this? Thanks.