Tagged Questions
FreeTextBox is a WYSIWYG Rich HTML editor control for ASP.NET.
4
votes
3answers
455 views
Isn't dangerous if I set ValidateRequest to false?
I'm using FreeTextBox HTML editor in some webforms in my asp.net project . if I do not set ValidateRequest property to false I get this error :
A potentially dangerous Request.Form value was ...
1
vote
2answers
82 views
FreeTextBox not working on Mac Safari 5.0.5 (6533.21.1)
I have noticed that the pages which contain FreeTextBox are freezing when I click the submit button. (infact any button on the page).
Is there anything I can do to get around this problem without ...
1
vote
1answer
204 views
Disable auto-close HTML tagging in FreeTextBox for ASP.NET
Recently I have run into a bit of a problem with FreeTextBox for ASP.NET. Every time I open a HTML tag in the HTML editor view, if I switch to the design view and come back the tag is automatically ...
1
vote
2answers
31 views
asp.net text messed issue
First of all take a look at website www.elcieloessalud.com/Tratamientos.aspx
I have built this website for a spanish client of mine, it is built in .net framework 3.5
issue is that i have a cms kind ...
1
vote
0answers
246 views
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 ...
1
vote
4answers
1k views
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 ...
0
votes
1answer
17 views
FreeTexBox in Visual Studio 2010
I've downloaded and using FreeTextBox control in visual studio 2010 (.Net Framework 4.0)
but i got the following error.
0
votes
2answers
126 views
ASP.Net Accessing child controls in a FormView control
I'm using a FormView control (myFormView) with an EditItemTemplate which contains a number of child controls. When I use a standard ASP.Net DropDownList control (myDropList), I can obtain a reference ...
0
votes
1answer
106 views
javascript FreeTextBox get caret position (IE)
Hi im trying to get the caret position inside the freetextbox this only needs to work in IE, i have no idea how to do it tried a few scripts that i found with google but non of them worked and even ...
0
votes
0answers
79 views
Yetanotherforum getting Spell check to work
Hello and thank you for looking at this post.
I am currently struggling to get spell check working with Yetanotherforum.
I am trying to accomplish this by using only free technologies.
I know that ...
0
votes
1answer
290 views
FreeTextBox with MVC3 Razor?
How to use FreeTextBox WYSIWYG Editor control With MVC 3 "Razor"?
Free Text Box Website
Do I need some configuration in Web.Config?
Sample code can help a lot?
0
votes
0answers
45 views
Adding Special Symbols to FreeTextBox Symbols dropdown
I need to populate a FreeTextBox instance with special symbols other than the default items. Not able to find much documentation on SymbolsMenuList property. The App will be used in a research paper ...
0
votes
0answers
282 views
Problem in saving a free text box value using firefox
When I used IE6, it works properly, but when I use Firefox I can't save it anymore. Here's my code. Thanks guys!
<asp:CustomValidator ID="CustomValidator1" runat="server" ...
0
votes
2answers
332 views
How to display image in FreeTextBox & Label?
Is it possible to display an image in a FreeTextBox? If yes, how can I do this?
Thank you in advance!
EDIT:
I want to load images from the attachment of an EmailMessage and display it in a ...
0
votes
0answers
357 views
FreeTextBox Browser Compatibility-Problem with Image gallery insertion
when i am trying to insert image from imagegallery in any browser apart from IE, images are not inserted in to FreeTextbox, unless and until i tried to put some text in Freetextbox and then insert ...
0
votes
1answer
360 views
FreeTextBox causing permission denied error
I am using a freetextbox control on my asp.net page. It is causing a Permission Denied pop up message, but not always when I am working with the freetextbox directly.
Example: I can submit the text ...
0
votes
1answer
206 views
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 ...
0
votes
1answer
104 views
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?
0
votes
3answers
1k views
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 = ...
0
votes
2answers
1k views
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 ...
0
votes
1answer
342 views
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.
0
votes
1answer
1k views
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 ...
0
votes
4answers
839 views
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 ...