Skip to content

Commit cd8baaa

Browse files
998122: updated
1 parent ebd9519 commit cd8baaa

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

ej2-asp-core-mvc/maskedtextbox/adornments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Adornments are useful for:
2424

2525
## Add adornments to masked textbox
2626

27-
Use [prependTemplate](../api/maskedtextbox/#prependtemplate) and [appendTemplate](../api/maskedtextbox/#appendtemplate) to inject HTML content before and after the masked input respectively. These templates do not alter mask behavior and support any inline HTML or icon.
27+
Use [prependTemplate](../api/maskedtextbox) and [appendTemplate](../api/maskedtextbox) to inject HTML content before and after the masked input respectively. These templates do not alter mask behavior and support any inline HTML or icon.
2828

2929
- **Prepend (Prefix)**: Renders before the masked input.
3030
- **Append (Suffix)**: Renders after the masked input.

ej2-asp-core-mvc/numerictextbox/adornments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Adornments are useful for:
2626

2727
## Add adornments to numeric textbox
2828

29-
Adornments are added using the [prependTemplate](../api/numerictextbox/#prependtemplate) and [appendTemplate](../api/numerictextbox/#appendtemplate) properties. These properties accept HTML content that renders before and after the numeric input field respectively, enabling flexible customization without modifying the core numeric textbox structure.
29+
Adornments are added using the [prependTemplate](../api/numerictextbox) and [appendTemplate](../api/numerictextbox) properties. These properties accept HTML content that renders before and after the numeric input field respectively, enabling flexible customization without modifying the core numeric textbox structure.
3030

3131
**Prepend Adornments (Prefix)**: Displayed at the beginning of the numeric textbox (left side for LTR layouts)
3232
**Append Adornments (Suffix)**: Displayed at the end of the numeric textbox (right side for LTR layouts)
@@ -37,7 +37,7 @@ Adornments are added using the [prependTemplate](../api/numerictextbox/#prependt
3737

3838
{% tabs %}
3939
{% highlight cshtml tabtitle="CSHTML" %}
40-
{% include code-snippet/nnumeric-textbox/adornments/tagHelper %}
40+
{% include code-snippet/numeric-textbox/adornments/tagHelper %}
4141
{% endhighlight %}
4242
{% endtabs %}
4343

ej2-asp-core-mvc/textarea/adornments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ Adornments are useful for:
2525

2626
## Add adornments to textarea
2727

28-
Adornments are added using the [prependTemplate](../api/textarea/#prependtemplate) and [appendTemplate](../api/textarea/#appendtemplate) properties. These properties accept HTML content that renders before and after the textarea respectively, enabling flexible customization without modifying the core textarea structure.
28+
Adornments are added using the [prependTemplate](../api/textarea) and [appendTemplate](../api/textarea) properties. These properties accept HTML content that renders before and after the textarea respectively, enabling flexible customization without modifying the core textarea structure.
2929

3030
**Prepend Adornments (Prefix)**: Displayed at the beginning of the textarea.
3131
**Append Adornments (Suffix)**: Displayed at the end of the textarea.
3232

3333
## Configure flow and orientation
3434

35-
The [adornmentFlow](../api/textarea/#adornmentflow) and [adornmentOrientation](../api/textarea/#adornmentorientation) properties control how adornments are arranged around the textarea:
35+
The [adornmentFlow](../api/textarea) and [adornmentOrientation](../api/textarea) properties control how adornments are arranged around the textarea:
3636

3737
**Adornment Flow** Property to position adornments around the textarea:
3838
- `Horizontal`: prepend on the left, append on the right

ej2-asp-core-mvc/textbox/adornments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Adornments are useful for:
2424

2525
## Add adornments to textbox
2626

27-
Adornments are added using the [prependTemplate](../api/textbox/#prependtemplate) and [appendTemplate](../api/textbox/#appendtemplate) properties. These properties accept HTML content that renders before and after the input field respectively, enabling flexible customization without modifying the core textbox structure.
27+
Adornments are added using the [prependTemplate](../api/textbox) and [appendTemplate](../api/textbox) properties. These properties accept HTML content that renders before and after the input field respectively, enabling flexible customization without modifying the core textbox structure.
2828

2929
**Prepend Adornments**: Displayed at the beginning of the textbox.
3030
**Append Adornments**: Displayed at the end of the textbox.

0 commit comments

Comments
 (0)