Hi Antonio, I have no idea how to use it, but our Playground use also a syntax highlighting editor. Perhaps this could help you. You find the source code in "application/playground".
If you have further questions pleas ask. Cheers, Chris acassarino schrieb: > Hello all, > > I can use code codepress in http://codepress.sourceforge.net/index.php > into my application qooxdoo ? > > I tried to do so > > var container = new qx.ui.container.Composite(new > qx.ui.layout.HBox()); > var html = '<html>'+ > '<head>'+ > '<meta http-equiv="Content-Type" content="text/html; > charset=iso-8859-1">'+ > '<title>prova_andrea</title>'+ > '<script src="codepress/codepress.js" > type="text/javascript"></script>'+ > '</head>'+ > '<body>'+ > '<textarea id="myCpWindow" rows="200" cols="200" class="codepress > javascript "> pippo self.textarea = obj; </textarea>'+ > '</body>'+ > '</html> '; > > var htmlBox = new qx.ui.embed.Html ( html ); > htmlBox.setWidth(240); > htmlBox.setHeight(100); > htmlBox.setMargin(10,0,0,0); > container.add ( htmlBox ); > this.getRoot().add(container, {top: 20, left: 20}); > > Thank you > Regards > Antonino > -- Christian Schmidt Software Entwickler 1&1 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe [email protected] Amtsgericht Montabaur / HRB 6484 Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas Gottschlich, Robert Hoffmann, Markus Huhn, Hans-Henning Kettler, Dr. Oliver Mauss, Jan Oetjen Aufsichtsratsvorsitzender: Michael Scheeren ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
