如何增加图象到Adobe的Flex使用RichTextEditor? [英] How to add images into Adobe Flex RichTextEditor?

查看:171
本文介绍了如何增加图象到Adobe的Flex使用RichTextEditor?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何rel="nofollow"> Adob​​e Flex的RichTextEditor控件添加图片到?我的意思是使用按钮 =)

How to add images into Adobe Flex RichTextEditor control? I mean using a button =)

因此​​,我们必须与RTE一拉一些文本编辑器

So we have some text editor with RTE a-la

我们想进入其内容的图像使用一些按钮。如何做这样的事?

We want to get into its content images using some button. How to do such thing?

BTW:我发现这 HTTP: //anotherflava.com/2009/01/12/flex-xhtml-rich-text-editor-w-images/ 但我真的不知道如何使它发挥作用,所以如果任何一个可以发布简单的项目简单的(脏OK)来源将是炉排!)))

BTW: I found this http://anotherflava.com/2009/01/12/flex-xhtml-rich-text-editor-w-images/ but I really do not understand how to make it work so if any one can publish simple project with simple (DIRTY IS OK) source it would be grate!)))

推荐答案

使用RichTextEditor 是一个复杂的组件,它包括几个小部件和的文本区。所以,问题是如何在文本区插入图像

RichTextEditor is a complex component which consist of few small components and TextArea. So the problem is how to insert image in TextArea.

文本区可以呈现简单的HTML和< IMG>的支持标记。更多关于此处 htmlText属性

TextArea can render simple HTML and <img> tag is supported. More about htmlText property here.

于是

var myTextEditor:RichTextEditor = new RichTextEditor();
myTextEditor.htmlText = "<img src='myImage.jpg' />"

这篇关于如何增加图象到Adobe的Flex使用RichTextEditor?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆