Skip to content

Commit a6e89e9

Browse files
authored
Control ID fixes
1 parent 9e732c2 commit a6e89e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

controls/editor/how-to/preserve-content-on-back-button.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Browsers automatically preserve the content in such scenario only for form eleme
2121
>caption Example 1: Solution with `window.onbeforeunload` event.
2222

2323

24-
<telerik:RadEditor runat="server" ID="RadEditor" RenderMode="Lightweight"></telerik:RadEditor>
24+
<telerik:RadEditor runat="server" ID="RadEditor1" RenderMode="Lightweight"></telerik:RadEditor>
2525

2626
<a href="http://www.telerik.com/">Navigate to www.telerik.com</a>
2727

@@ -53,7 +53,7 @@ Browsers automatically preserve the content in such scenario only for form eleme
5353
>caption Example 3: Solution with `setInterval` approach.
5454

5555

56-
<telerik:RadEditor runat="server" ID="RadEditor" RenderMode="Lightweight" OnClientLoad="OnClientLoad"></telerik:RadEditor>
56+
<telerik:RadEditor runat="server" ID="RadEditor1" RenderMode="Lightweight" OnClientLoad="OnClientLoad"></telerik:RadEditor>
5757

5858
<a href="http://www.telerik.com/">Navigate to www.telerik.com</a>
5959

0 commit comments

Comments
 (0)