htmlArea

A directory of browser-based WYSIWYG editors

  MAIN
INDEX
SEARCH
POSTS
WHO'S
ONLINE
LOG
IN

Home: htmlArea 3 (beta): htmlArea 2 & 3 archive (read only): htmlArea v3.0 - Discussion:
HTMLArea 3.0-RC1


The htmlArea 2 & 3 editors have been discontinued.

We've made these forums available as a read-only reference and knowledge-base for people using or developing editors based on htmlArea 2 or 3.

Anyone who is interested in taking over version 2 or 3 is free to do so. All we ask is that you choose a new name that doesn't have "htmlarea" in it to avoid confusion with this site. We'll even give you a link in the directory to make it easier for people to find you. If you are developing or hosting an htmlArea based-editor under a new name, please submit it to our directory.

First page Previous page 1 2 3 4 5 6 Next page Last page  View All


ak_handmade
New User

Jul 13, 2004, 4:40 AM

Post #101 of 138 (10968 views)
Shortcut
Re: [mishoo] HTMLArea 3.0-RC1 [In reply to] Can't Post

Hi Mishoo,

Your html editor is the best one that we found so far. Great work, thank you.

Some people say htmlArea works on Mac in internet explorer 6, others - it is not possible. Please let me know whether it is possible to do it Mac IE6 and/or Mac "Camino" browser compatible?

Please let us know.

Kind regards.


(This post was edited by ak_handmade on Jul 13, 2004, 5:41 AM)


webmonkey
Novice

Jul 13, 2004, 12:22 PM

Post #102 of 138 (10939 views)
Shortcut
Re: [ak_handmade] HTMLArea 3.0-RC1 [In reply to] Can't Post

THere is no such thing as IE6 for Mac. IE for mac only goes as high as version 5.2. And it will not work with IE 5.2.

On a mac this will only work with Firefox 0.7+, Mozilla 1.4+, and Netscape 7.11+.

The next version of Camino should also work, however it's not out yet and I have not tested the Nightly builds...

THe current version of Camino does not work.


papercrane
New User

Jul 21, 2004, 6:54 PM

Post #103 of 138 (10778 views)
Shortcut
Re: [mishoo] HTMLArea 3.0-RC1 [In reply to] Can't Post

I'm having problems with 3.0RC1 in IE. It's truncating the
submitted string (sometimes leaving HTML tags half-finished)
or adding  and pieces of following code to the end
of the string. For instance, the following is at the end of
one of my strings:

> Brie
f DescriptionArialCourier NewGeorgiaTahomaTimes New Roman
VerdanaimpactWingDings1 (8 pt)2 (10 pt)3 (12 p
t)4 (14 pt)5 (18 pt)6 (24 pt)7 (36 pt)Heading 1Heading 2Hea
ding 3Heading 4Heading 5Heading 6NormalAddressFormatted




Path: T

This looks like font code from the following HTMLArea (I
have 3 on this page). The same kinf of things happen when I
have only one. In addition, it's putting breaks in the
middle of some words. This could be my fault for the wrap
setting in the textarea, though.

This looks like a buffer overrun error of some kind in IE,
but I have no idea where to look now. If alert() the value
set to the textarea on the onsubmit() I see the correct
string. If I look server-side after the submit, it's screwed
up. It's also in the sent HTTP request (I used a proxy to watch the sent data), so it's not server-side.


Flo007HH
New User

Jul 26, 2004, 4:41 AM

Post #104 of 138 (10701 views)
Shortcut
Re: [papercrane] HTMLArea 3.0-RC1 [In reply to] Can't Post

Hi,


first of all: i have already posted this thread in another category, but this was the wrong category!


i have a little problem with the htmlArea - ImageUpload & ImageEditor. If i use Internet Explorer 6, i cant see the Textarea with the code! i only can see the toolbar and the pathway on the bottom. why?

now i have a clear focus on the problem: if i use the Fullscreen-Mode, the HTML-AREA is running on IE 6, but in the normal-mode applied in the browser, i didnt see the HTML-CODE and pictures.

i only have this problem with the internet explorer, i can see all this with Netscape or Mozilla Firefox .

does anyone know, why i cant see the editor in the internet explorer?

next problem: my contextMenue (right mouse click) isnīt where, although i loaded the ContextMenue Plug-IN. Code HTMLArea.loadPlugin("contextmenue").

is it possible that i can resize my picture before uploading? i have some problems with big image size, my server doesnt accept imagesizes that are bigger than 1,5mb, so i would like the original picture to be automatically minimized before it is saved!

i pasted in my page this code:


Quote
<script type="text/javascript">
_editor_lang = "en";
_editor_url = "editor";
</script>
<!-- load the main HTMLArea files -->
<script type="text/javascript" src="editor/htmlarea.js"></script>
<script type="text/javascript">
HTMLArea.loadPlugin("ImageManager");
HTMLArea.loadPlugin("CSS");
HTMLArea.loadPlugin("ContextMenu");
HTMLArea.loadPlugin("TableOperations");
HTMLArea.loadPlugin("SpellChecker");
HTMLArea.loadPlugin("FullPage");
</script>



can anyone help me? i couldnt solve this problem!



best regards, florian


marcus220
New User

Jul 26, 2004, 2:41 PM

Post #105 of 138 (10653 views)
Shortcut
Re: [papercrane] HTMLArea 3.0-RC1 [In reply to] Can't Post

@papercrane

hi, i had the same problem.

i changed following setting in the htmarea.js

// enable creation of a status bar?
this.statusBar = false;

// the time interval at which undo samples are taken
this.undoTimeout = 500000; // 1/2 sec.

// set to true if you want Word code to be cleaned upon Paste
this.killWordOnPaste = true;


i included it via a relative url(before absolute http://):
<script type="text/javascript">
_editor_url = "htmlArea/";
_editor_lang = "en";
</script>
<script type="text/javascript" src="htmlArea/htmlarea.js"></script>

it worked.
but i played around a lot , so not sure it works because of those settings.


ilya
Novice

Jul 31, 2004, 9:03 AM

Post #106 of 138 (10459 views)
Shortcut
Re: [mishoo] HTMLArea 3.0-RC1 [In reply to] Can't Post

There is an error in htmlarea.js:HTMLArea.prototype.generate. This function should return this in order to make HTMLArea.replace return newly created object.


sekt
Novice

Jul 31, 2004, 10:40 AM

Post #107 of 138 (10456 views)
Shortcut
Re: [mishoo] HTMLArea 3.0-RC1 [In reply to] Can't Post

Hej Mishoo

I have done some test on 3.0-RC1 and found the same fail as in 3.0-beta, do you have the chance to test it in

a inveriment like this:

testing inveriment :

http://80.199.2.123//Test/HTMLArea/example-table-operations.html
root-+
+- cii-bin -+
|
|
+- files ---+
|
|
|
+- html ----+
| |
| +- HTMLArea-3.0-RC1 -+
| | |
| | +- images --+
| | |
| | +- lang ----+
| | |
| | +- plugins -+
| | | |
| | | +- SpellChecker ---+
| | | | |
| | | | +- img --+
| | | | |
| | | | +- lang -+
| | | |
| | | |
| | | +- TableOpertions -+
| | | |
| | | +- img --+
| | | |
| | | +- lang -+
| | +- popups --+
| |
| |
| +- Test -+
| | |
| | +- HTMLArea --+
| | |
| | +- core.html
| | +- example.html
| | +- example-table-operations.html
| | |

Wink Svenn-Erik K. Thomsen


dvo
New User

Aug 8, 2004, 6:59 AM

Post #108 of 138 (10197 views)
Shortcut
Re: [mishoo] HTMLArea 3.0-RC1 [In reply to] Can't Post

One question I have regarding HTMLArea 3.0 regards quotes.

What is the motivation for HTMLizing the quotes?

[this is diabling for functionalities that depend on such characters that would normally go through in straight ASCII.]


Lorenzo
Novice

Aug 14, 2004, 8:06 AM

Post #109 of 138 (10004 views)
Shortcut
Re: [dvo] HTMLArea 3.0-RC1 [In reply to] Can't Post

Hello, I'm a new user of HTMLarea3, I'm from Italy. Escuse me for my bad English! Last year I've just made an HTML Web Editor that I used for a personal CMS. (http://www.iltriumvirato.com/public/iltriumvirato/Personal_Web_Editor.htm) But now that I've seen this editor I immediatly convert myself to this. It's WONDERFULL! I've just downloaded last version of htmlArea with CVS yesterday, and I found some bugs:
  • popups windows of first level (clicking on the buttons like: "inserttable" or "insertimages") have a height that is less than the content, so I couldn't click buttons like OK or Cancel.
    I've fixed this bug in my edition writing this in popups/popup.js row 67 : "body_height + 30"
  • If I open a page of mine in XHTML with div tags and I pass in HTML mode, then I pass in WYSIWYG mode, and some DIV tags has been deleted
  • I've translated lots of ITALIAN LANGUAGE files, to use it in italian, I've attached the files
  • But I don't know how to translate popups/*.js
If you are able to find a fix to my DIV bug I will be very happy! Say me if I can do something to help you in Italian translation. Bye, Lorenzo www.iltriumvirato.com


(This post was edited by Lorenzo on Aug 14, 2004, 8:10 AM)


mmcw
User

Aug 14, 2004, 9:12 AM

Post #110 of 138 (9999 views)
Shortcut
Re: [Lorenzo] HTMLArea 3.0-RC1 [In reply to] Can't Post

   


Code
   

popups windows of first level (clicking on the buttons like: "inserttable" or "insertimages") have a height that is less than the content, so I couldn't click buttons like OK or Cancel. I've fixed this bug in my edition writing this in popups/popup.js row 67 : "body_height + 30"



That is a new bug what is showing up only in the last CSV release! The version for this one did not have that problem!


Lorenzo
Novice

Aug 15, 2004, 4:58 AM

Post #111 of 138 (9987 views)
Shortcut
Re: [mmcw] HTMLArea 3.0-RC1 [In reply to] Can't Post

Yes, I know, isn't this the place where to speak about last CVS? Say me where, please. Is it ok my "it" translation? will you insert in the project? (I've just tested it, it is OK!)


mmcw
User

Aug 15, 2004, 5:03 AM

Post #112 of 138 (9981 views)
Shortcut
Re: [Lorenzo] HTMLArea 3.0-RC1 [In reply to] Can't Post

http://cvs.sourceforge.net/viewcvs.py/itools-htmlarea/

Check the latest english language file. It has been change with some extra values!


Lorenzo
Novice

Aug 15, 2004, 12:59 PM

Post #113 of 138 (9962 views)
Shortcut
Re: [mmcw] HTMLArea 3.0-RC1 [In reply to] Can't Post

Ok! I will translate the new one in Italian!


laser
New User

Aug 21, 2004, 5:49 PM

Post #114 of 138 (9685 views)
Shortcut
Re: [mishoo] HTMLArea 3.0-RC1 [In reply to] Can't Post

Smile oups I was fidling with the previous version, so RC1 solve that, thanks! But as a new user, it was not so obvious to me where to download 3.0 beta, because I did not bexpect at all a forum when the first version got a simple html page for the download instructions, also it was not immediatly obvious that RC1 exist ... hoe that's going to be ergonomically helpfull!

Thanks, Laser


valio
New User

Aug 22, 2004, 6:57 AM

Post #115 of 138 (9678 views)
Shortcut
Popups Security problem [In reply to] Can't Post

When try to open popups (Firefox 0.9.2/IE6.0.2900.2180/WinXP SP2), I receive:

Error: [Exception... "'Permission denied to get property Window.addEventListener' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "<unknown>" data: no]

And then popup window can't communicate with opener:

Error: opener.Dialog._return is not a function
Source File:
http://localhost/test/js/htmlarea/popups/popup.js
Line: 98

I am confused, exactly the same code in reference.html works fine. No other JS in page, only php session is started.


Lorenzo
Novice

Aug 23, 2004, 7:23 AM

Post #116 of 138 (9643 views)
Shortcut
Re: [Lorenzo] HTMLArea 3.0-RC1 [In reply to] Can't Post

Here there is the new translation in Italian! thnx to Lorenzo... (me!)
Attachments: it.rar (8.96 KB)


best_coach
New User

Aug 26, 2004, 9:25 AM

Post #117 of 138 (9536 views)
Shortcut
Re: [pihtt] HTMLArea 3.0-RC1 [In reply to] Can't Post


In Reply To
i did a new very easy-to-use plug-in about image insert.

you'll be able to upload a picture in two step

(thx PHP Wink)



send me a pm ...!!



Can I have a copy of your hmtlarea 3.0 RC1 with the possibility to upload pictures like you say in 2 step. Now I use htmlarea 2.3 and I use the upload function but I'm not be able to insert this feature in the new version!

Do you help me?


rchaube
New User

Sep 1, 2004, 8:40 AM

Post #118 of 138 (9296 views)
Shortcut
Re: [arjan] HTMLArea 3.0-RC1 [In reply to] Can't Post

Just love htmlarea.

I am using htmlarea3 as an early adopter. Everything works fine in all other gecko browsers. but in IE 5.5 above, i find that the textarea is collapsed..... can't see contents i just see the toolbar and then the statusbar.

Any help would be highly appreciated.

Here is the code i am using.


Code
   

<style type="text/css">
@import url(htmlarea.css);
</style>

<table cellspacing="0" cellpadding="0" width="486">
<tr>
<td class="plainBox"><table cellpadding="0" cellspacing="0" width="486">
<tr class="text">
<td class="plainBoxHeading">Enter/Review Resume content &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="inputRequirement">* Required information</span></td>
</tr>
<?php foreach ( $CONTENT['resumetemplatedetails'] as $v ){?>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td>
<table border="0" width="100%" cellspacing="0" cellpadding="2">

<tr>
<td class="plainBoxHeading"><?php print $v['heading_name']; ?>&nbsp;<span class="inputRequirement">*</span></td>
</tr>
<tr>
<td><textarea id="resumefield<?php print $v['id']; ?>" name="resumefield<?php print $v['id']; ?>" cols="60" rows="15"><? print ( $_SESSION['Data']['FormData'][$_SESSION['State']['Step']]['resumefield'.$v['id']]) ?></textarea>
</td>
</tr>

</table>
</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<?php } ?>
</table></td>
</tr>
</table>
<script type="text/javascript" src="htmlarea.js"></script>
<script type="text/javascript" src="lang/en.js"></script>
<script type="text/javascript" src="dialog.js"></script>
<script type="text/javascript">

var config = new HTMLArea.Config();

config.toolbar = [
[ "fontname", "space",
"fontsize", "space",
"formatblock", "space",
"bold", "italic", "underline", "separator",
"strikethrough", "subscript", "superscript", "separator",
"copy", "cut", "paste", "space", "undo", "redo" ],

[ "justifyleft", "justifycenter", "justifyright", "justifyfull", "separator",
"orderedlist", "unorderedlist", "outdent", "indent", "separator",
"forecolor", "hilitecolor", "textindicator", "separator",
"inserthorizontalrule", "createlink", "inserttable", "htmlmode", "separator" ]
];

HTMLArea.replaceAll( config );

</script>


dartdusky
New User

Sep 4, 2004, 6:54 PM

Post #119 of 138 (9153 views)
Shortcut
Re: [rchaube] HTMLArea 3.0-RC1 [In reply to] Can't Post

Please avoid multiple postings. I've left a solution for you elsewhere: http://www.interactivetools.com/forum/gforum.cgi?post=33853#33853


paceit
Novice

Sep 5, 2004, 1:13 PM

Post #120 of 138 (9119 views)
Shortcut
Re: [mishoo] HTMLArea 3.0-RC1 [In reply to] Can't Post

Hi, has anyone got this working with Page Publisher? I've replaced the htmlarea directory with RC1 code, but when I view the web pages I just see the HTML code for the pages between the tags. Are there any links/settings I need to change in PP to get it to display correctly? cheers, DCrazy


topher1kenobe
New User

Sep 9, 2004, 10:02 PM

Post #121 of 138 (8935 views)
Shortcut
Re: [mishoo] HTMLArea 3.0-RC1 [In reply to] Can't Post

Hi mishoo. I really like the way 3.0 looks, but I can't seem to make it work in my form. I have this:

<script type="text/javascript">
_editor_url = "/htmlarea/";
_editor_lang = "en";
</script>
<script type="text/javascript" src="/htmlarea/htmlarea.js"></script>

<script type="text/javascript" defer="1">
HTMLArea.replaceAll();
</script>

in my html. I'm sure the path is right. I know something's happening, because if I include the js file without declaring the vars above it, it complains. Yet I don't get anything special at all around my textarea.

How do I tell my textarea to use htmlarea?


bkrakov
New User

Sep 10, 2004, 1:54 PM

Post #122 of 138 (8890 views)
Shortcut
Re: [mishoo] HTMLArea 3.0-RC1 [In reply to] Can't Post

Hi guys,

I'm using htmlArea 3.0 rc1. I just installed CSS plugin and it's work fine. When i use Formatted style for some content, the editor displays blue dotted border around that content. I'm wondering if there is some way to get rid of this border all together.

I would very appreciate any idea. Anyway, thanks a lot to the guys who developed such a wondeful software.

Boris


arokia
Novice

Sep 20, 2004, 5:44 AM

Post #123 of 138 (8562 views)
Shortcut
Re: [mishoo] HTMLArea 3.0-RC1 [In reply to] Can't Post

hi dear,

I am using HTMLArea 3.0-RC1 in our site to edit full page content.

I have used dreamweaver to put rollover menus.
While editing through this online editor a new attribute called "osrc" gets added inside <img /> tag.

Origninal:
<img height="20" alt="Liaison" src="images/liaison_on.jpg" width="173" border="0" name="Liaison">

After editing:
<img height="20" alt="Liaison" src="images/liaison_on.jpg" width="173" border="0" name="Liaison" osrc="http://localhost/iyerandco/web/images/liaison_on.jpg" />

Why it is changed?. I have tried but I could not get it right.
Because of this onmouseover and onmouseout functions are not working.

I would like to get the feasible solution for this.

Kindly help me.








mishoo
User

Sep 20, 2004, 7:44 AM

Post #124 of 138 (8558 views)
Shortcut
Re: [arokia] HTMLArea 3.0-RC1 [In reply to] Can't Post

Most probably the menu that you are using is adding these attributes; when retrieving code, HTMLArea just reports any attrs that exist in the node.

So the solution for your particular problem is to make HTMLArea ignore these attributes. Open htmlarea.js and locate the following code:


Code
if (/_moz|contenteditable|_msh/.test(name)) { 
// avoid certain attributes
continue;
}


You just need to change the "if" line to the following:


Code
if (/_moz|contenteditable|_msh|osrc/.test(name)) {


This can't get into the HTMLArea distribution; however maybe I should think to add a configurable way to remove certain attributes. I'll add that in the next release.
--
Mihai Bazon,
dynarch.com
Applied Web Standards


arokia
Novice

Sep 21, 2004, 1:07 AM

Post #125 of 138 (8508 views)
Shortcut
Re: [mishoo] HTMLArea 3.0-RC1 [In reply to] Can't Post

Thanks for your immediate reply,

I have tried it but it worked upto some extend.

But when I switched between textmode and htmlmode again the attribute osrc is added to the image tag and giving error.

please give me support.

Thanks mate,
arokia

First page Previous page 1 2 3 4 5 6 Next page Last page  View All
 
 


Search for (options)