internal function pasteRichText(richText:String):Boolean
richText
in flashrichtext format.This function is only used if
TextField.useRichTextClipboard
is true and the text to be pasted was copied from a field where useRichTextClipboard
was true.This funcation is called when the user pastes flashrichtext into a TextField and appears to simply be a proxy function for
insertXMLText()
To override this function see How To.Hack the "internal" namespace
No comments:
Post a Comment