I am doing something wrong here but I don't know what it is. The "Insert Image" Button is not working for me. here is what I have.
<CE:Editor name="txtBio" id="txtBio" MaxHTMLLength="3000" MaxMediaSize="3000" EnableScriptTags="false" BreakMode="UseDivOnCarriageReturn" EnableFancyDropDownMenu="true" AutoConfigure="Simple" runat="server" > </CE:Editor>
Code Behind:
txtBio.DisableItemList = "StyleDropDown, ParagraphDropDown, CodeSnippetDown, LinkDropDown, Emotion"