Hey, you can set the select css property on the cell renderer to enable that. Additionally, you have to disable the focus indicator because thats a transparent overlay which would prevent the selection in any case. Take a look at the following Playground example: http://tinyurl.com/68hx9dn
As the CSS property is not cross browser, the demo only works in webkit. But there are properties for firefox e.g. so you could add these also. Best, Martin Am 16.03.2011 um 14:00 schrieb Stanislav Sinyagin: > hi, > > Currently the text in the table in my application is impossible to select and > copy for pasting. > > Is there a way to make the text output selectable? > > thanks > > > ------------------------------------------------------------------------------ > Colocation vs. Managed Hosting > A question and answer guide to determining the best fit > for your organization - today and in the future. > http://p.sf.net/sfu/internap-sfd2d > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.net/sfu/internap-sfd2d _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
