Additional classes to be added to the notice. (For custom styling.)
optionalpublic animate_speed?:string
Speed at which the notice animates in and out. "slow", "def" or "normal", "fast" or number of milliseconds.
optionalpublic animation?:any
The animation to use when displaying and hiding the notice. "none", "show", "fade", and "slide" are built in to jQuery. Others require jQuery UI. Use an object with effect_in and effect_out to use different effects.
optionalpublic auto_display?:boolean
Display the notice when it is created. Turn this off to add notifications to the history without displaying them.
optionalpublic closer?:boolean
Provide a button for the user to manually close the notice.
optionalpublic closer_hover?:boolean
Only show the closer button on hover.
optionalpublic cornerclass?:string
Class to be added to the notice for corner styling.
optionalpublic delay?:number
Delay in milliseconds before the notice is removed.
optionalpublic hide?:boolean
After a delay, remove the notice.
optionalpublic history?:boolean
Display a pull down menu to redisplay previous notices, and place the notice in the history.
optionalpublic icon?:any
Set icon to true to use the default icon for the selected style/type, false for no icon, or a string for your own icon class.