开发者

Difference between TLFTextField/TextArea/TextField in AS3

Can someone explain me what is the difference between these three types of Text class in AS3开发者_如何转开发? I'm using them right now and I don't know which is better to my purposes.

Thanks!


TLFTextField is an allround textfield. I supports allot of textfeatures including asian from right to left and from top to bottom lines. You can also use it to wrap text around objects or images. Or let text flow from 1 block into another block. Just to sum up: Allot of features.

The "old" TextField is just the "simple" input field (can also be used as password box) and textarea is just plain text. (non editable field)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜