Re: [qooxdoo-devel] How to destroy the timer of a web page before/after leaving this page

2013-11-02 Thread jhwrightiii
Hey .. maybe I do not understand ... but if your pages are in containers OR you have other qooxdoo widgets on the pages then maybe the appear/disappear listeners on those container/widgets will help. -- View this message in context: http://qooxdoo.678.n2.nabble.com/How-to-destroy-the-timer-of-a

Re: [qooxdoo-devel] about Appearance.js and textField + readOnly

2013-11-02 Thread Cajus Pollmeier
You can use the "readonly" state which gets added if the field is marked as read only in order to tweak the appearance. I.e. if "states" keeps the current states in the style appearance method: return { ... decorator : styles.readonly ? "my-read-only-decorator" : "input", ... } Am Freitag,