1,013 2 1
Cái này mình thấy có thể dùng CSS để loại bỏ nút Xem trước, thêm vào file extra.less
Với XF 2.2:
Với XF 2.1:
Với XF 2.2:
CSS:
.fr-toolbar .fr-btn-grp.rte-tab--preview {
display: none;
}
CSS:
.button--icon--preview {
display: none;
}
Sửa lần cuối:
hungtq8
Private
display: none; câu lệnh huyền thoạiCái này mình thấy có thể dùng CSS để loại bỏ nút Xem trước, thêm vào file extra.less
Với XF 2.2:
Với XF 2.1:CSS:.fr-toolbar .fr-btn-grp.rte-tab--preview { display: none; }
CSS:.button--icon--preview { display: none; }
done nhẩy


