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/splitbutton.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
@@ -376,8 +376,7 @@ Specifies the image of the item.
376
376
Set or configure the visual icon, picture, or image source URL displayed next to or alongside a menu item within a split button control, enabling the inclusion of graphics, symbols, or thumbnails for individual menu entries to enhance UI clarity, support customization, and improve user recognition; supports setting image paths, URLs, or icon links for items in split buttons, allowing developers to add illustrative images, icons, or visual markers paired with menu text labels in dropdown or split menu components.
377
377
</div>
378
378
379
-
#### Example
380
-
379
+
```pseudo
381
380
<button id="splitButton">Command</button>
382
381
<script>
383
382
$("#splitButton").kendoSplitButton({
@@ -388,6 +387,7 @@ Set or configure the visual icon, picture, or image source URL displayed next to
Copy file name to clipboardExpand all lines: docs/controls/PDFViewer/form-filling.md
+58-58Lines changed: 58 additions & 58 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,13 +18,70 @@ Starting with Kendo UI for jQuery version Q2 2025, the PDFViewer introduces a co
18
18
19
19
The Form Filling feature enhances the usability of PDF forms, making it easier for users to complete and submit forms without requiring external tools.
20
20
21
+
## Form Styling
22
+
23
+
Currently, the Kendo themes do not contain the necessary styles for the form elements rendered in the layers. This requires you to include the styles below:
In the example below, you can see how to enable the Form Filling feature:
22
79
23
80
```dojo
24
81
<script src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/4.6.82/pdf.mjs" type="module"></script> <!-- Include pdf.js before the kendo scripts -->
25
82
<script src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/4.6.82/pdf.worker.mjs" type="module"></script> <!-- Include pdf.worker.js before the kendo scripts -->
@@ -37,63 +94,6 @@ In the example below, you can see how to enable the Form Filling feature:
37
94
</script>
38
95
```
39
96
40
-
## Form Styling
41
-
42
-
Currently, the Kendo themes do not contain the necessary styles for the form elements rendered in the layers. This requires you to include the styles below:
0 commit comments