Derrell Lipman wrote:
> The official and proper way to access the data provided in a Data event is
> to call e.getData().  In this case, that will return a map containing the
> two members "columnIndex" and "ascending". The fact that it happens to be
> called __data within the event object is irrelevant, could change at any
> time, and you should not depend on that. Only access the data via its getter
> method, getData().
>
> This applies throughout qooxdoo, not just here. Don't attempt to access
> private members. Ever. They're none of your business; that's why they're
> called "private". :-)
>   
Thanks. Got it working with getData() now. Will stick with APIs for sure :)

cheers,
skar.

-- 
--
The life so short, the craft so long to learn. 


------------------------------------------------------------------------------
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

Reply via email to