Questions tagged [freetextbox]

FreeTextBox is a WYSIWYG Rich HTML editor control for ASP.NET.

FreeTextBox is a ASP.NET control. It is a WYSIWYG Rich HTML editor.
More information at http://freetextbox.com/

46 questions
1
vote
1 answer

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.
Joe
0
votes
2 answers

Rich TextBox accepting Script tags also

I have a aspx form where we have used freetextbox as my rich text editor to make entries. but I am able to enter in this reach tags. how can i validate on client side that it should not accept any scripting which ever it is…
Murtaza
  • 3,045
  • 2
  • 25
  • 39
0
votes
1 answer

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.
Mr.B
  • 63
  • 2
  • 9
0
votes
2 answers

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 to myDropList using the line…
millie
  • 2,642
  • 10
  • 39
  • 58
0
votes
1 answer

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 after trying to fix them they did not give the…
Peter
  • 37,042
  • 39
  • 142
  • 198
0
votes
1 answer

Problem with
tag using FreeTextBox in ASP.NET Webforms

I have a problem with using FreeTextBox in my ASP.NET webforms project. I have multiple textboxes from which I am passing the value to my FreeTextBox on click. Everything works well, the text appears and I can edit it, but if I missed to enter…
Lindsay
  • 95
  • 1
  • 9
0
votes
1 answer

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!
Leon Tayson
  • 4,741
  • 7
  • 37
  • 36
0
votes
2 answers

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 FreeTextBox & Label. EDIT 2: This is the code I use: …
Tassisto
  • 9,877
  • 28
  • 100
  • 157
0
votes
1 answer

FreeTextBox HTML uneditable

For using FreeTextBox in a repeator, there is an issue where when clicking on from Design to the HTML option, it is just a full blue background and the HTML is uneditable. Note it seems to work good in a regular approach, but in clicking on HTML in…
0
votes
1 answer

Free Text Box width limit/wrapping

Hi I use the Free Text Box in my .net application. I was wondering if there was a way to prevent someone typing one single huge line of text. Can you set a wrap boundary on it?
maximdj
  • 315
  • 1
  • 12
0
votes
4 answers

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…
Ken
0
votes
1 answer

Free text box - Imagegallery error No file was uploaded

I am using ImageGallery control of FreeTextbox DLL for uploading images to server. The issue i am facing is when i click on upload button this error page is shown I Check the console of chrome, i got following error here is my aspx code of…
KanisXXX
  • 757
  • 7
  • 19
0
votes
1 answer

Trying to add "Free Text Box" to a web.config file

So, I added a FTB by using a Formview that connects the database to the webpage. When I tried to run the page and use the FTB, I was greeted with the following message: "FreeTextBox has not been correctly installed. To install FreeTextBox…
Ryan Ring
  • 1
  • 1
0
votes
1 answer

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…
Joe
  • 409
  • 2
  • 9
  • 19
0
votes
1 answer

How do I convert asp:textbox to freetextbox

I have an asp:TextBox that I need to convert to a FreeTextBox. The following is my asp:TextBox aspx code: <%@ Register TagPrefix="FTB" Namespace="FreeTextBoxControls" Assembly="FreeTextBox" %>