编辑器用了一个插件summernote,但是本来插件自己的tooltip提示是好好的,我用了之后tooltip显示就不正常了,像图上显示的一样,占了整行,还没有tooltip提示的样式。<div class="tab-pane " id="setPro">
<article class="media">
<div class="media-body">
<form action="" class="form-horizontal">
<div class="form-group">
<label class="col-lg-2 col-sm-2 control-label">Set Properties</label>
<div class="col-lg-10 col-sm-10">
<textarea
name="other_property"><?= htmlentities($this->data['other_property']) ?></textarea>
</div>
</div>
<div class="form-group">
<button type="button"
class="col-lg-2 col-sm-2 col-sm-offset-6 btn btn-danger formSubmit">
submit
</button>
</div>
</form>
</div>
</article>
</div>$('textarea[name="other_property"]').summernote(summernote_options);
添加回答
举报
0/150
提交
取消