Hi,
i have some descriptions and one based on MAStringDescription for manage the e-mail reference. Now i'm interested to create a MAReport with fields for management email. Where for management i think a link to open new email directly from report : html anchor attributeAt: 'href' put: 'mailto:', anObject emailBase. How i can do it ? Anyone create a specific MADescription for define e management email reference ? Thank, Dario _______________________________________________ Magritte, Pier and Related Tools ... https://www.iam.unibe.ch/mailman/listinfo/smallwiki |
Bumping this one…
Is there a MAEmailDescription somewhere? I'm thinking something very much like MAStringDescription, but with a nice validator to ensure that the string complies with the RFCs on email addresses… On Tue, Jul 13, 2010 at 20:26, [hidden email] <[hidden email]> wrote: > Hi, > > i have some descriptions and one based on MAStringDescription for manage the e-mail reference. > > Now i'm interested to create a MAReport with fields for management email. > > Where for management i think a link to open new email directly from report : > > html anchor attributeAt: 'href' put: 'mailto:', anObject emailBase. > > > How i can do it ? > > Anyone create a specific MADescription for define e management email reference ? > > > Thank, > > Dario > > > > > _______________________________________________ > Magritte, Pier and Related Tools ... > https://www.iam.unibe.ch/mailman/listinfo/smallwiki > -- Damien Pollet type less, do more [ | ] http://people.untyped.org/damien.pollet _______________________________________________ Magritte, Pier and Related Tools ... https://www.iam.unibe.ch/mailman/listinfo/smallwiki |
I think very early versions of Magritte had an MAEmailDescription, but
later I found it was easier just to use a MAStringDescription with an appropriate validation associated. As for the report you can configure #reportColumnClass: on any description to change how it is displayed int he report (I might be wrong on the exact name of this message, as I don't have an image at hand right now). Lukas On 3 March 2011 04:05, Damien Pollet <[hidden email]> wrote: > Bumping this one… > > Is there a MAEmailDescription somewhere? > I'm thinking something very much like MAStringDescription, but with a > nice validator to ensure that the string complies with the RFCs on > email addresses… > > > > On Tue, Jul 13, 2010 at 20:26, [hidden email] > <[hidden email]> wrote: >> Hi, >> >> i have some descriptions and one based on MAStringDescription for manage the e-mail reference. >> >> Now i'm interested to create a MAReport with fields for management email. >> >> Where for management i think a link to open new email directly from report : >> >> html anchor attributeAt: 'href' put: 'mailto:', anObject emailBase. >> >> >> How i can do it ? >> >> Anyone create a specific MADescription for define e management email reference ? >> >> >> Thank, >> >> Dario >> >> >> >> >> _______________________________________________ >> Magritte, Pier and Related Tools ... >> https://www.iam.unibe.ch/mailman/listinfo/smallwiki >> > > > > -- > Damien Pollet > type less, do more [ | ] http://people.untyped.org/damien.pollet > > _______________________________________________ > Magritte, Pier and Related Tools ... > https://www.iam.unibe.ch/mailman/listinfo/smallwiki -- Lukas Renggli www.lukas-renggli.ch _______________________________________________ Magritte, Pier and Related Tools ... https://www.iam.unibe.ch/mailman/listinfo/smallwiki |
Free forum by Nabble | Edit this page |