Hi Jake, What do you mean by multi-line textArea widget? Do you mean editable text or just multiline textflow.
Editable multiline text in SVG with scripting is very complicated. Just textflow itself can be done. See: http://www.carto.net/papers/ svg/textFlow/ and http://www.carto.net/papers/svg/textFlow/index.svg as an example. Multiline editable text can be done with SVG 1.2, but I don't think any of the available web-browsers implement this (maybe an early preview of Opera, if at all). Alternatively you can use HTML widgets with SVG if you need multiline editable text. Andreas --- In [email protected], "Jake B" <[EMAIL PROTECTED]> wrote: > > Hi, I was hoping I could get people's feedback on what the current > best practice approach is for when a multi-line textArea widget is > needed in a pure svg application. I know at least that something like > this is in SVG 1.2 Tiny, but I'm not sure how well that is supported > across different user agents. For compatibility, it might still make > sense to roll my own using textFlow style and JavaScript. Or perhaps > there's an even better way. > Please let me know what you think. Thanks. > > Jake > ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

