Web Forms :: How To Get WYSIWYG Editor
Feb 9, 2010
I'm currently using a WYSIWYG editor , what I'm wanting to do is give the admin the ability to drag or add asp.net button or label to the editable area, unfortunately when I try to add say a button or asp.net label at present the WYSIWYG editor sees it as html text and not as an asp.net control. Does anyone know how to get around this or if there is an existing WYSIWYG editor that allows asp.net control to be added to the editable area?
View 3 Replies
Similar Messages:
Jul 27, 2010
iam looking for a good free WYSIWYG Editor. In the past i use the fckeditor. the new currently version ckeditor is not bad, but i have no image browsing or uploading. you need to buy the ckfinder. need a editor that is simple to include in my webform with image browsing and uploading.
View 7 Replies
Mar 30, 2010
WYSIWYG editor when it comes to editing complex HTML pages generated from ASP.NET, PHP, GWT or anything else. I've tried a lot of WYSIWYG tools, but after a certain point I always end up with manually editing the HTML source code or CSS to fix different issues. The editors I've tried are never compatible with the ASP.NET/PHP/etc code I'm writing.Edit: I have used Visual Studio for a few years to do ASP.NET development. After a while, it always comes to the point where I can't even open the pages and user controls because they rely on so many things which aren't available in debug time.
View 5 Replies
Oct 19, 2010
I want to use one free wysiwyg html editor in one of the website I am developing. It's commercial website which I am developing for a company.Could you please suggest me from your experience the best free available wysiwyg HTML editor for web.FYI - Website is build with ASP.Net 4.0, C#.Net
View 2 Replies
Mar 8, 2011
I am using an open source wysiwyg editor on one of my asp.net web pages to create news pages... On one page It is put into place like this: Registered at top of asp.net web page...
<%@ Register Src="~/WebUserControls/HTMLEditorControl.ascx" TagName="HTMLEditorControl" TagPrefix="uc2" %>
<div>
<uc2:HTMLEditorControl ID="HelpTextBox" runat="server" />
</div>
In the code behind there is a Save method that basically saves the above editor data using the id:dataset.column = htmlTextArea.GetHTML ;When I try to bring up the page with the editor, I get the error: 'WYSIWYG' is undefined at Line 900, which is:
<script language="javascript" type="text/javascript" >
WYSIWYG.attach('ctl00_ContentPlaceHolder_HelpTextBox_htmlTextArea');
</script>
View 1 Replies
Jan 18, 2010
What is a good and simple wysiwyg text editor to use with asp.net mvc I only need the bold and insert a link functionalities.
View 3 Replies
Mar 12, 2011
I need just a basic functions:bold textheader textlist (numbered)undo and redoinsert imagechange background of editor don't need to let the user directly change html code. There I have found some editors that supports all those functions except inserting images.
View 4 Replies
Jun 9, 2010
Is there a WYSIWYG editor that is able to format code?
So when anyone inserts code into the wysiwyg editor box, it would properly format it?
View 2 Replies
Mar 23, 2011
can i add html page/template into tinymce or fckeditor or WYSIWYG editor
View 4 Replies
Apr 14, 2010
I'm using "open WYSIWYG" editor which can downloaded from "http://www.openwebware.com/" in my asp.net application. Which can be applied the style by using the following
<script language="javascript1.2">
WYSIWYG.attach('<%=txtMessage.ClientID%>');
</script>
It will add the styles there is no problem on this . My question is, i have a "Required field validator" for "txtMessage" text box(which is a asp.net server control). After attach the style to "txtMessage" the required field validator not functioning well.If i remove or comment the above script tag means it works fine. I don't knw whats the reason behind this.
View 1 Replies
Jul 16, 2010
I 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?
View 4 Replies
Jan 21, 2010
I am using wysiwyg to allow the user to enter HTML formated text, i am storing that in database and then i want to display that html in my asp.net page.
View 3 Replies
May 18, 2010
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 Replies
Sep 6, 2010
i 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 Replies
Feb 14, 2011
there 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 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
Aug 23, 2010
I have a WYSIWYG textarea (CKeditor) in my CMS.Most of the users write the article first in a word document and then paste it in the textarea.
Sometimes they paste as plain text, but sometimes not. And sometimes the articles final result is a mess because of the HTML that Word generates.
I have problems specially with the fonts, people change font face in Word and when they paste text in the textarea, the font face used in Word remains (seems that Word uses the <font> tag.
View 3 Replies
Jun 1, 2010
I am working on ASP.Net based template editor that lets authors create text templates using Javascript inserted placeholder tags that will be filled in with dynamic text when the templates are used to display the final results.For example the author might create a template likeThe word [%12#add] was generated dynamically.he application would eventually replace the tag with a dynamic word down the road (though it's not specifically relevant to this post)The word foo was generated dynamically.Depending on the circumstances, the template may be created in a text input, textarea or a modified version of the Ajax Control Toolkit HTML Editor. There might be 40 or more of these editable elements on the page, so using lots of stripped down or modified HTML editors would probably bog the page down too much.
View 2 Replies
Jul 31, 2010
A few basic yes/no questions to see if I am expecting the impossible within VWDE:
At one point I thought I was given an option to create an external css file & have all styles automatically stored in the external file. Is there such a setting? ( Right now I have an external css file created & linked to the page, but as I work on the web page in Design view all new styles are created in the web page & I need to use the style manager to move them to the external file. )Can I tell VWDE to generate css for all formatting as I create a new table in the web page in design view? In other words, can I work strictly in web page design view yet have all formatting code - including the table layout - generated into the external css file?If I create style code for a web page table, does that style code need to be manually modified each time I add or remove rows from the table?Is there a VWDE funtion/tool to generate an external css file for an existing web page that contains embedded/inline styles? Right now I find that I need to individually move each style to an external sheet - i.e. Q1.If I were able in some way to create an external css file to handle all formatting for a given web page, would I have to manually create & maintain a second external css file to provide a printer-friendly format?Basically I have found so far that WYSIWYG editting in VWDE is ok up to a point, but support for CSS in Design view is very limited. It seems that if I want to employ CSS, I have to edit & separately manage CSS code rather than work in a WYSIWYG mode.
TI am hoping that even simple yes/no answers to the above will help me determine if VWDE is an exercise in frustration or worthwhile for me.
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
Jan 25, 2010
how I can get an editor like this :
-------
Simple and free .. !
View 2 Replies
Apr 10, 2010
I want to use an editor contorl for my website and i want tit exactly like this Website Can you please tell me which is the editor it is??
View 1 Replies
Apr 2, 2010
I 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?
View 6 Replies
Feb 16, 2010
is there any rich text editor for asp.net 2.0? i think only 3.0+ versions support ajax.
what do i do with 2.0?
View 3 Replies
Jan 3, 2011
i need to use a ediotr in my asp.net web application which has few additional featuresi have checked with almos all online editors avaliable . one of them has the features i need but its not a free editori need to make such a editor for using in my application.
View 3 Replies