tobiu
4 Sep 2008, 5:09 PM
hi together,
it is not really a bug, but a basic feature missing. At the moment, there is no way to change the text dynamically with a standard-function after building the element.
so, a function called setText() would be really nice.
for the moment, i use the workaround:
myTextItem.getEl().innerHTML = "new Text";
kind regards, tobiu
it is not really a bug, but a basic feature missing. At the moment, there is no way to change the text dynamically with a standard-function after building the element.
so, a function called setText() would be really nice.
for the moment, i use the workaround:
myTextItem.getEl().innerHTML = "new Text";
kind regards, tobiu