我用什么控件来创建不同格式的输入框
我想创建一个带有文本区域之类的网络表单。用户应该能够键入/编辑文本字体、颜色,并使文本在键入时以各种样式显示。此外,如果用户绘制一个 html 表格,当他们继续键入时,它应该出现在框中。
我知道html中有简单的文本框和文本区域,但它们没有上述功能。是否有一些为此目的而存在的组件,或者它是使用自己的代码(例如 Java)创建的组件?
对此的任何意见都将不胜感激。
I would like to create a web form with something like a text area. The user should be able to type/edit text fonts, colours, and make the text appear in various styles as they type. Also if the user draws an html table, it should appear in the box as they continue to type.
I know that there are simple text boxes and text areas in html but they don't have the above functionality. Is there some component that exists for this purpose or is it something created using one's own code like with Java?
Any inputs on this would really be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能就是您正在寻找的 http://jhtmlarea.codeplex.com/
它不是表单字段但通过一些修改你应该能够适应它。
This may be what you're looking for http://jhtmlarea.codeplex.com/
It's not a form field but with some tinkering you should be able to adapt it.