From: Dirk K. <dir...@go...> - 2010-03-29 12:06:24
|
Hello, the toolbar of the gft:table view has been improved (svn head). We can now register additional toolbar actions by extension point (org.kalypso.ui.featureViewToolbarAction): <code> <gft:table property="mca:categories" style="SWT.NONE"> <toolbar xmlns="featureview.template.kalypso.org"> <defaultAction>false</defaultAction> <actions actionId="org.kalypso.planer.client.mca.action.add.category" /> <actions actionId="org.kalypso.ui.toolbar.delete" /> </toolbar> ... </code> The showToolbar attribute of this gft:table element has been removed. To enable "default" actions in gft table views you have add the toolbar tag and enable the defaultActions. BR Dirk |