AJAX :: HTMLEditor - Pasting Word Content As Plain Text Using The Context Menu

Mar 16, 2010

I am having an issue with the HTML editor when using the context menu to paste content from word. Basically I want to paste the content as plain text which i have been able to do when using the Ctrl +V key by using the captureInDesign method, but unable to do this when selecting paste from the context menu. Is this possible using the AJAX control kit 3.0.30930?

View 2 Replies


Similar Messages:

AJAX :: Htmleditor Paste Plain Text From Context Menu

Mar 21, 2011

I am having the issue where I want people to paste plain text and not any word formatting.

Obout_theo gave the code below, which made the normal ctrl + V paste in plain text the whole time. Which is perfect for my need.

BUT, most users use paste from the context menu and this pastes in word format. Does anyone know the answer to this problem?

[Code]....

View 5 Replies

Web Forms :: Display Formatted Content In CKEditor When Pasting Content From Word Document

Sep 22, 2012

I am pasting my resume in CKEditor. My resume have some images, Horizontal line, Bullets. When I paste it in CKEditor is not displaying these contents there. Is it any other way to do it? I want to show my resume format as it is as I have on the browser.

I am using asp.net 4.0 ....

View 1 Replies

AJAX :: Pasting Into HTMLEditor Control?

Jan 19, 2010

I have a few issues with the HTMLEditor control.

First, if I type an e-mail address into the HTMLEditor control, it automatically reformats the e-mail address into a link (underlined w/ blue font). How can I disable this feature?

Second, is there a way to prevent pasting into the HTMLEditor? I successfully got Internet Explorer to throw errors when I copied & pasted the entire page, HTMLEditor and all, into the HTMLEditor control. Since the page already contained a PageRequestManager, the data I pasted into HTMLEditor contained its own code for a PageRequestManager. As a result, unsurprisingly, I got the following IE error:

Error: Sys.InvalidOperationException: The PageRequestManager cannot be initialized more than once.

Is there a way for me to prevent these strange situations from occurring?

View 4 Replies

AJAX :: HTMLEditor: Paste From MS Word

May 4, 2010

I tried to use the Paste from Ms word button in the tool bar of htmlEditor to paste text. The htmleditor to manage to clean up the MS tags in the html markup. However, it also removes all the font sizes, setting them all to be a default font size.

View 1 Replies

AJAX :: HTMLeditor, Always Paste With Word Clean Up On?

Oct 11, 2010

I haven't been able to find a post about this, but the HTMLEditor is finally a rich text editor that properly removes word formatting without messaging up other stuff (thank god!). However, because I know my users, I would like for this 'paste as word' mode to be always on whenever they paste, how can I accomplish this?

View 2 Replies

AJAX :: AJAX Control Toolkit HTMLEditor - Paste From MS Word (with Cleanup)

Dec 3, 2010

I'm using AJAX Control Toolkit HTMLEditor.

I have a sample Microsoft Word document which has several paragraphs.

When I click the button "Paste from MS Word (with cleanup)" on the Editor, <br/> is inserted as the HTML instead of <p></p> i.e. HTML paragraphs.

I would like the MS Word paragraphs to retain their meaning and have a <p> instead of <br />.

(By the way, they are kept if I do a standard Paste, but then a lot of other obscure characters are inserted into the HTML)

View 2 Replies

AJAX :: How To Get Plain Text From HTML Editor

Apr 23, 2010

Is there a way to get the plain text from the html editors .content?

View 2 Replies

AJAX :: HTMLEditor Content Unchanged?

May 5, 2010

I've been having some real trouble with the HTMLEditor.Essentially, I would like the editor to display an entry of a SQL database, so that the user can edit the entry and update the entry.So, here is the aspx snippet:

[Code]....

This works great. The problem comes when I want to update the entry back to the database. When I press my asp:button, I use this to find out what my new value is

View 2 Replies

AJAX :: Only Allow Paste As Plain Text Into The Editor Control?

Dec 16, 2010

Is there any way to ONLY allow Paste as Plain text into the Ajax Editor Control? I want it so that the user can never paste anything but plain text.

View 8 Replies

AJAX :: Accordion Controls Is Visible As Plain Text?

Jun 2, 2010

I am trying to use an accordion control in a sharepoint webpart. The problem though is that all panes that i add to the accordion appear on the page as plain text (no graphics whatsoever). Also, if i hover the mouse over the control or press on a pane using IE8, then i get the error message that the variable $common is empty or not an object.

View 2 Replies

AJAX :: HTMLEditor Control - Unable To See Content

May 21, 2010

I'm attempting to add an Editor control to my site. However, my problem is that all I'm seeing when I view it are the toolbars; I can't see content in between the upper and lower toolbar. Having an Editor isn't very useful when I have no content to edit! Here's some code I'm using to test it; what am I missing?

[Code]....

View 1 Replies

AJAX :: Loading HTML In HTMLEditor Content?

Mar 22, 2010

I have a website where I'm trying to use an HTMLEditor to allow users to alter the body of email text. The text is stored in a database and looks like this:

[Code]....

I load the current email body into the Content property of a new HTMLEditor.Editor object. When it loads the HTML, though, it looks like it does above; it doesn't "process" it. Can the Editor process the HTML?

Also, when I do edit HTML in the object and submit, the Editor's Content includes "<" instead of "<", etc. Do I have to manually deal with that?

View 5 Replies

AJAX :: HTMLEditor - Detect Change In Content?

Jun 21, 2010

I have successfully implemented a page using a custom verison of the HTML Editor. Now I would like to check to see if the user has modified the content in the editor window and prompt them prior to leaving the page.

I am trying to do this in client side java script (but would be happy to do it server side) and can not seem to detect if there is even content in the HTMLEditor control, so there is no way I will get to the point of seeing if it changed.

View 2 Replies

AJAX :: How To Save The Content In The HtmlEditor Into Database

Mar 3, 2010

[Code]....

I want to save the content in the HtmlEditor into database, I think I can't put "Editor1" as the parameter name of the UpdateParameters, so maybe I can use OnContentChanged for the HtmlEditor to save the content into Label "Settings2" and put "Settings2" as the Parameter Name. Something like:

[Code]...

View 5 Replies

AJAX :: Retrieving The Content Of The HTMLEditor On The Client Side In JavaScript

Oct 12, 2010

retrieving the content of the HTMLEditor on the client side in Javascript

I have tried:

$get(context._ReviewTxtID).getContent()
$get(context._ReviewTxtID).Content
$get(context._ReviewTxtID).value

nothing seems to work

View 1 Replies

AJAX :: Get Selected Text From HtmlEditor?

Feb 28, 2011

I'm using HtmlEditor, could i get text which i selected in the HtmlEditor ? Does anyone have any good suggestions as to how to do this?

View 3 Replies

AJAX :: Text Pasted From PDF Disappears After Justifying In HTMLEditor?

Jun 7, 2010

The first step to reproduce the behaviour is pasting a specifc text from a PDF document into the HTMLEditor:

After that, select the text:

And then, click the Justify button. The selected text simply disappears:

The HTML code generated by the content:

The same happens for other texts like (also pasted from the same PDF):

The correspondig HTML markup generated by the HTMLEditor:

It seems like HTMLEditor has problems with some characters like " or subscripts. If the same texts are pasted into Word and then copied into the HTMLEditor, it works ok and the text is justified correctly.

View 1 Replies

Web Forms :: Convert Word Document Content To Text And Display In TextBox

Mar 5, 2013

In my project I am displaying word file in textbox. While users reading their data in textbox(uploaded as word)some unformatted fonts that is table in word coming like some type of fonts how to overcome this.

View 1 Replies

C# - Preview The Text Contents From HtmlEditor Control(ajax) On A4 Size Paper And Save It As .txt?

Oct 26, 2010

I am doing asp.net project using C#.I want to display the contents that are being typed in HtmlEditor control onto a A4 size as preview and i also want to save this content to a file(.doc or .txt).

How do i do it??

View 1 Replies

Pasting An Image On Rich Text Box?

Feb 2, 2010

I am trying to paste the image on rich text box from clipboard. Below is the code, but I am not sure how will I invoke it from code behind.

Below is the front end code:

[Code]....

View 16 Replies

Web Forms :: Display A Context Sensitive Menu Using Menu Control?

Jul 28, 2010

I know that the code depicted below will not work but I am including it to convey the idea of what I wish to accomplish. I want to use a different SiteMap to construct the menu on the displayed page for each of three different classes of service (COS).

I set a session variable named "COS" at the login and want to test its value prior to rendering each page. I want to display a menu based upon the appropriate COS. Here is my first stab at it but I know that I cannot include <asp:...> controls within the "case" statements. Can anyone suggest methods of doing this? I know C# and can use that but I do not know how to select the proper sitemap within the <menu> control. I am also using a CSS in my production version.

[Code]....

View 2 Replies

Web Forms :: Append Right Click Menu To A Textbox (Context Menu)

Jul 17, 2015

How to append right click menu to a textbox in asp.net c#?

View 1 Replies

Extract Plain Text From HTML Text?

Oct 20, 2010

I have used a rich textbox control,ckeditor in my case,When any formatting is done to the text the formatted text is populated in the datagrid.But I want to extract only the plain text in the grid and trim the length of data to 80 characters while populating.

The query for updating the answer is as follows

[Code]....

View 1 Replies

Security :: Embedding Plain-text Passwords?

Nov 19, 2010

I'm looking to create my application as secure as possible. Now I have following line of code:

[Code]....

As you can see, my password is in plain-text in the code. Now, I presume it's easy to decompile a code using a tool and getting your hands on the password. Since these are my AD Admin-credentials this is not that good.The AuthenticationTypes are secure, I think. They encrypt the data before sending it to the network.So there's just the problem of the plain-text password. I've searched for it on Google but can't find the proper solution. I've found alot about encrypting passwords in the web.config.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved