Forms Data Controls ::looking For Editor Control?
Mar 9, 2010Is there an ASP.NET editor control similar to the editor for word or even this forum availble?
View 1 RepliesIs there an ASP.NET editor control similar to the editor for word or even this forum availble?
View 1 Repliesthere is any free Rick Text Editor server control available for web, note that I am not asking about DHTML controls like FreeTextBox and similar.
View 9 RepliesI went through the documentation and looked at the asp.net/webmatrix pages but could not find a RichTextEditor.
Is there one built into WebMatrix or can I just use the AjaxToolkit Html Editor or another 3rd party editor?
How can i send the entered data from editior control to access database. i retried to define new varible string "Details" and store the content of the editor which has ID="ed_Details":
Dim Details As string = ed_Details.content
but it gave me error
Name 'ed_Details' is not declared.
if i can get the script of color picker as like shown in this link?ttp://tinymce.moxiecode.com/examples/example_25.php
View 2 Repliesopen a pdf in webtext editor? If not is there any alternative? Also is there any API available , which will convert a pdf to html with mininum damage to formattings?
View 3 RepliesI want my Website to have one Editor Contorl to post articles and stuff...
Whice is the best contol to use ...
Editor control are some thing which converts the user actions into HTML like the contorl which have bold,italic and underline and some link insertion...
Which is the best one to use?
I am building an asp.net site in which I need to have editor text boxes in different forms. I am planning to buy cute editor license but just want to check whether there are any alternatives available in open source.
View 2 Repliesi need to create a html editor for use to every page to update the web page content. By right, the html editor only can seen by administrator. So , i should create a custom web part/user control to update different table of database or create a custom editor zone better? how can we do it just like the share point html editor web part?
View 3 RepliesI'm trying to use a required field validator on a fckeditor inside a formview edit template, but it's not working and I can't seem to get any google searched methods on this to work.
View 4 RepliesI need a text editor close to this , any one will be okay
View 11 RepliesI am developing a large dent in my forehead trying to figure out why my server control will not display the property editors, both image and URL navigation. I have done everything that they say on the different sites but the editors will not show up, here is my code:
#Region "Imports"
Imports System
Imports System.Collections.Generic
Imports System.ComponentModel
Imports System.Text
[Code]....
Are there any free rtf editor control with spellcheck embedded. I am using VS 2008.
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 RepliesWhen 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?
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
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.
How do I insert records into database using Ajax editor.Â
View 1 Replieshow 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 RepliesI 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 RepliesI 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 RepliesI have installed VWD2010
created a new website (Build Target 3.5)
I then made a reference to the AjaxControlToolkit.dll where it created a new Bin folder and added a whole load of folders below plus the dll file apprears.I've also installed the AJAX tool bar where all the Ajax controls are available.
Then on a new page I added the Editor control which rendered the page as the following
[Code]....
[Code]....
[Code]....
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 RepliesI 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 RepliesI 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