Skip to content

Commit c4c60fb

Browse files
998122: updated
1 parent cd8baaa commit c4c60fb

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ Adornments are useful for:
2424

2525
## Add adornments to masked textbox
2626

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.
27+
Use prependTemplate and 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.
2828

29-
- **Prepend (Prefix)**: Renders before the masked input.
30-
- **Append (Suffix)**: Renders after the masked input.
29+
- **PrependTemplate**: Renders before the masked input.
30+
- **AppendTemplate**: Renders after the masked input.
3131

3232
## Basic implementation
3333

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

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

2727
## Add adornments to numeric textbox
2828

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.
29+
Adornments are added using the prependTemplate and 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.
3030

31-
**Prepend Adornments (Prefix)**: Displayed at the beginning of the numeric textbox (left side for LTR layouts)
32-
**Append Adornments (Suffix)**: Displayed at the end of the numeric textbox (right side for LTR layouts)
31+
**PrependTemplate**: Renders before the numeric textbox.
32+
**AppendTemplate**: Renders after the numeric textbox.
3333

3434
### Basic implementation
3535

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

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

2626
## Add adornments to textarea
2727

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.
28+
Adornments are added using the prependTemplate and appendTemplate properties. These properties accept HTML content that renders before and after the textarea respectively, enabling flexible customization without modifying the core textarea structure.
2929

30-
**Prepend Adornments (Prefix)**: Displayed at the beginning of the textarea.
31-
**Append Adornments (Suffix)**: Displayed at the end of the textarea.
30+
**PrependTemplate**: Renders before the textarea.
31+
**AppendTemplate**: Renders after the textarea.
3232

3333
## Configure flow and orientation
3434

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ Adornments are useful for:
2424

2525
## Add adornments to textbox
2626

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.
27+
Adornments are added using the prependTemplate and 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.
2828

29-
**Prepend Adornments**: Displayed at the beginning of the textbox.
30-
**Append Adornments**: Displayed at the end of the textbox.
29+
**PrependTemplate**: Renders before the textbox.
30+
**AppendTemplate**: Renders after the textbox.
3131

3232
### Basic implementation
3333

0 commit comments

Comments
 (0)