Hi Alex, what is the recommended way to modify HtmlArea's insertHyperLink to have the target attribute set to _new?
I'm currently trying to achieve it by modifying it after the link is inserted: var node = this.__htmlArea.getFocusNode(); node["target"] = "_new"; This doesn't seem to work. Do I have to commit the changes somehow? Thanks, Cajus Alexander Back schrieb: > Hello there, > > the two versions of the HtmlArea component are realesed. > > * 0.3 (based on qooxdoo 0.8.x) > * 0.4 (based on qooxdoo 0.7.x). > > > The "0.3" branch will replace the current trunk for further development of > the HtmlArea on a qooxdoo 0.8 base. > > So 0.7.x based applications should switch to the "0.4" release and it is > recommend for all 0.8.x based applications to switch to the "0.3" release. > > Check out the correspondig blog post at > > http://news.qooxdoo.org/double-release-of-htmlarea > > cheers, > Alex > > > > ------------------------------------------------------------------------------ > Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT > is a gathering of tech-side developers & brand creativity professionals. Meet > the minds behind Google Creative Lab, Visual Complexity, Processing, & > iPhoneDevCamp as they present alongside digital heavyweights like Barbarian > Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
