freetextbox

Hidden FreeTextBox bug on Firefox

I have a problem with the FreeTextBox rich Text Editor in my ASP.NET site. The problem occurs when I access the site with firefox, and I have a freetextbox instance in a hidden div. The hidden div might also be an AJAX Tab Panel. The actual problem is that when the page loads it throws an uncaught exception (firebug shows the StoreHtml()...

FreeTextBox tabs are not preserved at postback.

We are using the FreeTextBox 3.1.6 on an intranet. The control appears on an ASP.Net project built in Visual Studio 2008. When clients enter tabs in the text box, those tabs do not get preserved at postback. Rather, the tabs are lost. Other text formatting, like bold, italics, or font size are preserved. Even when the postback event...

How can I customize the FreeTextBox menu?

I want to customize the menu of my FreeTextBox (FTB) control on an ASPX page. How do I add/remove elements from it? I'd also like to enable its spell checking feature. Any help/references will be appreciated. Thanks! ...

set the height of freetextbox

How should I go about setting the height of freetextbox? I want to size the textbox reasonably based on the lenght of the text in the textbox. ...

Freetextbox and validating requests

I am using freetextbox and have added to the web.config of my app but I still get the following error when submitting text with html: A potentially dangerous Request.Form value was detected from the client (ctl00_MainContent_FreeTextBox1=" I know this is not the preferred way to set up an app but why am I getting these errors even tho...

Convert special chars to HTML entities, without changing tags and parameters.

I'm using FreeTextBox editor to get some HTML created by users. The problem with this is this editor is not converting special chars in HTML entities at exception of "<>". I cannot use theHTML = Server.HtmlEncode(theHTML), because it converts all the HTML including tags and parameters, and I don't want to create an unfinishable list of ...

freetextbox copy pasting issue with html type tag

I cannot able to paste text in angular bracket like <> in freetextbox can anybody help me for that? ...

Can freetextbox display links that were not explicitly added?

I would like to display links that are pasted in as links rather than text but freetextbox does not seem to do this. For instance, if somebody pastes in http://www.stackoverflow.com it looks like a link but shows up only as text. Do I need to convert this myself or is there a setting in the editor to take care of this? ...

freetextbox spellchecking not working in IE

I have an .aspx page and am using the FTB:FreeTextBox control. Seems to be working fine except in conjunction with the jQuery spellchecker. In IE the spell checking is not working in the textbox. Is there something specific that its looking for to get it to work in IE? ...

OnChange event on FreeTextBox

Hi All, I am using the FreeTextBox ASP.Net HTML editor control. I am trying to make a javascript call when the text value changes. The control has a property called "ClientSideTextChanged" which is supposed to get fired on text changed, but instead fires on load of the control. Can any of you tell where i am going wrong. ...

Is there a way to position caret at end of text in asp.net using a FreeTextBox?

Using FreeTextBox in asp.net (vb codebehind). When the user selects from a list of responses, the response inserts into the ftb but the caret/cursor positions itself in front of the text that is inserted. The user has to click after the text every time. Is there a way to keep the cursor positioned after every text that's inserted? ...