[Seaside] expanded view of MAToOneRelationDescription

Ch Lamprecht ch.l.ngre at online.de
Wed Jan 2 11:57:37 UTC 2008


Philippe Marschall schrieb:
> 2008/1/2, Ch Lamprecht <ch.l.ngre at online.de>:

>> What would I have to do in order to get an 'expanded' view of my datetime
>> instance?? The only way I found was proxying the accessors and descriptions into
>> the BlogPost Class...
> 
>        ^MAToOneRelationDescription new
>             selectorAccessor: #datetime ;
>             label: 'datetime';
>             componentClass: MAInternalEditorComponent;
>             priority: 20;
>             beRequired;
>             yourself
> 
> Cheers
> Philippe

Thanks a lot! - Is there a recommended tutorial for Magritte?

Christoph


More information about the seaside mailing list