【问题标题】:How to remove scrollbar from kendo editor text area如何从剑道编辑器文本区域中删除滚动条
【发布时间】:2016-04-14 14:48:18
【问题描述】:

我有一个定义如下的剑道编辑器:

 @(Html.Kendo().Editor()
      .Name("myEditor")
      .Tag("div")
      .Tools(tools => tools
            .Clear()
            .Bold().Italic().Underline().Strikethrough()
            .JustifyLeft().JustifyCenter().JustifyRight().JustifyFull()
            .CreateLink().Unlink()
            .InsertImage()
            .TableEditing()
            .FontColor().BackColor()
      )
      .Value(@<text><p>Some content here</p></text>)
  )

当我运行我的代码时,编辑器底部会出现一个水平滚动条。

我想移除水平滚动条。我怎样才能做到这一点?

谢谢!

【问题讨论】:

    标签: kendo-editor


    【解决方案1】:

    我自己的问题得到了答案。将 class= "container-fluid" 添加到我的 div 有帮助。

    谢谢!

    【讨论】:

    • 这个类在某些模板或主题中不起作用,所以这看起来不是任何合适的答案
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2016-11-24
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-10-13
    相关资源
    最近更新 更多