Hello,
How can one use badge notification in Vaadin (version 7 and 6)?
While there is an example for its use on Vaadin’s home I can’t seem to find it in the sampler.
Thanks,
Zsolt
Hello,
How can one use badge notification in Vaadin (version 7 and 6)?
While there is an example for its use on Vaadin’s home I can’t seem to find it in the sampler.
Thanks,
Zsolt
I’m not sure what actually mean by badge notification but just to clarify: The normal Vaadin page/Vaadin home is not made using Vaadin. It is probably just a normal web page using a Javascript framework like JQuery for example.
It should be possible though to create the notifications you want using existing standard, addon components or you could integrate a JavaScript or GWT component yourself.
Make it if u wanna work on badge …
You may see it in action on vaadin pages: on the left of the user field there is a little bell that may have a little red circle with a number in it if there is some information one has not view yet.
I know one can create her/his own assuming expertise and resources are available.
Perhaps a better question could have been: does anyone know of a ready-made solution for vaadin that offers badges?