mirror of
https://github.com/atlanticbiomedical/portal.git
synced 2025-07-01 18:17:26 -04:00
10 lines
338 B
XML
10 lines
338 B
XML
![]() |
<ui:UiBinder
|
||
|
xmlns:ui="urn:ui:com.google.gwt.uibinder"
|
||
|
xmlns:g="urn:import:com.google.gwt.user.client.ui"
|
||
|
xmlns:b="urn:import:com.github.gwtbootstrap.client.ui">
|
||
|
|
||
|
<g:HTMLPanel ui:field="rootPanel" styleName="scheduler">
|
||
|
<g:FlowPanel ui:field="mapContainer" />
|
||
|
<g:FlowPanel ui:field="calContainer" />
|
||
|
</g:HTMLPanel>
|
||
|
</ui:UiBinder>
|