WYSIWYG (What You See Is What You Get) describes editors for graphical design which commonly do not require knowledge of the code underlying the product. The editor translates the user's edits back into a markup language such as HTML. Examples include Adobe Dreamweaver's design view and many CMS ...
-1
votes
0answers
4 views
ckeditor 4 table helper alignment
I am switching to ckeditor and have found a bug that has me pulling my hair out.
If you use magicline enabled it adds position: relative to the contents wrapper.
This causes the alignment of the ...
0
votes
1answer
23 views
Magento: How to insert a PHP call in the description of a product editor
I have a the following code
<?php echo Mage::helper('stockstatus')->getListStatus(01); ?>
This code returns me the stock status of a specific product. It works great when i insert it in a ...
-1
votes
1answer
25 views
Can I create an image using a WYSIWYG tool and put it in a LaTeX file with good results? [closed]
Computer people:
I am typesetting a math paper using LaTeX. I need to create come fairly complicated diagrams including circular arcs, triangles, and small text boxes, to include in the document. I ...
0
votes
0answers
14 views
WYSIWG with jsFiddle-like features
I am looking for a collaboration tool that would allow our end users to design their own html forms to include with their project specs to make things easier for the developers. Since all of these ...
0
votes
0answers
11 views
NicEdit - inline mode with DIV - capturing change event
Since there is lack of documentation to nicEditor wysiwyg, here's my solution on how to emulate the "change" event on DIV, when editing in-place.
DIV elements do not support change event, unlike ...
0
votes
0answers
25 views
WYSIWYG editor with hidden toolbar
Is there any WYSIWYG editor available where you don't have to see a toolbar at all times? Specifically, I want a clean, normal-looking textarea, and when user highlights text within the textarea, a ...
0
votes
0answers
26 views
Ckeditor disabled after hide (empty iframe)
I have replaced a textarea with:
CKEDITOR.replace('content');
this is the html:
<div id="mydiv">
<textarea id="content" name="content"></textarea>
</div>
however, if ...
0
votes
2answers
14 views
Django, optimum wysiwyg editor + file browser combo for quick setup and easy maintenance
I love Django but I've spent too long now (1 day) experimenting with different wysiwyg editor combinations when all I want to do is get something installed and get on with development.
...
0
votes
0answers
16 views
How to format Rails video embed via WYSIWYG Redactor editor
For my rails application, I am using Redactor Rails rich text editor. Right now users, can submit content, including pictures and video. Right now, video embeds are dropped in as the following:
...
1
vote
1answer
49 views
How to get editor object in twitter Bootstrap WYSIWYG5
I am using Bootstrap wysiwyg5 editor as a part of a form.
This text area happens to be a required field(should not be empty). I want to validate if the user has entered any value on to this field or ...
0
votes
0answers
23 views
CKEditor - set default font family
Is there a way in CKEditor to set a default font?
What I mean is, i want to force the CKEditor to only use a particular font and no others.
I have the folloinwg so far:
CKEDITOR.inline( ...
2
votes
1answer
41 views
Replacing Heading (<h1>, <h2> …) Tags with <p> Tags and Classes
I wish to replace tags from a WYSIWYG editor to .
At the moment I am using the following code to achieve this.
$content = preg_replace('/<h1(.*?)<\/h1>/si', '<p ...
0
votes
1answer
31 views
CKEDITOR inline and multiple toolbars
I have multiple instances of a CKEDITOR inline on a page.
I want to be able to customise the toolbar for each of these to display different fonts in each of them.
So I have something like the ...
1
vote
3answers
44 views
Tweaking WYSIWYG editor for web based email application
I have an email sending web application and for text formatting I need to implement a WYSIWYG editor for email body. I have tried Tinymce and fckeditor but the major problem with these editors being ...
0
votes
1answer
10 views
Telerik - ASP.NET Multiple WYSIWYG issue
Using RadEditor (http://demos.telerik.com/aspnet-ajax/editor/examples/custommodules/defaultcs.aspx), when placing two of them on one page the following occurs:
The first one works perfectly.
The ...