File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed 
api/server/Telerik.Web.UI Expand file tree Collapse file tree 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.
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
Original file line number Diff line number Diff 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
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments