I would like to have a tooltip while mouse over tabview
I have this like:
{
view: 'tabview',
.
.
tabbar: {
tooltip:true,
.
.
}
cells:[
{
header: 'header text',
body: {
view: 'layout',
rows:[...]
}
}
]
I can’t set this for header: {text:‘header text’, tooltip:‘tooltip-text’}
But please how to have tooltip for mouseover on tabviews?
Thanks a lot
Michael