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
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,