Hi,
I am using the FindAndReplace dialogs. In order to hide the Replace tab in the FindAndReplace dialog, I have copied the EditorDialogs directory from the RadControls installation to the author folder of my application and set the ExternalDialogsPath property of the Radeditor to the path referencing the above created folder. Below is the exact path
I am using the FindAndReplace dialogs. In order to hide the Replace tab in the FindAndReplace dialog, I have copied the EditorDialogs directory from the RadControls installation to the author folder of my application and set the ExternalDialogsPath property of the Radeditor to the path referencing the above created folder. Below is the exact path
ExternalDialogsPath
="~/app/authoring/author/EditorDialogs/EditorDialogsForLOs"
I have also added the below statement in the user control
this._tab._tabs[1].style.display = "none";
Now I want to change the text on the Cancel button to "Close".
Can you please suggest me the how to do this?
Thanks,
Srinivas Vaidya