Incrementing htmlText on a Spark TextArea in Flex 4


/ Published in: ActionScript 3
Save to your folder(s)



Copy this code and paste it in your HTML
  1. //Required: spark.utils.TextFlowUtil
  2. //output is a <s:TextArea>
  3.  
  4. output.textFlow = TextFlowUtil.importFromString(output.text + htmlSourceToAdd + "<br />");

URL: http://idletogether.com/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.