Hi_給我一個大甜筒
2017-05-25 15:03:23
編輯器用了一個插件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
提交
取消