Skip to content

Commit a8197eb

Browse files
update to internal commit DDV_20240314.2
1 parent a55aa96 commit a8197eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ui/customize/elements.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Although DDV provides many default elements, some customizations are also requir
2525

2626
<div class="multi-panel-start"></div>
2727

28-
To change the style and icon of the default elements, can use the properties `style` and `className` of `UiConfig`, please refer to the example below.
28+
To change the style and icon of the default elements, can use the properties `style` and `className` of [`UiConfig`]({{ site.api }}interface/uiconfig.html), please refer to the example below.
2929

3030
**Use case**
3131

@@ -78,7 +78,7 @@ captureViewer.on("myClick", (e) => {
7878

7979
<div class="multi-panel-start"></div>
8080

81-
DDV does not provide the default tooptips to the default elements, developers can configure it by use `getTooltip()` and `setTooltip()` easily.
81+
DDV does not provide the default tooptips to the default elements, developers can configure it by use [`getTooltip()`]({{ site.api }}namespace/ddv_elements.html#static-gettooltip) and [`setTooltip()`]({{ site.api }}namespace/ddv_elements.html#static-settooltip) easily.
8282

8383
>It must be set before creating the viewer.
8484

@@ -102,7 +102,7 @@ const editViewer = new Dynamsoft.DDV.EditViewer({
102102

103103
<div class="multi-panel-start"></div>
104104

105-
If any accompanying display texts are required to add or change of the default elements, DDV provides the methods `getDisplayTextConfig()` and `setDisplayTextConfig()` for this requirement.
105+
If any accompanying display texts are required to add or change of the default elements, DDV provides the methods [`getDisplayTextConfig()`]({{ site.api }}namespace/ddv_elements.html#static-getdisplaytextconfig) and [`setDisplayTextConfig()`]({{ site.api }}namespace/ddv_elements.html#static-setdisplaytextconfig) for this requirement.
106106

107107
>It must be set before creating the viewer.
108108

0 commit comments

Comments
 (0)