Differences
This shows you the differences between two versions of the page.
|
documentation:widgets:internals [2009/08/04 18:40] gossi |
documentation:widgets:internals [2010/03/06 22:51] (current) gossi |
||
|---|---|---|---|
| Line 13: | Line 13: | ||
| DOMNode.control = this._control; | DOMNode.control = this._control; | ||
| </code> | </code> | ||
| - | |||
| - | ===== Items ===== | ||
| - | What to say about Items? Items consist of a Text(, Tooltip) and an Image. Changes to either one of these properties is flagged by this._changes. By invoking an update of that item, the changes are applied to the item and the flag is reset. | ||