Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for tool buttons in ContentPanel headers #9

Closed
GoogleCodeExporter opened this issue Jun 16, 2015 · 3 comments
Closed

Add support for tool buttons in ContentPanel headers #9

GoogleCodeExporter opened this issue Jun 16, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

Description of new feature:
Programmatically, you can add ToolButtons to the ContentPanel header using code 
such as:

panel.getHeader().addTool(new ToolButton("x-tool-gear"));

Sample UiBinder XML:
{{{
<gxt:LayoutContainer>
...
</gxt:LayoutContainer>
}}}

Original issue reported on code.google.com by jus...@jhickman.com on 7 Mar 2011 at 5:27

@GoogleCodeExporter
Copy link
Author

Potential UiBinder XML:

<gxt:ContentPanel>
  <gxt:header>
    <button:ToolButton style="x-tool-gear" />
  </gxt:header>
</gxt:ContentPanel>

Original comment by jus...@jhickman.com on 7 Mar 2011 at 5:31

  • Added labels: Priority-Medium

@GoogleCodeExporter
Copy link
Author

Original comment by jus...@jhickman.com on 16 Mar 2011 at 3:41

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

Added support.  Will be available in next release.

Original comment by jus...@jhickman.com on 18 Mar 2011 at 4:18

  • Changed state: Fixed
  • Added labels: Milestone-0.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant