File tree 2 files changed +10
-6
lines changed
api/server/Telerik.Web.UI
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -885,13 +885,13 @@ A Stream object holding the DOCX content to be transformed and loaded.
885
885
886
886
### LoadDocxContent
887
887
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.
889
889
890
890
#### Parameters
891
891
892
892
#### docxText ` System.String `
893
893
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.
895
895
896
896
#### Returns
897
897
@@ -963,13 +963,13 @@ A Stream object holding the RTF content to be transformed and loaded.
963
963
964
964
### LoadRtfContent
965
965
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.
967
967
968
968
#### Parameters
969
969
970
970
#### rtfText ` System.String `
971
971
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.
973
973
974
974
#### Returns
975
975
Original file line number Diff line number Diff line change @@ -172,8 +172,12 @@ Gets or sets the ODataDataSource used for data binding.
172
172
173
173
### PreserveCurrentItemTemplates ` RadLightBoxItem `
174
174
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
177
181
178
182
### RegisterWithScriptManager ` Boolean `
179
183
You can’t perform that action at this time.
0 commit comments