Hi!
I have 2 function:
this.menu.node.setHTML(this.menu.content.replace('{@min}',this.menu.max));
this.animation.tmp_content=0;
this.setHeight(this.menu.height);
and
this.menu.node.setHTML(this.menu.content.replace('{@min}',this.menu.min));
this.animation.tmp_content=0;
this.setHeight(this._height);
i use the element in a table.
So the first works fine, but the second....
After the setHTML the parent cell size is go to smaller than layer size.
What's I'm worng?
cow
|