Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
6answers
984 views

How to get rid of copy & paste text styling in ajax html editor

I am using ajax html editor for news description page. When I copy paste the stuff from word or internet , it copies the styling of that text , paragraph etc which overcomes the default class style ...
5
votes
1answer
2k views

ExtJS: add button to htmleditor

I am using ExtJS and I have a htmleditor in my form. I would like to add a custom button to that element (for example after all other buttons like alignments, font weights, ...). This button should ...
5
votes
1answer
239 views

How do I enter a plus sign ASP.NET Ajax HTMLEditor

I am using Microsofts ASP.NET Ajax HTML editor found here http://www.asp.net/ajax/ajaxcontroltoolkit/Samples/HTMLEditor/HTMLEditor.aspx. When I enter a plus sign '+' into the editor it always gets ...
5
votes
3answers
414 views

html editor properties

I used the AjaxControlToolkit html editor on my page: <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit.HTMLEditor" TagPrefix="cc1" %> <cc1:Editor ID="txtjobdesc" ...
4
votes
2answers
336 views

HTML Page not Showing up in Java Swing JTextPane

I'm trying to experiment with the non-JTextArea Swing text components, and in this code am trying to display a very simple web page in a JTextPane. I'm able to read the web page and able to put it ...
3
votes
2answers
45 views

batch html file editing

I have a collection of one thousand HTML files and need to somewhat trim them. I need to delete all the tags inside <body></body> area of those except for one, <div.pg>, to make them ...
3
votes
4answers
1k views

AjaxControlToolkit: HtmlEditor Textarea not showing in Chrome/Safari

I am using the HtmlEditor Control included in the AjaxControlToolkit (patched version v62210 because I needed some of the included fixes). Unfortunately the textarea in the Html Editor control is ...
3
votes
2answers
4k views

Ajax Control Toolkit HTML Editor Customization Problem?

How to Change default setting for ACT HTML Editor? I want to load editor with for example Selected Bold Button or with rtl direction instead of ltr defaultly. How can I perform that? I overrided ...
2
votes
4answers
122 views

activeX/OCX simple HTML editor

I am looking for a simple HTML editor. This package should fulfill the following: Generates old type of HTML with no CSS Fully supports Right-To-Left and Hebrew fonts Must be an ActiveX / OCX ...
2
votes
1answer
64 views

Is there an HtmlEditor for C# Winforms that supports right-to-left languages?

Is there is any HtmlEditor in C# winforms that supports right-to-left languages? I have an application in c# that controls content of a website, and I need to have an htmlEditor. This website is in ...
2
votes
1answer
132 views

Html editor for asp.net c# website

How to add a HTML editor, to add images, format and for adding videos to the message that I am going to send. Is there any free tool that I can use. And How should I store the images and videos in the ...
2
votes
1answer
144 views

Determine character index in HTML source given a DOMRange from a WebKit selection

I'm attempting to synchronize a DOMRange (representing a user-selection from a Cocoa WebView) to the original HTML source currently rendered in that view, as a kind of Dreamweaver-split-editor: My ...
2
votes
2answers
495 views

how to download and configure phpimage for TinyMCE

Actually I am looking for the best HTML editor for my CMS. With support for PHP and jQuery. I found TinyMCE but it doesn't have image upload functionality. Then I found phpimage, but every time I go ...
1
vote
1answer
225 views

UIWebView with contentEditable (html editing), first responder handling?

I'm making an html editor component for an app (using UIWebView with contentEditable in iOS 5.0), and got stuck at how to handle UIWebView first responder status [webView isFirstResponder], [webView ...
1
vote
1answer
196 views

Catch change in content of HtmlEditor in ExtJS 4

I want to capture whenever the user changes the content of an HtmlEditor in ExtJS 4. I have tried the sync, change, and push events all with no success. Sync seems to be fired whenever focus is ...
1
vote
1answer
94 views

AJAX HTMLEditor not working on production server but works on dev envt

I am fairly new at this and am having a problem deploying my web site (ASP.net with some AJAX components) and have been going mad trying to find an explanation. Generally everything works with one ...
1
vote
5answers
108 views

Simple PHP editor of text files

I have developed a site for a client and he wants to be able to edit a small part of the main page in a backend type of solution. So as a solution, I want to add a very basic editor ...
1
vote
0answers
72 views

HTML editor losses value in button submit?

Value Loss in my HTML editor and fileupload ctrl This is my sample code <asp:UpdatePanel ID="up_pnl_Ctrls" runat="server" UpdateMode="Always"> <ContentTemplate> // TextBox ...
1
vote
0answers
101 views

Which web-based HTML editor best supports iPad?

Now that Mobile Safari on iOS 5 supports the HTML5 contenteditable attribute, we can finally use HTML editors like the YUI RTE, CKEditor, or TinyMCE, to iOS users. At this point, which HTML editors ...
1
vote
1answer
147 views

Offline Word Processor / WYSIWYG Editor for non-HTML savvy users

Due to a new web site and CMS system, I'm dealing with multiple users making content changes to our site. Many of them are trying to copy and paste content from MS Word and other Office products ...
1
vote
2answers
31 views

Webpage hosted HTML editor that graphically shows tag nesting in WYSIWYG view

I once found a webpage hosted HTML editor that optionally included the tags, as highlighted colour coded elements with the tag type, in the (almost) WYSIWYG view, but now cannot find the project ...
1
vote
0answers
104 views

How to display image in HtmlEditor of GWT-Ext

I'm using GWT 2.0, GWT-Ext 1.5 & Java 1.6 with Mozilla 3.6.x. I'm trying to display an image in HTMLEditor. But I'm not able to achieve this. Here is my code: public void onModuleLoad() { ...
1
vote
0answers
253 views

ajaxcontroltoolkit htmleditor: both cleanup and keep the format?

In an ajaxcontroltoolkit htmleditor, I would like to load an html formatted text from a file, keep its formatting, edit it and resave it. While editing the text, if the user pastes in some text from ...
1
vote
1answer
91 views

deleting text enclosed by a tag with particular attribute values from html file

I have an html file which has both English and Arabic text. I need to delete all the Arabic texts from the file. I observed that all the urdu texts come inside a <p> or a <div> tag with ...
1
vote
2answers
471 views

How do you implement a Ajax Control Toolkit Custom Editor in a .Net Web Application?

I'm trying to implement a customized Ajax Control Toolkit HTML Editor control in a Web Application. How do I do this without using a class in the app_code directory (since it's really not supported, ...
1
vote
1answer
334 views

Local HTML editor like Windows Live Writer

I'm looking for some open source editor that allow to write locally HTML to be posted later on a remote site via some protocol. This in order to create a light CMS that is driven all client side. Does ...
1
vote
4answers
96 views

HTML or Alternate markup for wiki site?

In choosing an editor for my wiki-like site, I'm debating whether to allow HTML or a custom alternate markup (maybe like wikipedia/wikimedia's or BBCode). HTML benefits: Easy for users to deal with ...
1
vote
1answer
1k views

Ext.NET (Coolite) Dynamically created listener of Tabs in a Tabpanel doesn't find the ID of the HTMLEditor (object is undefined)

I created a TabPanel on my aspx file. In my code behind, I dynamically create: the tabs inside it and also an HtmlEditor in each Tab. I also create a listener on each tab, so that when they get ...
1
vote
1answer
110 views

eclipse can not format the html file

I am using eclipse-jee-helios-SR1-win32,I found that it can not format the html file well,please check this img(this is effection after I use the "ctrl+shift+F"): As the img shown , it does not ...
1
vote
2answers
135 views

How to enable Objects inclusion inside the HTMLEditor of Moodle?

How can I add a Flash/Object button in the HTMLEditor of Moodle ? I am looking for the same kind of button as the link button, with a browse proposition that allows me to link a swf file in the ...
1
vote
1answer
3k views

How do you get/set content via javascript with the AJAX Control Toolkit HTML Editor?

I'm using the AJAX Control toolkit HTML editor and have what I hope is a simple question. As the question title says - how do you get/set the content of the HTML editor via javascript? I have no ...
1
vote
1answer
380 views

MS AJAX HTMLEditor - Customize the Toolbars

I'm using the MS AJAX HTMLEditor component on a web site. However, I want to be able to customize the toolbars that are available to users. From what I've read, it seems to be handled with CSS but the ...
1
vote
2answers
381 views

How to collapse JavaScript function/comment blocks in VS2010/VS2008

I don't think it is possible right now in VS2010/VS2008 but I'm sure someone must have done or can come up with some workaround using the extensibility of VS2010/VS2008. Ability to collapse ...
1
vote
1answer
275 views

Questions about TinyMCE. Or suggestions on a compariable product

I am using jquery 1.3.2 and asp.net mvc 1.0. Originally I was using some other rich html editor but I ran into one major problem when a user pasted in text from open office or MS office it would bring ...
1
vote
2answers
3k views

Bug in HTML Editor in ASP.net Ajax toolkit

I'm trying to validate the content of the HTML Editor using an ASP.net custom validator control. The idea is to check that some content has been input - the same way a required field validator works. ...
1
vote
1answer
1k views

Ajax Control Toolkit Editor Control - avoiding XSS attacks

I noticed in this article that Microsoft does not recommend using the Editor control from the Ajax Control Toolkit in public sites because of the danger of cross-site scripting attacks. I tried it ...
0
votes
0answers
4 views

ajaxcontroltoolkit htmleditor issue with IE9

I'm developing an asp.net web page with .net 3.5 in a windows server 2003, IIS 6.0 and ajax control toolkit for framework 3.5. If i use firefox, i can copy-paste from paint and paste screenshots,etc. ...
0
votes
0answers
3 views

Ajax Control Toolkit HTMLEditorExtender on iphone

Has anyone used the Ajax Control Toolkit HTML Editor Extender on iphone successfully? I'm having problems with postback when it loads rich html content in the editor. If Ajax Control Toolkit Editor ...
0
votes
2answers
24 views

HTML Windowbuilder for eclipse

Is the any html visual editor plugin for eclipse ? Something like WindowBuilder Pro for HTML ? I didn't find such an plugin and i am kind of confused i mean if you can create such an ...
0
votes
2answers
38 views

Which is a good editor on Mac that has support for Perforce? [closed]

There is a perforce bundle for TextMate but I can't get to auto-check out a file , when we open a file for edit. Is there a way to do it ? Is there any other thin editor that allows for auto-checkout ...
0
votes
1answer
26 views

tinyMCE does not load

i have been trying very hard to make tinyMCE work on my page. even a simple example like the below is not working.. i have tried in all the browsers.. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML ...
0
votes
1answer
17 views

how to trigger an on focus event for an asp.net ajaxtoolkit html-editor

I am using the html editor that is part of the ajaxtoolkit and iam trying clear its text on focus, but there is no on-focus event for it and the basic jquery wont work. so my question is how to ...
0
votes
0answers
43 views

Bookmarklet for Aloha Editor

Aloha Editor is great, but its configuration and storage is a big problem to me. is there some bookmarklet for Aloha editor, so I can edit any page in my browser and do NOT need configuration ? If the ...
0
votes
1answer
97 views

Code for HTML editor in VB.net wiith asp.net?

How to get/attach code for HTML editor in VB.Net with Asp.net 2008, i have to manage static pages of website through HTML Editor.
0
votes
0answers
36 views

Extendable HTML Editor with Eclipse

I have been looking for an Eclipse plug-in to edit HTML pages and came across many frameworks/plug-ins. Frameworks like Vaadin/Zk and plug-ins like Amateras are good to use and have good interface. ...
0
votes
0answers
59 views

AjaxControlToolkit HTMLEditor does not show keyboard on iPhone and Android

I have an AjaxControlToolkit HTMLEditor that when browsed with a desktop browser e.g. Chrome it works but in mobile browser on iPhone and Android it does not get focus (the blinking text insertion ...
0
votes
0answers
57 views

MVC 3 HtmlEditor with ImageManager and FileManager support

does anyone know a good HtmlEditor for ASP.Net MVC 3 which supports both ImageManager and FileManager?
0
votes
0answers
15 views

Allow SmithHtmlEditor for Spell Check

I'm using the SmithHtmlEditor and it is working fine but we've had the request to add spell checking that is native to WPF <TextBox SpellCheck.IsEnabled=True /> I've simply tried adding that ...
0
votes
1answer
102 views

Source code button on htmleditor Extjs 4.0

When i edit some data on the html view i got no problem to submit it and save it but when i switch to the source code view it doesn't submit the changes i do. The init of the htmleditor looks like ...
0
votes
1answer
46 views

Is there a way to import the old Aptana HTML editor in Aptana 3?

I was used to the old Aptana HTML editor in Aptana 2, and I liked the quick preview feature (tabs at the bottom). Now I know that this may come as me having separation anxiety, but I feel that it ...

1 2