On Thu, 03 Jan 2008 13:49:02 +0100, Andreas Neumann <[EMAIL PROTECTED]> wrote:
> 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). Opera 9.5 introduces support for the multi-line textArea element in SVG 1.2 Tiny, and also editable text. Still in beta, which means please report any bugs you find with that. Here's a short example: <textArea editable="simple" height="100">hello world</textArea> Single-line editable text: <text editable="simple">hello world</text> > Alternatively you can use HTML widgets with SVG if you need multiline > editable text. Yes, that makes it work better across browsers. Cheers /Erik -- Erik Dahlstrom, Core Technology Developer, Opera Software http://my.opera.com/macdev_ed ----- 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/

