You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
536 B
XML

<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
xmlns:g="urn:import:com.google.gwt.user.client.ui">
<ui:style>
/* Add CSS here. See the GWT docs on UI Binder for more details */
.important {
font-weight: bold;
}
</ui:style>
<g:VerticalPanel addStyleNames="the-minimun-height">
<g:HTML ui:field="theTitle">
</g:HTML>
<g:HTMLPanel ui:field="containerPanel" addStyleNames="ext-margin-container"></g:HTMLPanel>
</g:VerticalPanel>
</ui:UiBinder>