php - 如何将actionscript富文本转换为纯文本?

发布于 2024-11-11 18:33:41 字数 187 浏览 2 评论 0原文

我有一个带有富文本编辑器控件的flex(flash builder 4)应用程序。我通过 zend amf <--> 将这个富文本输出存储在数据库中php。

现在我想在数据网格中显示该文本的第一部分。为此,获得纯文本版本似乎是最简单的。

我希望在将它传回 Flex 之前我能以某种方式将它转换为 PHP 中的纯文本?

I have a flex (flash builder 4) application with a rich text editor control. I am storing this rich text output in a database via zend amf <--> php.

Now I want to display the first part of that text in a data grid. To do so it seems it might be easiest to get the plain text version.

I am hoping I can somehow convert it to plain text in PHP before I pass it back to flex?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

玻璃人 2024-11-18 18:33:41

剥离标签是有道理的,它可能在 php 中工作,但另一种选择是使用 text 属性,用于检索文本的纯文本版本。例如,在 Flex 中,将数据库中的富文本加载到内存中的富文本组件中,然后从中获取纯文本以显示在网格中。

Strip tags makes sense that it might work in php, but another option is to use the text property of the rich text field which retrieves the plain text version of the text. For example, in flex, load up the rich text from the db in to an in-memory rich text component, then get the plain text from that to display in the grid.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文