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

learn more… | top users | synonyms (1)

0
votes
0answers
7 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
21 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
7 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
22 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
17 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
63 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
127 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
43 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
168 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
89 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
157 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
257 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
39 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
155 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
80 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
349 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
185 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
29 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
46 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
182 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
146 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
64 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
325 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
222 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
422 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
88 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
160 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
214 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?
-1
votes
1answer
84 views

Why is the SynWrite editor so uncommon with advanced / programmer type users? [closed]

Edit Bump! (Nobody cares to answer?) End Edit I've recently discovered a new (to me) text / programming editor, that is very feature rich and does the text editor job as a charm! I'm curious as of ...
0
votes
0answers
221 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
82 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
170 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
125 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
679 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
122 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
119 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
496 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
356 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
341 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
66 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
115 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
608 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
110 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
189 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
294 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
138 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 ...
0
votes
0answers
159 views

Javafx 2.2 HTML Editor - Paste as plain text option [closed]

The Html editor is great, but often I want to copy and paste something into a case from a formatted document. When in the Html editor, the paste carries the formatting from the source document. It ...
0
votes
0answers
201 views

Formatting text asp.net html

I have problem formatting text using the AJAX toolkit Html editor extender. As you see for example here in stackoverflow as much you write to the side while using column the text won't pass how much ...
0
votes
1answer
503 views

Ext-JS Html Editor get selected text

I am trying to insert a button into HtmlEditor's ToolBar. Button should get selected text by mouse or keyboard and add '#' character at the start of that selected text for locating it as a url. As i ...

1 2 3 4