Hello Cajus,
you can not access private members of a class in it's extended class.
You can overwrite methods, add your own code and call the method of
the super class by using this.base().
_onMouseUp : function(e)
{
// your own stuff here
// Execute method of super class
this.base(arguments, e);
}
Please let me know if this helps or if you need to access some of the
private members of splitpane.Pane.
Cheers,
Jonathan
--
Jonathan Weiß
JavaScript-Framework-Entwickler
1&1 Internet AG - Web Technologies
Ernst-Frey-Straße 9 · DE-76135 Karlsruhe
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
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel