I have a text element on the stage and I would like to insert text that contain more that one line with text(). Is that possible ?
Something like:
sym.$('myTextElement').text("string of text of first line" + "string of text of second line");
I have a text element on the stage and I would like to insert text that contain more that one line with text(). Is that possible ?
Something like:
sym.$('myTextElement').text("string of text of first line" + "string of text of second line");