google-code-export / gxt-uibinder

Automatically exported from code.google.com/p/gxt-uibinder
1 stars 0 forks source link

Toolbar implementation. #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Great job Justin!. Toolbar implementation in uiBinder would be a convenient 
feature too.

Original issue reported on code.google.com by jaime.go...@pentasoft.es on 9 Dec 2010 at 11:07

GoogleCodeExporter commented 9 years ago
Thanks.   I'll start looking into that.

Original comment by jus...@jhickman.com on 12 Dec 2010 at 4:57

GoogleCodeExporter commented 9 years ago
From what I can tell, ToolBar appears to already work.  For example:

        <gxt:ContentPanel layout="FitLayout" ui:field="container">
            <gxt:topcomponent>
                <toolbar:ToolBar>
                    <button:Button text="foo" />
                    <toolbar:SeparatorToolItem />
                    <button:Button text="bar" />
                </toolbar:ToolBar>
            </gxt:topcomponent>
        </gxt:ContentPanel>

Is this kind of what you were looking for?

Original comment by jus...@jhickman.com on 12 Dec 2010 at 5:13

GoogleCodeExporter commented 9 years ago
Hi Justin!. Running smoothly. I couldn't find the toolbar in the supported 
widgets list when I tried for the first time. Glad to see some more 
included...you're surpringly fast.

Thanks again.

Original comment by jaime.go...@pentasoft.es on 13 Dec 2010 at 7:17

GoogleCodeExporter commented 9 years ago
Good to hear it works for you.  

I'm hoping to push out new releases often.  Currently, it's based upon my 
current needs, but it's good to get enhancement requests.

Original comment by jus...@jhickman.com on 13 Dec 2010 at 10:11