作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
在提交表单后,我一直在尝试通过检查我的 Java Spring MVC Web 应用程序中的标志状态来有条件地禁用 summernote。我有我的夏令营
样式表条目为
<link href="$/summernote.min.css" rel="stylesheet">
<script src="$/summernote/summernote.min.js"></script>
形成为
<form id="myForm" name="myForm" role="form" class="form-horizontal" method="post" action="${rc.getContextPath()}/module/support/save-item">
<textarea id="my-summernote" name="iRequirement" <#if flag?? && flag == 0>readonly</#if>><#if si?? && si.iRequirement??>${si.iRequirement}</#if></textarea>
最佳答案
我发现你必须调用文本区域的 ID - 我在所有文本区域上绘制了 .summernote 类的 summernote 但调用:
$('.summernote').summernote('disable');
不起作用...相反
$('#quote').summernote('disable');
效果很好。
关于javascript - 如何在不使用脚本的情况下使 summernote 禁用或只读?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41560700/
我是一名优秀的程序员,十分优秀!