-
title
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> title
The notice's title. Default: null
-
title_escape
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> title_escape
Whether to escape the content of the title. (Not allow HTML.) Default: false
-
text
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> text
The notice's text. Default: null
-
text_escape
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> text_escape
Whether to escape the content of the text. (Not allow HTML.) Default: false
-
styling
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> styling
What styling classes to use. Default: bootstrap3
-
addclass
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> addclass
Additional classes to be added to the notice. (For custom styling.) Default: empty string
-
cornerclass
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> cornerclass
Class to be added to the notice for corner styling. Default: empty string
-
auto_display
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> auto_display
Display the notice when it is created. Default: true
-
width
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> width
Width of the notice. Default: 300px
-
min_height
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> min_height
Minimum height of the notice. It will expand to fit content. Default: 16px
-
type
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> type
The type of the notice. Possible values are "notice", "info", "success", or "error". Default:
notice
-
icon
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> icon
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. Default: true
-
opacity
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> opacity
The opacity of the notice. Default: 1
-
animation
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> animation
Determines how the notification will animate in and out. Use an object with effect_in and
effect_out to use different effects. Default: 'fade' Posible values: fade, grow, swing,
slide, fall
-
animation_speed
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> animation_speed
Determines how the notification will animate in and out. Default: 'fade' Posible values:
"slow", "def" or "normal", "fast" or number of milliseconds.
-
position_animate_speed
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> position_animate_speed
Specify a specific duration of position animation. Default: 500
-
shadow
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> shadow
Display a drop shadow. Default: true
-
hide
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> hide
After a delay, remove the notice. Default: true
-
delay
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> delay
Delay in milliseconds before the notice is removed. Default: 8000
-
mouse_reset
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> mouse_reset
Reset the hide timer if the mouse moves over the notice. Default: true
-
remove
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> remove
Remove the notice's elements from the DOM after it is removed. Default: true
-
insert_brs
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> insert_brs
Change new lines to br tags. Default: true
-
destroy
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> destroy
Whether to remove notices from the global array. Default: true
-
stack
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> stack
The stack on which the notices will be placed. Also controls the direction the notices stack.
Default: default_stack Posible values: js array