You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/javascript/ui/menu.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Menu
3
3
page_title: Configuration, methods and events of Kendo UI Menu
4
4
description: How to configure all animations in Menu UI widget, enable and disable, remove specified items and use code examples for all methods and events supported.
5
5
res_type: api
6
-
component: menu
6
+
component: menu
7
7
---
8
8
9
9
# kendo.ui.Menu
@@ -526,7 +526,7 @@ its parent horizontally. You can also switch off the screen boundary detection c
526
526
});
527
527
</script>
528
528
529
-
### scrollable `Boolean|Object`
529
+
### scrollable `Boolean|Object`*(default: false)*
530
530
531
531
If enabled, the Menu displays buttons that scroll the items when they cannot fit the width or the popups' height of the Menu. By default, scrolling is disabled.
Copy file name to clipboardExpand all lines: docs/api/javascript/ui/tabstrip.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -427,7 +427,7 @@ Specifies whether the TabStrip should be keyboard navigatable.
427
427
});
428
428
</script>
429
429
430
-
### scrollable `Boolean|Object`
430
+
### scrollable `Boolean|Object`*(default: true)*
431
431
432
432
If enabled, the TabStrip will display buttons that will scroll the tabs horizontally, when they cannot fit the TabStrip width. By default scrolling is enabled.
Copy file name to clipboardExpand all lines: docs/api/javascript/ui/tooltip.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Tooltip
3
3
page_title: Configuration, methods and events of Kendo UI Tooltip
4
4
res_type: api
5
-
component: tooltip
5
+
component: tooltip
6
6
---
7
7
8
8
# kendo.ui.Tooltip
@@ -380,7 +380,7 @@ The event on which the Tooltip will be shown. Predefined values are "mouseenter"
380
380
});
381
381
});
382
382
</script>
383
-
383
+
384
384
#### Example - set multiple events on which the Tooltip will be shown
385
385
386
386
<span id="target" title="Tooltip content">
@@ -402,7 +402,7 @@ The event on which the Tooltip will be shown. Predefined values are "mouseenter"
402
402
Holds the Kendo UI [`Popup`](/api/javascript/ui/popup) instance, which manages the showing and hiding of the tooltips at the appropriate position.
403
403
404
404
The `popup` field can be used to apply custom CSS classes and styles, or any other attributes to the Popup's [`element` or `wrapper`](/intro/widget-basics/wrapper-element).
0 commit comments