BUTTON CONFIRM

#Confirm

Function cung cấp button tạo popup xác nhận thao tác

public static function Admin::btnConfirm($args)

[icon] (string) icon button

[label] (string) label button

[action] (string) Hành động mặc định "delete"

[ajax] (string) liên kết ajax mặc định "Cms_Ajax_Action::delete"

[id] (number) id của object cần xử lý

[heading] (string) tiêu đề popup xác nhận

[des] (string) mô tả popup xác nhận

[trash] disable/enable bật tắt ô xác nhận thùng rác, mặc định "disable"

[btn] (string) loại button (red, green, blue) mặc định "red"

[module] (string) loại module object

#Delete

Function cung cấp button tạo popup xác nhận thao tác xóa

Button sẽ tự động gọi đến phương thức Module::delete để xóa dữ liệu

Gắn class "js_column" vào item để ẩn item đi khi đã xóa

public static function Admin::btnDelete($args)

#Restore

Function cung cấp button tạo popup xác nhận thao tác restore dữ liệu trong thùng rác

Button sẽ tự động gọi đến phương thức Module::restore để restore lại dữ liệu

Gắn class "js_column" vào item để ẩn item đi khi đã xóa

public static function Admin::btnRestore($args)