Hi
I have used
to try and allow multiline and wordwrap to the labels of text boxes used in a componant (multichoice question - quiz template).
It did work, but then stopped working. The only thing i changed in this time was the navigation option on the question.
Does anyone have any idea why this code isn't working ?
thanks
I have used
Code:
_level0.checkbox1.labelpath.multiline=true;
_level0.checkbox1.labelpath.wordWrap=true;
_level0.checkbox1.labelpath._height=44;
It did work, but then stopped working. The only thing i changed in this time was the navigation option on the question.
Does anyone have any idea why this code isn't working ?
thanks