Notice
Notice
Key
Default
Description
type
notice
type of option
class
null
success, warning, danger, info classes for notice
content
null
content of field
Demo

Last updated
Key
Default
Description
type
notice
type of option
class
null
success, warning, danger, info classes for notice
content
null
content of field

Last updated
array(
'type' => 'notice',
'class' => 'success',
'content' => 'Success: Lorem Ipsum Dollar.',
),array(
'type' => 'notice',
'class' => 'warning',
'content' => 'Warning: Lorem Ipsum Dollar.',
),array(
'type' => 'notice',
'class' => 'danger',
'content' => 'Danger: Lorem Ipsum Dollar.',
),array(
'type' => 'notice',
'class' => 'info',
'content' => 'Info: Lorem Ipsum Dollar.',
),