-
26 Mar 2009 8:42 AM #1
[SOLVED] How to enable selection in rowBody .....
[SOLVED] How to enable selection in rowBody .....
Hi,
I'm trying to implement Saki's example in Adobe Air. But I can't get it to work. Here is the link to Saki's
http://examples.extjs.eu/?ex=rowbody
I notice that the code below only works on firefox or mozilla based browser.
Is this possible in Air? What would be the comparable parameter?Code:-moz-user-select:text;
-
30 Mar 2009 2:00 PM #2
Since AIR uses Webkit, the equivalent property would be:
Haven't tested it thoughCode:-webkit-user-select:text;
-
30 Mar 2009 2:16 PM #3


Reply With Quote