Forums / Developer / Object attribute

Object attribute

Author Message

Aladdin Mouhaimeed

Saturday 06 August 2005 8:19:18 am

I'm going to build a Resume class,
in this class I want to add an attribute Skill, which is also a class.
So that when the user comes to fill his/her resume, he/she will be able to add one or more Skill objects.

Is this possible in eZ?
I expect your help

Thanks

Gabriel Ambuehl

Saturday 06 August 2005 9:09:55 am

This is most easily solved with one of the relation datatypes (object relation list or enhancedobjectrelation can do it).

Visit http://triligon.org

Aladdin Mouhaimeed

Sunday 07 August 2005 5:29:27 am

enhancedobjectrelation looks perfect.

Now I have another questin,

I want to split the input form of the Resume into multiple pages. for example:
personall information,
there will be a Continue button, which leads to
Education information
there will be a Continue button, which leads to
Other page and so on........

Do you have any idea about how to make this?