Skip to content

Instantly share code, notes, and snippets.

@eduardodaluz
Forked from anonymous/_index
Created April 2, 2012 18:01
Show Gist options
  • Save eduardodaluz/2285769 to your computer and use it in GitHub Desktop.
Save eduardodaluz/2285769 to your computer and use it in GitHub Desktop.
<g:javascript src="objects/exemplar.js" />
<g:set var="exemplarInstance" value="new sisbiblioescolar.Exemplar()" />
<div id="exemplar" class="easyui-tabs" fit="true" border="false" >
<div title="Listagem">
<table id="exemplar" style="width: 100%; height: 100%;"></table>
<div id="exemplarTableToolbar" >
<g:render template="/layouts/tableToolbar"/>
</div>
</div>
<div title="Cadastro">
<div class="toolbar" style="border-bottom: 1px solid #EEE;">
<g:render template="/layouts/formToolbar"/>
</div>
<div id="formExemplar">
<g:render template="form" bean="${exemplarInstance}"/>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment