nicola schrieb: > Why in the examples, we have the line: > var d = this.getClientWindow().getClientDocument(); ? > is not suffice: var d = this.getClientDocument(); ?
Just a relict which isn't currently replaced. For simple widgets adds you normally could also switch to this.add(widget) and don't rely on "d" anymore. Sebastian _______________________________________________ Qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
