| 
                                                                        
                                                                         
                                                                            
                                                                                kentico_jurajo
                                                                            - 
                                                                                3/28/2012 2:31:06 AM
                                                                            
                                                                         
                                                                         
                                                                            
                                                                        
                                                                        
                                                                         
                                                                        
                                                                        
                                                                        
                                                                        
                                                                        
                                                                         
                                                                        
                                                                            RE:Editor in Custom Web Part
                                                                        
                                                                            Hi,
  you need to load the content to the editable text web part/control using something like this:
   <editableTextID>.LoadContent(CMS.PortalEngine.PageInfoProvider.GetPageInfo(CMSContext.CurrentSiteName, CMSContext.CurrentDocumentParent.NodeAliasPath, "en-GB", null, true));
  I hope it will help.
  Best regards, Juraj Ondrus 
                                                                         
                                                                        
                                                                            
                                                                         
                                                                        
                                                                         
                                                                        
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                         
                                                                        
                                                                            
                                                                            
                                                                            
                                                                            
                                                                         
                                                                        
                                                                         
                                                                     |