|
|
|
@ -41,8 +41,8 @@
|
|
|
|
|
{display: '', name : 'select', width : 25, sortable : false, align: 'center'},
|
|
|
|
|
{display: '', name : 'public', width : 25, sortable : true, align: 'center'},
|
|
|
|
|
{display: 'Title', name : 'title', width : 450, sortable : true, align: 'left'},
|
|
|
|
|
{display: 'Tags', name : 'tags', width : 220, sortable : false, align: 'left'},
|
|
|
|
|
{display: 'Date', name : 'date', width : 135, sortable : true, align: 'left'}
|
|
|
|
|
{display: 'Tags', name : 'tags', width : 215, sortable : false, align: 'left'},
|
|
|
|
|
{display: 'Date', name : 'date', width : 130, sortable : true, align: 'left'}
|
|
|
|
|
],
|
|
|
|
|
buttons: [
|
|
|
|
|
{name: 'Add', bclass: 'add', onpress: test},
|
|
|
|
@ -74,8 +74,8 @@
|
|
|
|
|
<col width="25"/>
|
|
|
|
|
<col width="25"/>
|
|
|
|
|
<col width="450"/>
|
|
|
|
|
<col width="220"/>
|
|
|
|
|
<col width="135"/>
|
|
|
|
|
<col width="215"/>
|
|
|
|
|
<col width="130"/>
|
|
|
|
|
</colgroup>
|
|
|
|
|
<tbody>
|
|
|
|
|
</tbody>
|
|
|
|
|