AJAX :: Add Image Tag To AjaxControlToolkit.HTMLEditor

Mar 23, 2010

I need to add image tag to AjaxControlToolkit.HTMLEditor???

View 4 Replies


Similar Messages:

C# - Handle Tab Key Press Outside Of AjaxControlToolkit HTMLEditor?

Nov 23, 2010

I have 4 HTMLEditor controls from the AjaxControlToolkit on the same page. I love everything the control does except for how it handles the tab key. I want the user to be able to tab from one HTMLEditor to another instead of insert tabs into the content in the HTMLEditor. If possible I would want to be able to tab between HTMLEditors and other controls, but if the fix will only work between HTMLEditors I can make that work in this instance.

I have also tried both the SuppressTabInDesignMode and IgnoreTab and neither seems to do anything

EDIT: Here is some code that I am trying and is not working. I have tried a few combinations of the two tags mentioned above, but none of these examples ignores tab key presses. I redownloaded the ajaxcontroltoolkit to make sure it is up to date.

<asp:ScriptManager runat="server"></asp:ScriptManager>
<HTMLEditor:Editor ID="Editor0" runat="server" TabIndex="1" IgnoreTab="false" SuppressTabInDesignMode="true" Height="200" />
<HTMLEditor:Editor ID="Editor1" runat="server" TabIndex="2" IgnoreTab="false" SuppressTabInDesignMode="false" Height="200" />
<HTMLEditor:Editor ID="Editor2" runat="server" TabIndex="3" IgnoreTab="true" SuppressTabInDesignMode="true" Height="200" />
<asp:Button ID="btnTester" runat="server" Text="testing tab" TabIndex="4" />

Drop that code into an ASPX page with the following two lines at the top of the page

<%@ Register
Assembly="AjaxControlToolkit"
Namespace="AjaxControlToolkit"
TagPrefix="ajaxToolkit" %>
<%@ Register
Assembly="AjaxControlToolkit"
Namespace="AjaxControlToolkit.HTMLEditor"
TagPrefix="HTMLEditor" %>

View 1 Replies

Inserting Value To AjaxControlToolkit - HTMLEditor Using Javascript?

Oct 11, 2010

I'm using AjaxControlToolkit.HTMLEditor, and I want to add value to it using javascript or jquery like this:

alert( $find("eCompose_ctl02_ctl01")); // if

$find("eCompose_ctl02_ctl01").attr('value') = "asdfasdfasdf asdfasd asdf sf";

also tried like this:

document.getElementById('eCompose_ctl02_ctl01').value += "ababsakas asdasd l";

But the above code does not insert text into HTMLEditor.

EDIT.this is html code for HTMLEditor:

<HTMLEditor:Editor ID="eCompose" runat="server" Height="240px" Width="90%" AutoFocus="true" InitialCleanUp="true" />

i tried to access like this: alert(document.getElementById("<%= eCompose.ClientID %>")) and got null

View 2 Replies

AJAX :: HTMLEditor Description Image Path?

May 14, 2010

How do you deal with images in the HTML Editor from the Ajax Toolkit? I didn't find a way to define the image directory or something to set a relative default path.

Since the Editor is normally in a different subdirectory than the content pages will be displayed afterwards.

Also, there is no option to include images somehow, no?

View 2 Replies

AJAX :: Where To Get AjaxControlToolKit HTML Editor To Work With An Image Button/changes

May 5, 2010

I'm also trying to implement a custom button on the toolbar, and have it working, sort of. I took the sample code and modified it so I only insert one button, to insert an image from a list in a database. I renamed the class from the original to CustomHTMLEditor and removed a few of the properties and methods I won't be needing. All this works 99%. The control is shown in the design and in my web page and the inserting of the image all works 100%, but there is an error in the designer : Unknown server tag 'customEditors:CustomHTMLEditor'.

Because of this, I cannot reference the control in code at all and thus not get the Content when the page is posted back.

Here are my two files in the App_Code folder:

From HTMLEditor.Samples.cs:

[Code]....

From HTMLEditor.CustomButtonsAndPopups.cs

[Code]....

View 1 Replies

AJAX :: How To Use AjaxControlToolkit.dll And Actkit.dll(Modified AjaxControlToolkit.dll) In Single Page

Oct 29, 2010

I want to disable past dates, so i modified AjaxControlToolkit.dll and named as "Actkit.dll".

View 1 Replies

AJAX :: Customized Calendar "AjaxControlToolKit Undefined" Problem In New AjaxControlToolKit

May 19, 2010

I just downloaded the latest AjaxControlToolKit.dll (3.5.40412.0), and update it in my old project. When I compile the project, it shows sucessful. However, when I used my Customized Calendar, it got "AjaxControlToolKit Undefined"

ps: my old project is developed under AjaxControlToolKit.dll (3.0.20820.16598) . // README

View 1 Replies

Update Client Image After Uploading With AsyncFileUpload Control In AjaxControlToolkit?

Sep 23, 2010

I am uploading an image with AsyncFileUpload, it works well, but i want to show to the user the image which him just uploaded, but i am having troubles to make that work.I have tried the OnClientUploadComplete event which receive sender and args paramenters, but the second paramenter only have the file name (without relative url), lenght, but not the file name after saved on the server.I also tried ScriptManager.RegisterClientScriptBlock and call my own function in order to pass the url, but for some reason i can't select the img control with jquery, seems like that peace of code is executing in another instance of the page... not sure.

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 :: Where Is HTMLEditor

Oct 29, 2010

I just downlaoded the Apr. 12, 2010 released version and I did not see the HTMLEditor? Where and how do I get that?

View 16 Replies

AJAX :: Using The HTMLEditor From The Toolkit?

Aug 22, 2010

I'm looking into using the HTMLEditor from the toolkit. I know its open source which isn't the problem. The problem is that I don't want to have my program to be open source but would like to use the editor. The source code I'd like to be paid for where the compiled version (the dlls and aspx pages) will be free to download. Is it possible to do that?

View 1 Replies

AJAX :: HTMLEditor Does Not Work?

May 4, 2010

I have a master page, aspx page, user control

I use HTMLEditor in the user control like this:

<HTMLEditor:Editor runat="server" ID="Editor" Height="300px" AutoFocus="true" Width="100%" />

in the code behind file

i use ((AjaxToolkitHtmlEditor.Editor)SettingsFormView.FindControl("Editor1")).Content. I got NULLReference Exception.

Also i use Editor editor = Page.FindControl("Editor") as Editor; still get null

my user control code is below:

<table width="100%"; style=" word-break:break-all">
<tr>
<td style="height:auto">
<HTMLEditor:Editor runat="server" ID="Editor" Height="300px" AutoFocus="true" Width="100%" />
<br />
<asp:ImageButton ID="add" runat="server" onclick="add_Click" ImageUrl="~/images/OK.gif" />
</td>
</tr>
</table>

View 1 Replies

AJAX :: HtmlEditor - No Scroll?

Jan 2, 2010

I am using the Html Editor Ajax Control Toolkit for. Net 3.5 and I need as a va text being typed and reach the lateral borders of the editor for him to play next line and do not let avontade type and add a scroll horizoltal.In short without horizontal scroll

View 4 Replies

AJAX :: ControlToolkit.HTMLEditor?

Apr 3, 2010

I know this issue has been up here before, but I could not find any answer for it.Is there anyway to add a custom button / control (dropdown or whatever) for H1, H2 tags to use with the HTMLEditor.Where can I add such funtionality? Is it possible to use some custom overriding i a separate .cs class.Please provide some example how to do this.

View 2 Replies

AJAX :: HTMLEditor Cannot Retrieve Value?

Aug 2, 2010

I have a databound asp.net ajax HTMLEditor. I think I must be misunderstanding the page events but basically:

The editor is databound on page_load (works fine).

I edit the contents of the control a bit.

I press my asp:button to retrieve the new content, but the content has not changed.

So:

[Code]....

Does not reflect my new value, but just gives me the old value from when the page loaded.

View 2 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 :: 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 :: 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 :: 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 :: 3.5 Toolkit HTMLEditor Customization

Feb 20, 2011

1. What is the HTML version of the HTML string returned by HTMLEditor control?

2. I am passing the HTML string returned by this control to SSRS 2008 reports. But since SSRS understands only basic HTML (old <u> tags for underline), SSRS can't display underlined text. Is there any way to tell HTML string returned by HTML Editor to return basic (old) HTML format string. Specifically for underline <u> tags instead of <span text-decoration: underline>?

3. The custom Editor control using App_Code is not working for Web application project in VS 2010? What is the way to customize this HTMLEditor toolbar to display selected operations like e.g. only BOLD and UNDERLINE.

View 1 Replies

AJAX :: After A Void The HTMLEditor Gets The Focus?

Aug 29, 2010

I've got a aspx page with 2 update panels. The first has a HTMLEditor (ajax control toolkit), and the second had a textfield and a butten. after i push the button (of course there is some action but no focus things) afther the action is done the focus gets to the HTMLeditor.Why ? There is no page reload (because of the updatepanel) so why get the htmleditor the focus?

View 1 Replies

AJAX :: HTMLEditor & Cookieless Authentication?

Jun 22, 2010

I put an HTMLEditor Control (aka Editor) into a webpage and set the forms authentication to cookielessLike so

<authentication mode="Forms">

View 2 Replies

AJAX :: HTMLEditor With File Upload?

Jun 21, 2010

I notice that the HTMLEditor in the AJAX Toolkit does not come with an option to upload a file (for example a word document) that can be linked for the user to click and download. I tried using obout suite but it is only a trial version and it is currently not feasible for us to purchase a licence from them.

Is there any free HTML Editor that I can integrate with ASP that is available with a document upload option?

View 2 Replies

AJAX :: HTMLEditor Height / Looking Different In Different Browser?

Feb 17, 2011

I am setting HTMLEditor height to 150px. But it look different in different browser. In IE and Crome it is showing me almost same but in Firefox the height becomes to large.

View 3 Replies

AJAX :: ControlToolkit.HTMLEditor Adding H1,H2,H3?

Aug 24, 2010

I like to use the ajaxcontroltoolkit, but i'm missing the H1,H2,H3 possibilities.How can i add it to the editor?With a override class i can add some buttons, but how can i add the posibility to set <h1></h1> on the selected text?And what if i change the H1 to H3... I'll got stuck in this, i know how to add a button and javascript to it, but don't know how to add the H1 to it.Also would a dropdownbox be better i thinkCoding to add a button:

[Code]....

View 9 Replies







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