Javascript – html decode
Sorry you have no rights to view this entry!
Sorry you have no rights to view this entry!
Thêm option : Chèn thêm option mới ở file layouts\v7\modules\Settings\InnoAutoProcess\VT7\FrontendManager.tpl : <option value=”custompopupcall” {if $link.position eq ‘custompopupcall’}selected=”selected”{/if}>{vtranslate(‘Button in Custom Popup Call’, ‘Settings:InnoAutoProcess’)}</option> Lấy option ra view backend sử dụng : $query = “select workflow_id, label from abmsco_wf_frontendmanager where module = ? and position = ‘custompopupcall’ limit 1”; $result = $adb->pquery($query, . . . Read more
Sorry you have no rights to view this entry!
B1. Đăng ký UI type trong bảng abmsco_ws_fieldtype uitype: có kiểu dữ liệu là varchar(30) fieldtype: sẽ là tên để tạo class mới trong thư mục “modules/Abmsco/uitypes” B2. Tạo file mới. Tạo file php mới trong thư mục “modules/Abmsco/uitypes” Tên file sẽ là tên được lưu ở trường field và . . . Read more
Sinh khoá xong chạy cat ~/.ssh/(publickey) | ssh root@10.0.0.188 “mkdir -p ~/.ssh && cat >> ~/.ssh/authorized_keys”
Hầu hết các hệ điều hành và các DNS client sẽ tự động lưu cache địa chỉ IP và các kết quả DNS gần đây, điều này giúp cho việc truy cập domain nhanh hơn do sử dụng trực tiếp các kết quả DNS trước đó trên máy. Nhưng nếu . . . Read more
khi gửi ajax qua các action custom ta làm như sau ở đoạn truyền gửi params thay vì module , thì thêm :: và mã unique_com_id của khách hàng sau đó ở thư mục AbmscoCustom/unique_com_id tạo thêm thư mục actions sau đó tạo thêm file action cần gọi đến nội . . . Read more
Khi gửi mail từ SMTP từ tab related Khi click vào nút “Gửi Email” thì sẽ gọi http request về hệ thống với các tham số như sau: selected_ids: [“408348”] excluded_ids: “” viewname: module: MultipleSMTP mode: massSave toemailinfo: {“408348”:[“holt@innocom.vn”]} view: MassSaveAjax to: [“holt@innocom.vn”] toMailNamesList: {“408348”:[{“label”:”vu test”,”value”:”holt@innocom.vn”}]} flag: SENT documentids: emailMode: . . . Read more
Nguồn gốc: https://developer.mozilla.org/en-US/docs/Web/API/History_API Nhưng config khá lằng nhằng nên dùng thư viện cho nhanh: https://github.com/ReactTraining/history/blob/28c89f4091ae9e1b0001341ea60c629674e83627/docs/installation.md
Tạo một function Sau đó gọi nó từ bất kỳ button nào