当输入到达字段末尾时在 TextArea 中创建额外的行?

发布于 2024-11-15 22:27:21 字数 62 浏览 4 评论 0原文

在新的 Facebook 评论框中输入内容时,文本框的高度会根据该框的行数而变化。实现这一点的最佳方法是什么?

When typing in a new facebook comments box the height of the textbox changes according to how many lines the box has. What would be the best way to implement this?

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

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

发布评论

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

评论(3

戏舞 2024-11-22 22:27:21

评论框高度为标准高度。您只能定义注释框的宽度。
高度将自动调整。

<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:comments href="example.com" num_posts="2" width="600"></fb:comments>

The hight of comment box is standard one. You can only define the width of the comment box.
Height will be automatically adjusted.

<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:comments href="example.com" num_posts="2" width="600"></fb:comments>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文