change aspect to define
This commit is contained in:
parent
57484beb66
commit
20ee527dbd
68 changed files with 218 additions and 218 deletions
|
|
@ -29,9 +29,9 @@ use Storable;
|
|||
|
||||
use WebGUI::Definition::Asset;
|
||||
extends 'WebGUI::Asset';
|
||||
aspect assetName => ['assetName', 'Asset_Event'];
|
||||
aspect icon => 'calendar.gif';
|
||||
aspect tableName => 'Event';
|
||||
define assetName => ['assetName', 'Asset_Event'];
|
||||
define icon => 'calendar.gif';
|
||||
define tableName => 'Event';
|
||||
property description => (
|
||||
label => ['description', 'Asset_Event'],
|
||||
fieldType => "HTMLArea",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue