Skip to content

Commit 8cb5ed1

Browse files
docs(common): update server API reference for R3 2018
1 parent ec2b26a commit 8cb5ed1

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

api/server/Telerik.Web.UI/RadEditor.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -885,13 +885,13 @@ A Stream object holding the DOCX content to be transformed and loaded.
885885

886886
### LoadDocxContent
887887

888-
This method is used to convert Markdown content to DOCX and loadit in RadEditor.
888+
This method is used to convert DOCX content to HTML and load it in RadEditor.
889889

890890
#### Parameters
891891

892892
#### docxText `System.String`
893893

894-
A String object holding the DOCX content to be transformed and loaded.
894+
A String object in ASCII encoding holding the DOCX content to be transformed and loaded.
895895

896896
#### Returns
897897

@@ -963,13 +963,13 @@ A Stream object holding the RTF content to be transformed and loaded.
963963

964964
### LoadRtfContent
965965

966-
This method is used to convert Markdown content to RTF and loadit in RadEditor.
966+
This method is used to convert RTF content to HTML and load it in RadEditor.
967967

968968
#### Parameters
969969

970970
#### rtfText `System.String`
971971

972-
A String object holding the RTF content to be transformed and loaded.
972+
A String object encoded in ASCII holding the RTF content to be transformed and loaded.
973973

974974
#### Returns
975975

api/server/Telerik.Web.UI/RadLightBox.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,12 @@ Gets or sets the ODataDataSource used for data binding.
172172

173173
### PreserveCurrentItemTemplates `RadLightBoxItem`
174174

175-
If set to true, this will prevent disposing of the current item's templates which will help avoid
176-
the postback when only one template item is available in the items collection. Disabled by default.
175+
If set to true, this will prevent disposing of the current item's templates which will avoid
176+
the postback when only one template item is available in the items collection and the lightbox is closed and then re-opened.
177+
Disabled by default.
178+
179+
#### Remarks
180+
See the RadLightBox Templates article for more detail: https://docs.telerik.com/devtools/aspnet-ajax/controls/lightbox/functionality/templates
177181

178182
### RegisterWithScriptManager `Boolean`
179183

0 commit comments

Comments
 (0)