使用什么样的txtfield?
我正在制作一个PM系统,现在我正在你要输入PM的地方。
我真的不知道该使用什么,我不想使用普通的丑陋的文本字段,因为那里有更好的东西。
我见过那些自动扩展文本字段,它可以扩展您写的更多内容?这叫什么?然后还有这个 facebook,我也很喜欢。然后我看到了这个“CKEdtior”的东西,它看起来也很酷(但我想知道如果你使用粗体、斜体等,CKeditor 的输出会是什么样子。)
我应该得到哪个?我的愿望是美好、简单、美好。有效的。
I am making an PM system, now I am to where you are going to type the PM.
I dont know really what to use, I don't want to use an normal fugly text field, as theres much nicer stuff out there.
Ive seen those auto expand textfields, that expands more you write? What is this called? Then there's this facebook have, which i also like. And then i have seen this "CKEdtior" stuff, which also seems pretty cool (but i wonder how the output from the CKeditor look like if you use bold, italic, etc..)
Which should I get? What i wish is nice, simple & effective.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
取决于您是否希望允许用户输入风格化文本,如粗体、斜体、链接等。如果是这种情况,有许多编辑器可以将库存文本区域变成功能齐全的编辑器,甚至是有限的编辑器。以下所有编辑器都会返回格式化的 HTML 文本。你用它做什么取决于你的应用程序。
如果您想要像编辑器这样的词,请尝试这些:
xinha.webfactional.com
tinymce.moxiecode.com
ckeditor.com
www.dhtmlx.com/docs/products/dhtmlxEditor/index.shtml
Depends on if you want to allow the user to put in stylized text like bold, italic, links etc. If thats the case there are many editors out there that will turn a stock text area into a full featured editor or even a limited editor. All the below editor return formatted HTML text. What you do with it is up to your app.
Try these if you want a word like editor:
xinha.webfactional.com
tinymce.moxiecode.com
ckeditor.com
www.dhtmlx.com/docs/products/dhtmlxEditor/index.shtml
也许这就是您正在寻找的!
maybe this is what you are looking for!