hi ,
I have added a rich text box to my page using a custom webpart using the following line of code.
BaseFieldControl webControl = field.FieldRenderingControl;
Now , the textbox is showing on the page but without its borders and when i click on it or focus on it then no ribbon is loaded which will help me to format its text . What could i be doing wrong . Please help! is it the webpart loads before sp.js ?