Thx, I've overridden the class, although this feels a little like taking a sledgehammer to crack a nut :-)
a. On 13.10.10 18:25, "Daniel Wagner" <[email protected]> wrote: > You can use table.getChildControl("statusbar").setValue to replace the > entire text. But it would be reset to the standard text whenever > qx.ui.table.Table._updateStatusBar is called (e.g. if the table model > changes), so you'd have to create your own table subclass and override > that method. That's the only solution I can think of right now. > > > Regards, > Daniel > > Andy Fuchs schrieb: >> Hi Daniel, >> >> that's not what I was looking for... This just ADDS something to the >> existing text. I wanted to replace it (customize). >> >> thx >> >> a, >> >> >> On 13.10.10 17:32, "Daniel Wagner" <[email protected]> wrote: >> >>> Hi Andy, >>> >>> the table has an "additionalStatusBarText" property. Is that what you're >>> looking for? >>> http://demo.qooxdoo.org/current/apiviewer/index.html#qx.ui.table.Table~addit >>> io >>> nalStatusBarText >>> >>> >>> Regards, >>> Daniel >>> >>> Andy Fuchs schrieb: >>>> Is there anyway to customize the statusBar text of a table control (except >>>> of making it visible or not ;-)) >>>> >>>> thx >>>> >>>> andy >>>> >>>> >>>> >>>> >>>> >>>> >> ----------------------------------------------------------------------------- >> >> >> - >>>> Beautiful is writing same markup. Internet Explorer 9 supports >>>> standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. >>>> Spend less time writing and rewriting code and more time creating great >>>> experiences on the web. Be a part of the beta today. >>>> http://p.sf.net/sfu/beautyoftheweb >>>> _______________________________________________ >>>> qooxdoo-devel mailing list >>>> [email protected] >>>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel >>>> >>>> >>> ---------------------------------------------------------------------------- >>> -- >>> Beautiful is writing same markup. Internet Explorer 9 supports >>> standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. >>> Spend less time writing and rewriting code and more time creating great >>> experiences on the web. Be a part of the beta today. >>> http://p.sf.net/sfu/beautyoftheweb >>> _______________________________________________ >>> qooxdoo-devel mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel >>> >> >> >> >> >> ----------------------------------------------------------------------------->> - >> Beautiful is writing same markup. Internet Explorer 9 supports >> standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. >> Spend less time writing and rewriting code and more time creating great >> experiences on the web. Be a part of the beta today. >> http://p.sf.net/sfu/beautyoftheweb >> _______________________________________________ >> qooxdoo-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel >> >> > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today. > http://p.sf.net/sfu/beautyoftheweb > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
