* Code for tooltip style.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
.tooltip {width: 120px !important}
|
||||
@@ -13,3 +13,8 @@ window.renderRowData = function($row, index, row)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
$().ready(function()
|
||||
{
|
||||
new zui.Tooltip('#tooltipHover', {trigger: 'hover', placement: 'right', type: 'white', 'className': 'text-gray border border-light'});
|
||||
})
|
||||
|
||||
@@ -115,6 +115,7 @@ formBatchPanel
|
||||
'tipProps',
|
||||
array
|
||||
(
|
||||
'id' => 'tooltipHover',
|
||||
'data-toggle' => 'tooltip',
|
||||
'data-placement' => 'right',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user