C# - Customizing Ajax Toolkit Html Editor Control?
Mar 8, 2011
Two questions:
1: my requirement is absolutely weird. To add a dropdown in the existing toolbar of HTMLEditor of Ajaxtoolkit and that dropdown will be populated from the database. I am stucked with the issue ..
Or if its not possible
2: any way to display context menu inside the HTML editor and from context menu , i can choose item, and that item will get placed at the position from where context menu is called. Also that context menu will be able to display data from database. I hope you can under stand , first one is my issue and another one is its workaround..
View 1 Replies
Similar Messages:
Mar 11, 2011
I have a Editor control with ID="Editor1" . But i want to retrieve its html content entered by the user in the client side through jQuery .
View 3 Replies
Jul 19, 2010
I'm using the lovely Html Editor control of AjaxToolkit packet and faced to the following problem:- when a French text is typed like this:"En dépit de la détection d'une possible nouvelle fuite, le responsable des opérations de lutte contre la marée noire a autorisé la compagnie BP à poursuivre pendant 24 heures les tests qu'elle effectue sur le puits endommagé."in code behind from the Editor's property Content I retrieve the text like this:
View 1 Replies
Jun 15, 2010
I am using Ajax Toolkit's Html Editor in my application. When I select a text and convert it to a url by giving a link in the url popup,the url popup takes only a maximum of 255 characters. Whereas a URL can actually be upto 2048 characters. I would like to know if there is any way of changing the maxlength of the url popup.
View 1 Replies
May 19, 2010
I put an Ajax Control Toolkit's HTML Editor in one view page but I have no idea how to access its contents!
View 9 Replies
Mar 27, 2011
When trying to use the editor control i'm getting the following error:
Value cannot be null or empty.
Parameter name: elementID
Here's my HTML:
[code]....
I'm using asp.net 4 with ajax control toolkit for version 4.
I believe the error is talking about the routing I have. Is there something special I have to do if I want to use the toolkit and custom routing?
View 1 Replies
Dec 1, 2010
i have used ajax control toolkit masked editor extender.i want to remove "_" from masking pattern and want to replace it with space. for ex. want " - - " instead of this
<
asp:MaskedEditExtender
ID="MEETxbPhone"
TargetControlID="txbPhone"
Mask="999-999-9999"
[code]...
View 2 Replies
Mar 28, 2011
using Editor control of ajax toolkit control is uneditable.I know its reason but do not know how to solve that.In the top of the html page we have this text
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
written whenever we open a aspx page.But due to some reason i do not have to use that text, so i have deleted that.That's why my editor is uneditable.When i take those text that editor is editable.So, how that editor can be editable without taking those text ?
View 1 Replies
Jun 22, 2010
I was wondering if there was an easy way to change the output generation properties of the HTML editor.
I need to change it from the current XHTML standard (spans, etc) to legacy styles; <b>, <u>, <i>, etc.
View 2 Replies
Mar 3, 2010
how to use the html editor control in ajax. i want to be able to use it to submit a written text to a database or send an email from my webpage.
View 1 Replies
Apr 6, 2010
I need the client side only version of the HTML Editor (if it exsists) and if it does, can someone show me a basic example, or point me to one?
View 3 Replies
Apr 2, 2011
I want to change the default view of Html Editor in asp.net using language as vb but i don't have any idea how to do it. Can any one tell me how to do it.
View 1 Replies
Jul 3, 2010
I have VS2005 with AJAX control kit installed. I would like to use the AJAX HTML Editor Control, but I don't see it in the controls list How to add it to the controls list?
View 4 Replies
Feb 4, 2010
I've download AJAX Control Toolkit and drag Editor control to my .aspx page. It's said the control can add image in this tutorial: http://www.asp.net/learn/Ajax-Control-Toolkit/tutorial-50-cs.aspxbut how? I cannot find the insert image button.
View 3 Replies
May 30, 2010
I have to use an editor. For that i m using ajax html editor. [URL] but there is no option for image inserting.
View 3 Replies
Dec 8, 2010
I am using in C# HTML EDITOR Control MS Ajax.
I would like to know if is possible FORCE the control HTML EDITOR to DO NOT ACCEPT text from PASTE (short cut ctrl+v or menu command).
My aim is to prevent css inline code to be added to the text.
I would allow user to add text if pasted just with HTML EDITOR Button PASTE PLAIN TEXT.
View 1 Replies
Mar 18, 2011
in my page i have 10 DDL and an Ajax Html Editor, each and every selectedIndexChanged event of the DDL i'lll focus the next DDL but the focus not set to the DDL, instead of that its always focused to the editor. i set tabindex but no luck.. may i know what is the issue and how to resolve this?
View 4 Replies
Mar 19, 2010
I'm working with the AJax HTML Editor control and was wondering how to set the default text size. Out of the box it is set to default (10pt) I would like to set that to 12pt.
View 6 Replies
Jan 25, 2011
I a using an HTML Editor control on a page within a Update Panel, when te user selects from a DropDownList the page gets the requested Text from an SQL DB and updates the HTML Editor. This all works fine and if the user edits the text it is also saved back to the DB perfectly fine.
However if the user tries to put a blank line in to the TEXT (Line theline above this one!) even switching from Design to Preview this line is removed and if the Text is saved back to the DB the line is removed. I have tried adding lots of lines but they are always removed as if the control is thinking well we don't need this white space so lets get rid of it.
View 4 Replies
Jan 26, 2010
I have an Editor control on my page and the user can go in use it hit save and that all works.
In another part of the page I have a simple dropdown to select a note and view it. When you push view it loads the text which was entered in via the editor control.
If the user used an order or unordered list. The text shows up but not the list part.
So if they did this:
Example
ThisAnd this
What is displaying is
Example
This
And This
Without the bullets. Same for the numbers.
I have it going to a literal control which should render the html, but it doesn't.
View 3 Replies
Mar 18, 2010
I have a few questions about HTML Editor Control.
1. when saving content to sql server which dataype do I use?
2. Since they changed this site, I am unable to find access the videos. there was a video about custom editor control, but it was in VB and I need the code in C# does anyone know how to access the videos and sample code on this site anymore?
View 2 Replies
Dec 25, 2010
i use ajax html editor control in my page.aspx
this is my text in editor control
i see, my text have "check gramma" by red line
i want to disable "check gramma" in ajax html editor control
View 2 Replies
Aug 2, 2010
I want to have a JavaScript Function that sets focus on the content of the ASP.net AJAX Editor..
I have tried so many ways,
like:
[Code]....
what is done that the " Font DropDown Menu " is focused,
and when I press " Tab " Two times, the content is focused..
so how can I run the " Tab " Functionality at runtime using JavaScript or VB ?
View 2 Replies
Jul 21, 2010
I have a HTMLEditor on a page with a button which inserts a table. The problem I am having is that the insertHTML() function always puts the table at the top of the editor, not at the current cursor position (which is how I thought it was supposed to work). I am using the following javascript which I found in this forum:
[Code]....
View 3 Replies
Dec 8, 2010
I am Getting the following error using the Numeric UpDown Control from Ajax Control Toolkit.
Assembly 'AjaxControlToolkit, Version=3.0.30512.20315, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' contains a Web resource with name 'AjaxControlToolkit.NumericUpDown.NumericUpDownBehavior.debug.js', but does not contain an embedded resource with name 'AjaxControlToolkit.NumericUpDown.NumericUpDownBehavior.debug.js'.
View 2 Replies