Example of API in ASP.NET MVC Tooltip Control
This sample demonstrates how to customize the tooltip component by using its properties from the property pane. Select any combination of properties from the property pane to customize tooltips.
DEMO
SOURCE
|
Content
|
|
|
Height
|
|
|
Width
|
|
|
Open Mode
|
|
|
Sticky Mode
|
|
In this demo, the default tooltip is rendered with minimal configuration. This sample can be customized further with the combination of tooltip properties from the property pane. For example,
- Any change made to a textbox in the property pane will be reflected in the tooltip
Content StickyModecan be enabled by checking the sticky mode option in the property pane.HeightandWidthcan be changed from the property pane.OpenModecan be changed from the property pane.
More information on customization of the tooltip can be found in the documentation sectionopens in a new tab.