Hi Alexander,
> I have one ore question, how to copy text from tables? > Out-of-the-box and cross-browser, you can only work on the cell level: If a cell is editable, you can double-click it, select the content and copy it to the clip board. Since table rows are selectable (see the demo at http://demo.qooxdoo.org/current/demobrowser/index.html#table~Table_Selection.html), you could write your own functionality for copying: Let the user select some rows, than hit a "Copy Selected" button. On hitting that button, your application would need to get the selection from the table, go through the corresponding data, serialize it into e.g. a list of strings (e.g. in csv format), and provide the serialization in a text field to the user. This text field can the user then select and copy. HTH, T. > In my old system we had a simple html table, and users can copy whatever > they need. > In qooxdoo I can't copy anything from tables. > Can anyone help? :) > > ------------------------------------------------------------------------------ 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
