ระบบการแจ้งเตือน

วิธีเรียกใช้ addNotification

Shared function

SERVER

bool addNotification( element theElement, string txt = "txt", string type = "success" )
exports.notf:addNotification( source, "ข้อความ", "success" )

CLIENT:

bool addNotification( string txt = "txt", string type = "success" )
exports.notf:addNotification( "ข้อความ", "success" )



สถานะทั้งหมด: success , info , warning , error

Download Now

2 ความคิดเห็น: