Skip to content

Instantly share code, notes, and snippets.

View eduardodaluz's full-sized avatar

Eduardo Rodrigues da Luz eduardodaluz

View GitHub Profile
<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>