change aspect to define
This commit is contained in:
parent
57484beb66
commit
20ee527dbd
68 changed files with 218 additions and 218 deletions
|
|
@ -15,9 +15,9 @@ $VERSION = "1.0.0";
|
|||
use strict;
|
||||
use WebGUI::Definition::Asset;
|
||||
extends 'WebGUI::Asset::Wobject';
|
||||
aspect assetName => ['assetName', 'Asset_EMSRibbon'];
|
||||
aspect icon => 'DataTable.gif';
|
||||
aspect tableName => 'DataTable';
|
||||
define assetName => ['assetName', 'Asset_EMSRibbon'];
|
||||
define icon => 'DataTable.gif';
|
||||
define tableName => 'DataTable';
|
||||
property data => (
|
||||
fieldType => 'DataTable',
|
||||
default => undef,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue