Saturday, May 5, 2007

flash.text.TextField.getRawText()

This function returns the entire text of the TextField as an unformatted String. In other words, it appears to be the same as the text property. I can only assume that this function somehow accesses the internal representation of the TextField, while the text property accesses some cached version of the text, however I have nothing to back this up at the moment. Neither text nor getRawText() are implemented using each other.

No comments:

"Flex", "ActionScript" and possibly "MXML" are probably trademarks of Adobe Systems Incorporated.
"Adobe" is a trademark of Adobe Systems Incorporated.
This site is in no way endorsed or sponsored by Adobe Systems Incorporated.
Content Copyright © 2007 Daniel Freiman.
Site Design Copyright by its copyright holder.
The Flex Non-Docs reserves the right to remove comments for any reason.
All ActionScript and MXML code (and ONLY ActionScript and MXML code) on this website is available under the MIT License.