Skip to content

Commit 18bd57a

Browse files
authored
docs(button): Add info what is rendered when SingleClick is enabled
1 parent 3fc29ab commit 18bd57a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

controls/button/functionality/single-click-button.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ position: 0
1616

1717
The single click button (**Figure 1**) is used to avoid multiple postbacks/callbacks to the server. This feature is useful in database and/or e-mail send scenarios when the developer should prevent submitting of identical content multiple times to the server.
1818

19-
>note The single click functionality is available only for buttons that make postbacks. For example the functionality is not available for the LinkButton because it acts as an anchor element.
19+
>note The single click functionality is available only for buttons that make postbacks. For example the functionality is not available for the LinkButton because it acts as an anchor element.
20+
>
21+
>When the single click functionality is enabled, the button is rendered as `<button type="button">` instead of a `<button type="submit">` and that takes precedence over the `UseSubmitBehavior` property.
2022
2123
>caption Figure 1: RadButton with SingeClick functionality before and after click.
2224

0 commit comments

Comments
 (0)