Bạn có muốn phản ứng với tin nhắn này? Vui lòng đăng ký diễn đàn trong một vài cú nhấp chuột hoặc đăng nhập để tiếp tục.

You are not connected. Please login or register

Một menu thanh công cụ Posting dạng CKEditor

Go down  Thông điệp [Trang 1 trong tổng số 1 trang]

๖ۣۜTom

๖ۣۜTom
Admintrator
Admintrator

Một thanh công cụ posting cho các bạn! Cũng khá đầy đủ và đẹp! :-bd
Demo: [You must be registered and logged in to see this link.]
Bước 1: Chèn CKEditor
Administration Panel\Modules\JavaScript Codes Management:
*Enable Javascript code management : Yes ->Save
*Create a new javacript:
Title: Posting CKEditor
Placement: In all pages
Javascript Code: Dán đoạn code sau vào:
Code:
jQuery.getScript('http://goo.gl/BFDfd');
Sau đó Submit!

Bước 2: Ẩn menu posting cũ
Administration Panel\Display\Colors\CSS: thêm vào đoạn code tương ứng sau:
phpBB2:
Code:
#quick_reply .row2 {
        clear: both;
        margin-left: auto;
        margin-right: auto;
        width: 95% !important;
        height: 50% !important;
}

#text_editor_controls {
  display: none !important;
}
phpBB3 & PunBB:
Code:
#quick_reply #textarea_content {
        clear: both;
        margin-left: auto;
        margin-right: auto;
        width: 95% !important;
        height: 50% !important;
}

#text_editor_controls {
  display: none !important;
}
Invision:
Code:
.qreply {
        clear: both;
        margin-left: auto;
        margin-right: auto;
        width: 95% !important;
        height: auto !important;
}

#text_editor_controls {
  display: none !important;
}
nguồn : cp

http://www.vn-answer.tk
Share this post on: reddit

No Comment.

Về Đầu Trang  Thông điệp [Trang 1 trong tổng số 1 trang]

Permissions in this forum:
Bạn không có quyền trả lời bài viết