23 Apr 17:42
MASingleOptionDescription with add button
From: Dario Trussardi <dtrussardi <at> tiscali.it>
Subject: MASingleOptionDescription with add button
Newsgroups: gmane.comp.lang.smalltalk.smallwiki
Date: 2008-04-23 15:43:22 GMT
Subject: MASingleOptionDescription with add button
Newsgroups: gmane.comp.lang.smalltalk.smallwiki
Date: 2008-04-23 15:43:22 GMT
Hello All, i have one description based on MASingleOptionDescription:linkDescription
^(MASingleOptionDescription new)
reference: MANazionalityModel description;
selectorAccessor: 'nazione';
options: [MANazionalityModel DataBase asArray] asDynamicObject ;
label: 'Nazione';
beSorted;
beRequired;
beEditable;
beSearchable;
priority: 40;
yourself
Now my questions are:1) In the rendering of it, where i can select one option, i can manage add buttons to add new element to options ? 2) reference: MANazionalityModel description What's the sense of this declaration? When define MANazionalityModel descriptionWithOnlyOneDescription the system d'ont answer well ? Thanks,
Dario
Dario
_______________________________________________ SmallWiki, Magritte, Pier and Related Tools ... https://www.iam.unibe.ch/mailman/listinfo/smallwiki
RSS Feed