This repository was archived by the owner on Jul 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.js
More file actions
25 lines (25 loc) · 2.72 KB
/
config.js
File metadata and controls
25 lines (25 loc) · 2.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TooltipSampleOrder = [
{
'path': 'tooltip/default', 'component': 'Default', 'name': 'Default Functionalities', 'order': '04', 'category': 'Tooltip', 'description': 'Default rendering of the Essential JS 2 Tooltip control, which will open when hovering or tapping and holding, and can be displayed in 12 different positions.', 'api': '{"TooltipComponent": ["content", "appendTo", "position"]}'
},
{
'path': 'tooltip/template', 'component': 'TemplateTooltip', 'name': 'Template', 'order': '04', 'category': 'Tooltip', 'description': 'Demo of the Essential JS 2 Tooltip control template functionality, which allows HTML content to be rendered in tooltips.', 'api': '{"TooltipComponent": ["content", "target", "beforeRender", "showTipPointer", "offsetX", "width", "appendTo"]}'
},
{
'path': 'tooltip/ajax-content', 'component': 'AjaxContentTooltip', 'name': 'Ajax Content', 'order': '04', 'category': 'Tooltip', 'description': 'Demo of the Essential JS 2 Tooltip control loading dynamic content in tooltips through Ajax from JSON files.', 'api': '{"TooltipComponent": ["content", "target", "beforeRender", "position", "dataBind", "appendTo"]}'
},
{
'path': 'tooltip/smart-position', 'component': 'DraggableTooltip', 'name': 'Smart Positioning', 'order': '04', 'category': 'Tooltip', 'description': 'Demo of the Essential JS 2 Tooltip control smart (flexible) positioning based on the view port dimensions.', 'api': '{"TooltipComponent": ["content", "target", "animation", "open", "offsetX", "close", "refresh", "appendTo"]}'
},
{
'path': 'tooltip/tooltip-menu', 'component': 'TooltipMenu', 'name': 'Tooltip Menu', 'order': '04', 'category': 'Tooltip', 'type': 'new', 'description': 'Demo of Essential JS 2 Tooltip control customization to look like a menu.', 'api': '{"TooltipComponent": ["content", "target", "open", "close", "refresh"]}'
},
{
'path': 'tooltip/html-content', 'component': 'HtmlContentTooltip', 'name': 'HTML Content', 'order': '04', 'category': 'Tooltip', 'type': 'new', 'description': 'Demo of Essential JS 2 Tooltip control customization as an HTML page using HTML tags and CSS.', 'api': '{"TooltipComponent": ["content", "target", "open", "close", "refresh"]}'
},
{
'path': 'tooltip/api', 'component': 'ApiTooltip', 'name': 'API', 'order': '04', 'category': 'Tooltip', 'type': 'new', 'description': 'Essential JS 2 Tooltip control demo showcasing the most frequently used API combinations, like content, height, width, open, sticky mode, and more.', 'api': '{"TooltipComponent": ["content", "target", "open", "close", "refresh", "width", "height", "opensOn"]}'
}
];