如何使用富文本区域输入代替普通文本区域输入?

发布于 2024-12-29 14:46:31 字数 370 浏览 0 评论 0 原文

我想在我的一个带有 codeigniter 的项目中使用富文本区域输入字段而不是普通的文本区域输入字段。我该怎么做?有人可以帮忙吗?我正在使用 codeigniter 2.1.0。 我熟悉这种方法,

<?php echo form_open('post_to_blog');?>
<?php echo form_textarea('blog','blog');?>
<?php echo form_submit('submit','submit');?>
<?php echo form_close();?>

但这只会产生一个返回纯文本的简单文本区域输入字段。但我希望输入文本丰富且有风格。请帮我解决这个问题。

i want to use a rich textarea input field instead of the normal textarea input field in one of my projects with codeigniter. how can i do this? can anyone help? i am using codeigniter 2.1.0.
i m familiar to this method of

<?php echo form_open('post_to_blog');?>
<?php echo form_textarea('blog','blog');?>
<?php echo form_submit('submit','submit');?>
<?php echo form_close();?>

but this only results a simple text area input field which returns plain texts. but i want the input texts to be rich and styled. help me up with this please.

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

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

发布评论

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

评论(2

兔小萌 2025-01-05 14:46:31

您还可以使用... CKeditor/Fck 编辑器 (ckeditor.com/) .... 它们很好...
Codeigniter 有 fckeditor 库,它们也可以轻松地用 javascript/jquery 加载

You can also use ... CKeditor/Fck editor (ckeditor.com/) .... they are good ...
Codeigniter has fckeditor library library also they can be loaded with javascript/jquery easily

星星的軌跡 2025-01-05 14:46:31

您可以使用 Jquery 插件轻松做到这一点。 Tiny_mce 是您的解决方案。这非常容易使用。通过谷歌搜索并查看相关文档。

像普通 JavaScript 一样包含该文件并享受。我相信你喜欢那个东西。真的很好。

我认为这些链接对您有用..
http://www.tinymce.com/download/download.php

http://www.tinymce.com/tryit/jquery_plugin.php

You can easily do that by using Jquery plugin. Tiny_mce is your solution. This is very easy to use. Search by google and see the documentation about that.

Include the file as normal javascript and enjoy. i beleive you like that thing. Its realy good.

I think these links shall be useful to you..
http://www.tinymce.com/download/download.php

http://www.tinymce.com/tryit/jquery_plugin.php

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