internal function copyRichText():String
The value returned is in flashrichtext format.
This function is only used if
TextField.useRichTextClipboard
is true.This function does not appear to actually perform the copy function. Instead it simply returns the value to copy which is just the result of
getXMLText(selectionBeginIndex,selectionEndIndex)
. This means that you cannot programmatically force a copy using this function. If this function returns null, plain text is copied.To override this function see How To.Hack the "internal" namespace
No comments:
Post a Comment