gpt4 book ai didi

javascript - 如何让 Ace 编辑器根据行数调整高度?

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:02:46 61 4
gpt4 key购买 nike

我该怎么做才能将 Ace 配置为具有高度,以便所有行始终可见,而不是具有垂直滚动条?

基本上,相当于:

document.querySelector("textarea").oninput = function(){
this.rows = this.value.split(/\n/g).length;
};

http://jsfiddle.net/obobjrf5/

我该怎么做?提前谢谢你。

最佳答案

使用 maxLines 选项 editor.setOption("maxLines", 1000)

关于javascript - 如何让 Ace 编辑器根据行数调整高度?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32411729/

61 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com