Re: [qooxdoo-devel] add table in tabview

2010-10-24 Thread Mustafa Sak
Hi Georg, Try this: Regards Sak members : { main: function() { this.base(arguments); var scroller = new qx.ui.container.Scroll(); var container = new qx.ui.container.Composite(new qx.ui.layout.VBox(10)); container.setPadding(20); container.setAllowStretchX

[qooxdoo-devel] add table in tabview

2010-10-24 Thread georg
Hi, it is possible to add an table in a tabview, after the tabview ist created? Regards, Georg members : { main: function() { this.base(arguments); var scroller = new qx.ui.container.Scroll(); var container = new qx.ui.container.Composite(new qx.ui.layout.VBox(10));

Re: [qooxdoo-devel] htmlArea.getContextInformation is undefined

2010-10-24 Thread SimplyNotes
My fault, setting the property editable to false causes the __examineCursorContext method to exit and therefore the contextinformation is undefined. Since the editable property does not prevent the user from editing the content this is not a big deal as I will implement a workaround with another