cancel
Showing results for 
Search instead for 
Did you mean: 

Documentation on custom aspects

billmce
Champ in-the-making
Champ in-the-making
I've bought several books on Alfresco and have struggled through their examples without much success.

I need to create some custom aspects using Community 3.2R … where will I find documentation on how to do this?

TIA.
2 REPLIES 2

zaizi
Champ in-the-making
Champ in-the-making
Where exactly are you stuck?

rafaelscg
Champ on-the-rise
Champ on-the-rise
For create custom aspects just use this example:

http://wiki.alfresco.com/wiki/Step-By-Step:_Creating_A_Custom_Model

Only thing you need to use is change:
<types>  
     <type name="mage:meta">
     …
    </type>
</types>

and use this:

<aspects>  
     <aspect name="mage:meta">
     …
    </aspect>
</aspects>

Every other parameters are similar of Models.
If you need any help, please let me know.  Smiley Very Happy