如何使用flex-htmlfilter?
我似乎找不到任何有关 flex-htmlfilter 使用的文档? 有人可以给我一些它的示例用法吗?例如,如何使用外部页面的 HTML 代码?例如,我想从外部 php 文件中提取 flex-htmlfilter 的内容。
I can't seem to find any sort of documentation about usage of flex-htmlfilter?
Can anyone be kind enough to give me a few sample usage of it? Like, how do I use HTML codes from external pages? E.g. I want to pull the content of the flex-htmlfilter from an external php file.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定您现在是否找到了答案,但下面的代码对我有用:
确保您的 libs 文件夹/构建路径中有 flex-htmlfilter.swc,然后导入自定义 htmlText 组件并设置text 属性设置为字符串“theText”。您可以从 php 应用程序中提取兼容的 html 代码,并使用此技术对其进行过滤。
I'm not sure if you've found an answer by now, but the code below worked for me:
Make sure you have the flex-htmlfilter.swc in your libs folder/build path, and then import the custom htmlText component and set the text property to the string "theText." You could pull the compatible html code from your php app and filter it using this technique.