An HTML editor is a software application for creating web pages.

learn more… | top users | synonyms (1)

0
votes
0answers
35 views

Building a crossbrowser HTMLeditor

I have a HTML editor witch consist of an IFRAME (#Editor_editor), 2 buttons(Design view and HTML view) and a toolbar. I want this editor to run on this web-browsers(IE9, IE10, Firefox, Chrome and Mac ...
0
votes
1answer
19 views

How to increase the performance of html editor in IE browser?

We have used htmleditor in our application. When the form is loaded every component is loaded properly. But htmleditor is taking huge amount of time to load. Can anyone please suggest, is there any ...
1
vote
0answers
36 views

Entering new line in HTMLEditor in Java/JavaFX

I have a problem with HTMLEditor used in JPanel. Everything is working fine, but going to new line by pressing ENTER doesn't work. My code: public class MessageEditor extends JPanel { private ...
0
votes
1answer
35 views

Delphi - ProfDHTMLEdit: How to load content in the OnCreate or OnShow event?

I know this component is not be supported anymore, but it still a very good WYSIWYG html editor. The problem is I don't know how to load a doc right after the form create. The help file of the ...
0
votes
0answers
45 views

Html editor with upload image on DIV inline edit

I need to integrate in my CMS an HTML editor,I'm using NICEDIT but it's not enough to my project manager (screw her) , the question is where i can get nice editor with full capabilities of this one: ...
1
vote
0answers
30 views

find HTMLEditor cursor pointer for inserting image

as said in topic: JavaFX HTMLEditor - Insert image function if want to insert image should add below tag to htmlText of htmlEditor "<img src=\"" + getClass().getResource(PicName[i])) + "\" ...
0
votes
0answers
20 views

Orion Editor tokenizer

I have a tokenizer in ace editor which lets me move forward and backward in ace editor as in this jsfiddle http://jsfiddle.net/samarjit/W3FQz/. editor.selection.on("changeSelection", function(){ var ...
0
votes
2answers
33 views

A mailing service that includes newsletter and newsletter templating

I need to allow users to fill in their own newsletter content and deliver it to their own lists. A complete newsletter engine have to have the following key features: HTML editor and uploading ...
0
votes
2answers
23 views

CKEditor Content rendering customization

Is it possible to customize CKEditor content rendering? Instead of rendering text as combination of p , span tags, we want to render in our customer format. Is this possible through using CKEditor ...
2
votes
0answers
98 views

convert textarea of crispy form into rich text editor?

Can anyone tell me the best way to convert a simple textarea of crispy form into a rich html text editor. i tried many time but tinyMCE woks only on normal form not on crispy form. i am new to django ...
0
votes
2answers
298 views

Converting html to xml and xml to html using php [closed]

I'm developing a content management system (CMS) (php and mysql is the platform). It includes many html editors. The data entered through html editors is stored directly into mysql database and it is ...
-1
votes
1answer
54 views

is there a way to insert a table in htmleditor [closed]

I am using a AjaxControlToolkit and using the Editor control. I would like to know if this control has a function to insert a table into the content, with the normal formatting. Is this possible? ...
3
votes
1answer
275 views

how i can insert an image in web browser control in c# with out open image ui?

I have a web browser control in C# that it's design mode is on. I use it to make a (WYSIWYG) HTML editor. I want to insert a photo on this without UI, when user wants to insert image I show to him/her ...
0
votes
1answer
130 views

Options for HTML editing in JavaFX

I'm looking to replace an HTML editor used within a Swing based application with one based on JavaFX. As far as I can see, there are two possible options: 1) Use the JavaFX HTML editor. While this ...
1
vote
1answer
214 views

Set a local image in JavaFX HTMLeditor

I'm looking for a way to use JavaFX HTMLEditor's setHtmlText to add a local image. I can add a remote image no problem: HTMLEditor editor = new HTMLEditor(); editor.setHtmlText("<img ...
0
votes
1answer
343 views

ExtJS HTMLEditor toolbar gets disappeared after reaching specified height

I am using ExtJS HTMLEditor and set the properties as follows- { xtype: "htmleditor", width: 500, height: 250} While entering the text, after reaching the specified height, the toolbar gets ...
0
votes
1answer
40 views

HtmlEditor causes unwanted breaklines

I am not using the AjaxControlToolkit's HtmlEditor because it do not have a direct button to insert images, that is why I searched for another editor and I finally found the Winthusiasm editor. ...
0
votes
1answer
177 views

How to dynamically change text of textfield inside toolbar in Ext.net

I'm working on a project with ext.net which has a paginator inside the toolbar of an HtmlEditor Markup is: <ext:Hidden ID='HF_type' runat="server"/> <ext:HtmlEditor ID="HtmlEditor1" ...
0
votes
0answers
96 views

contenteditable on JQueryMobile Lists

I am trying to design a WYSIWYG editor for JQueryMobile pages using contenteditable. But I cannot get the caret to focus on the <a> tags inside ListView items and <a> tags styled with ...
0
votes
0answers
366 views

ExtJS 4 HTMLEditor - Set value with style tags

I'm getting content of .doc file with Java; it gives me separated styled HTML, has style classes defined above the body. ExtJS 4 has HTML editor but when I set this HTML to this editor, it gives me ...
1
vote
1answer
207 views

solved: javafx HTMLEditor scrollpane scrolls on Space Key

I have a VBox inside a ScrollPane wich contains a HTMLEditor and other stuff. When I type text inside the HTMLEditor each time I hit the Space Bar, I get a whitespace inside the editor as expected ...
0
votes
0answers
31 views

WYSIWYG Editor Which doesn't support HTML but only bbCodes

Is there any WYSIWYG Editor which shows HTML as plain text, but can handle bbCodes like [b]bold[/b] and also it should be possible to add custom once.
0
votes
1answer
48 views

In which html-editor can I ignore NewLine when searching for a text?

I have a big html file that was split in lines in notepad++ (I had a very long line: 110.000 characters). This inserted NewLine characters in the text. So if I search for "The quick brown fox jumps ...
0
votes
1answer
230 views

how to create a project in adobe-brackets editor

adobe-brackets is an open source code editor for the web, written in JavaScript, HTML and CSS. I would like to know how I can create a new project by using adobe-brackets. Here is a snapshot that is ...
0
votes
0answers
156 views

Ajax HTMLEditor - Copy, Paste buttons not appearing in Firefox and Chrome

I'm using an Ajax HTMLEditor in my application. When the page is accessed via FF and Chrome, the Copy and paste buttons on the tool bar are not visible though everthing looks good in IE9 and IE8. In ...
1
vote
0answers
75 views

I can't type bold-text in Japanese in HTMLEditor (JAVAFX)

I am using JAVAFX to develop tool. While I create a screen of HTMLEditor in eclipse, It does not be "bold-text" when I enter Japanese, although I'm pressing the "Bold-button". At this moment, I'm ...
1
vote
2answers
389 views

put tinymce toolbar on external div

How can I put tinymce toolbar on external div? I try this successfull: TinyMCE Toolbar location It put toolbar on external but it doesn't load css theme for displaying toolbar, because css are load ...
1
vote
1answer
278 views

how check if tinymce editor is empty and forced_root_block option is set as div

How can I check if tinymce has empty content? I'm testing it: http://jsfiddle.net/Jjw2U/ Tinymce editor doesn't return me a empty string because it set by default a empty tag ...
1
vote
2answers
453 views

Visual Studio 2012 HTML Editor - 'Go To Definition'

Is there an easy way to "Go To Definition" of an ASP.Net Control event while using the Visual Studio HTML Editor? <asp:Button runat="server" Text="Create New Employer" ID="btnCreateNewEmployer" ...
1
vote
1answer
104 views

toolbar missing from TinyMCE in Plone

When I want to add a Page in Plone the toolbar is missing from the TinyMCE wysiswyg editor's text area. Here is the error message I get: Traceback (innermost last): Module ZPublisher.Publish, line ...
1
vote
0answers
162 views

Custom button in HtmlEditorExtender control?

I'm in dire need of assistance. I need to add a custom button to an HtmlEditorExtender control, but I'm lacking the know-how to actually do that. I've searched throughout this forum but no ...
0
votes
1answer
238 views

OBOUT Suite: HTML Editor imposible to Upload Images

I am using the HTML Editor from OBOUT, but i cant ENABLE the option to upload images in the editor, it appears in gray. How can i enable the upload images in the Obout Editor?
0
votes
0answers
229 views

Create custom code completion for eclipse's HTML Editor

I would like to add some custom results in the code completion pop up in the HTML editor of eclipse (plugin org.eclipse.wst.html.ui) but in the plugin.xml file of the jar I only found one extension ...
0
votes
0answers
85 views

How to add and use custom javafx2.2.3 HTMLEditor skin .properties file

I'd like to know if there is a (not necessary officially supported) way to use custom HTMLEditorSkin.properties in javafx 2.2.3. The original file/files are located in jfxrt ...
0
votes
0answers
49 views

Vectorlight RichTextBox strange behavior

In my SL5 app i created a a usercontrol with a toolbor and the richtext to manipulate and customize the content of richtextbos.(like here) I'm using this custom control in a floatable window which is ...
0
votes
0answers
185 views

Sencha ExtJS htmleditor Set font Size

I have used ExtJS4.0.7's Ext.form.HtmlEditor in various forms and curious to set a font size like 8,9,10 or a dropdown with the font sizes like in word editors. However HtmlEditor has Increase / ...
1
vote
1answer
126 views

extjs grid referesh icons not displaying

I'm using using Extjs 4.0.7 version. Html editor icon images, grid refresh and paging button images are not displaying. I checked another working setup, there i found x-tbar-loading class for grid ...
7
votes
5answers
707 views

HTML5 Content Editable paragraph after list

I use Google Chrome. I need to have a very tiny HTML editor and I found Simple Edit. Very small editor, just for my needs. However... This and many other editors that are using Content Editable have ...
0
votes
2answers
129 views

How to Add a button to the Gxt HtmlEditor

Is somebody knows a way of adding a button to the Toolbar of the HtmlEditor without doing with JSNI
0
votes
0answers
121 views

Cannot input Text in AspxHtmlEditor control in Chrome Browser

I have an AspxHtmlEditor control in my web site. When I open my page in Opera, IE and Firefox I can use this control with no problem. But I cannot input any text into AspxHtmlEditor control when I ...
0
votes
1answer
548 views

Extjs htmleditor grow to fit the contents of its value

How can I grow extjs htmleditor with it's content value with having no scroll bars (just like extjs textArea grow.).
5
votes
2answers
377 views

<br/> tags is automatically getting added to html tags in ckeditor

Whenever I'm adding HTML contents via CKEditor it automatically appends a "br" tag at the end of each other html tags. How can I remove it? CKEDITOR.config.enterMode = CKEDITOR.ENTER_BR; ...
0
votes
1answer
369 views

required field validator not working with html editor

I have a text box using cc1:Editor and when I place a required field validator on it, it displays as soon as the page loads. How can I hide the error and allow it to display only if the html editor ...
0
votes
0answers
68 views

.Net Framework 4 Error in web.config

I'm using VS 2010 and DevExpress ver. 10. In my web project I've tried to add ASPxHtmlEditor Control. When I run the page in browser, it gives the following Error: Could not load file or assembly ...
2
votes
1answer
121 views

Chrome-Extension: Running Content Editor on Client Side

I'm working on a very simple form filler with Chrome Extension to a spcific site. I'm getting the name, subject and the message from the user, and just put it in the right places. I've got a problem ...
4
votes
2answers
648 views

A visual webpage editing tool that can support asp.net web forms tags

I've been looking hard to find a web page editor that can let me visually edit an already-designed asp.net web form page. for the whole period, I've made my page designs with Dreamweaver (now I'm ...
-1
votes
1answer
124 views

Wrapping content in custom tags in Javascript and WYSIWYG [closed]

So just a basic HTML editor for use in a website where I can select any text/elements, click a button and it will wrap the said selection in my custom defined tags. The contents of the editor should ...
0
votes
1answer
194 views

How to avoid multiplication on .live jquery

I have an event what on select adds to my bootstrap html editor the right text value. The problem is that each time there is a select the html toolbar is getting added so I have a lot toolbar up ...
0
votes
2answers
308 views

Dreamweaver alternative

I'm aware there are plenty of questions like this but I'm looking to move to another development environment but not lose some of the better Dreamweaver features / behaviors. I have Dreamweaver CS6 ...
0
votes
0answers
148 views

How I can use a htmledior with jQuery in my ASP.NET Application?

´Hi To my Situation: I want to use a HTMLEditor in jquery for my ASP.NEt Application but I don't found a example or a Control for this :/ I use in my Application a htmledior extender from Ajax ...

1 2 3 4