Anyone know of a way of making jHtmlArea support table content, and allow the user to add tables/cells/rows to the editor box? It doesn't appear to be a standard feature for the plugin.
I would like for my user to be able to create tables in the WYSIWYG editor.
Thanks!
...
Okay, I have installed WYSIWYG module to my Drupal 6 site. I also installed the YUI module v2.8.0r4
I cannot get the image upload to work. When you click image, you get the option to insert URL etc, but no upload form.
I searched and searched for days trying to find the issue but nothing seems to work. I have seen this issue with man...
I'm working on a web application that uses wysihat to let the user edit a large textarea.
I wanted a WYSIWYG text editor that was easily customized, and one of the customizations I was hoping to make was having a keyboard shortcut (I was thinking command/control + L) turn the current line into a heading. I can add buttons to do this ea...
Hello people.
First things first. I have been struggling while dealing with raw CSS to generate complex page layouts. It gets further complicated with browser vendors looking in different directions. Well, now that can't be changed.
So after a lot of efforts I started looking for:
A WYSIWYG editor that would take in content an...
I'm extending a WYSIWYG htmleditor (for firefox), I want to add tags around a selection.
I can't find a function to accomplish this in the Mozilla Midas specification.
There is a command to replace the selection with html.
So if i could read the selection contents, i could add my tags to this string.
window.getSelection() almost works...
Hi. I need to send Email from my Delphi application. What I need is a WYSIWYG editor that I can use in the application to create the body of the email in HTML. Any ideas? Thanks, Pieter.
...
Do you know a good live syntax highlighter written in JavaScript? With live syntax highlighter I mean a WYSIWYG editor that can be included in HTML pages and that is able to highlight the code in real time. Like a Notepad++ but in JavaScript.
I've already read this question: http://stackoverflow.com/questions/61655/are-there-any-javascr...
The editor I require, needs to be easy to use. Even for people with absolutely no HTML knowledge
The projects I have tried are:
TinyMCE
ckeditor.com
What I'm looking for is:
Editor like TinyMCE editor with a live view
like in stackoverflow site.
A way to insert pictures, and arrange them in the article.
EDIT: THe best solution ...
hi!
i'm using wysiwyg plugin (http://code.google.com/p/jwysiwyg/) for a project and i would get if textarea is empty or not to give to users an alert before submitting the form but this plugin create an iframe and i can't get it.
this is html generated by plugin that replace textarea with id #testo
<p><div class="wysiwyg" style="width:...
My question sounds silly, but I'm currently using CKEditor on one of my projects that I work on, I'm looking for a good alternative sinceCK is giving me issues "long story". I'm looking for a similar product that's free together with a free image uploader.
...
When pasting content from WORD a lot of the markup is being cleared up by using "Force cleanup on standard paste" using TinyMCE and WYSIWYG module. It seems however to leave in the following code:
<p> </p>
Is there any way so that I can filter this out?
...
Duplicate: Is there any form designer available for Google Android?
I would like to move a CheckBox, so it displays in a different location than the top-left corner under Absolute Layout inside main.xml, for 'Android'. I'm using Eclipse to edit my views. How would I do this?
On an iPhone they have a tool called Interface builder ...
I am trying to create a WYSIWYG editor in PHP. So far I got this (I'm new btw):
HTML:
<form action="" method="POST">
<select name="fontSize" onchange="this.form.submit();">
<option>Font Size</option>
<option value="14px">14px</option>
<option value="24px">24px</option>
<option ...
Hi,
limitation of tags in a wysiwyg editor by excluding buttons is completly not enough, because i still can copy a page content and past it in the editor, and... it's will accept it !
i want some solution to limit the allowed tags, by example i love the way stackoverflow limit it by the traditional way of * and quotes, but i don't wan...
For a school project, we need to create a fairly simple app using C++ and .NET framework. I only know C++, but we need to produce a working executable file for the project. The prof said we can use WYSIWYG editors for the GUI, but i can't seem to find one in Visual C++. I wanted to code with Visual C++ since i want to learn about Visual ...
Are there any relatively simple programs for building flash applications. I want to add a basic card game to my site, that can keep track of the user's score. The site right now is built in just html, though I will be changing it over to php shortly to implement a log in system. I'd really like to avoid having to learn actionscript on...
I'm looking for a way of integrating a WYSIWYG editor into my rails app so it will use Paperclip for Image / File uploads.
What I want is this: User can use a WYSIWYG field to create some rich text. They can upload an image into this text but the image will be stored nicely in a DB (hopefully using something like Paperclip) instead of j...
We have a CMS system that we're currently taking the admin back end and converting to Silverlight 3 or possibly 4 by the time we go to production. We wrote a custom JS / DHTML editor to suit our needs, and will need to do the same now in Silverlight. Has anyone seen any clues to a base functionality that we could build upon for our own ...
Can anyone recommend a way of creating a view where users can upload images to my app through a WYSIWYG editor?
I've tried solving this using CK Editor and Paperclip but am having lots of trouble... Maybe I'm going about this the wrong way.
If someone's done this before I'd really like to know how! I don't have a editor or file storage...
Hello!
In my site if use textarea + WSYWWYG (Wyzz WYSIWYG).
I would like to minimise and maximise the chars what the user typed. (for ex. min 100 max 1000).
After i post the form, i check the lengt of the posted field. (strln($_POST['text'..)
But the WSYWYG editors post the field in HTML formatted so if the user type:fg then the len...