<tr>
<td align='left'><h3>Field Documentation</h3></td>
<td align='right'>
+ <span>Class:</span>
<span dojoType='dijit.form.FilteringSelect' jsId='fmClassSelector'></span>
<button dojoType='dijit.form.Button' onClick='fdocGrid.showCreateDialog()'>New</button>
</td>
</tr>
</table>
-<div dojoType="dijit.layout.ContentPane" layoutAlign="client" style='height:90%'>
+<div dojoType="dijit.layout.ContentPane" layoutAlign="client">
<table jsId="fdocGrid"
+ autoHeight='true'
dojoType="openils.widget.AutoGrid"
- fieldOrder="['id', 'fm_class', 'field', 'owner', 'string']"
+ fieldOrder="['id', 'fm_class', 'owner', 'field', 'string']"
query="{id: '*'}"
fmClass='fdoc'
- defaultCellWidth='12'
+ defaultCellWidth='15'
editOnEnter='true'>
<thead>
<tr><th field='string' width='auto'/></tr>
</thead>
</table>
+ <div/>
</div>
<div class='hidden'>
<span dojoType='dijit.form.FilteringSelect' jsId='editClassSelector'></span>