Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 6881 invoked from network); 7 Sep 2004 06:12:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 7 Sep 2004 06:12:05 -0000 Received: (qmail 41333 invoked by uid 500); 7 Sep 2004 06:11:48 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 41290 invoked by uid 500); 7 Sep 2004 06:11:47 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: users@cocoon.apache.org Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 41277 invoked by uid 99); 7 Sep 2004 06:11:47 -0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [146.64.10.166] (HELO wabe.csir.co.za) (146.64.10.166) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 06 Sep 2004 23:11:46 -0700 Received: from cs-emo.csir.co.za (cs-emo.csir.co.za [146.64.10.40]) by wabe.csir.co.za (8.12.5/8.12.5) with ESMTP id i876BMOC002190 for ; Tue, 7 Sep 2004 08:11:22 +0200 Received: from GW-EMO-MTA by cs-emo.csir.co.za with Novell_GroupWise; Tue, 07 Sep 2004 08:11:22 +0200 Message-Id: X-Mailer: Novell GroupWise Internet Agent 6.5.1 Date: Tue, 07 Sep 2004 08:10:56 +0200 From: "Derek Hohls" To: Subject: RE: Configuring the HTMLarea for table operations Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline X-CSIR-MailScanner-Information: Please contact sys-admin at csir dot co dot za for more information X-CSIR-MailScanner: Found to be clean X-MailScanner-From: dhohls@csir.co.za X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hugo I am using IE. I previously noted the issue with using HTMLarea inside of a table, and am using
tags for all my layout of the form/s that requires HTML area. Yes, the "initTable()" is called "inline" - this is the standard code generated the supplied Cocoon stylesheets as a result of: initTable Any other ideas why it might be unhappy ? Derek PS I have just tried this in Mozilla 1.7.1 and I get the same problem... >>> hugob@xs4all.nl 2004/09/06 05:36:19 PM >>> Hello Derek, Is this true for IE or for other browsers as well? If you are not using IE, you can skip this email. If it is IE, are you using tables to display your HTMLArea? IE has some problems with inline Javascript initialization in table cells. The result will be a plain textarea, just like your result. According to some hints I found on the net, you have to move the initialization to the "onload()" of the tag. From your code below I guess that your "initTable()" will be called "inline" and not in the "onload()" of the body. But let me repeat: this is only true for IE; it only happens when your HTMLArea is in a table cell; it is a bug in IE; and if this applies to you, you should decide for yourself whether you want to work around it. Hugo Burm > -----Original Message----- > From: Derek Hohls [mailto:DHohls@csir.co.za] > Sent: Monday, September 06, 2004 4:54 PM > To: users@cocoon.apache.org > Subject: Configuring the HTMLarea for table operations > > > If anyone has experience with the problem below, > I'd appreciate hearing a solution.. > > I have modified the forms-htmlarea-styling.xsl to > include the following - inserted after the line: > > > > > The form template page is then configured to use it > for a textarea as follows: > > > initTable > > > However the HTMLarea does not work at all (ie. get a plain > textarea) UNLESS I remove the line: > edit.registerPlugin(TableOperations); > > Obviously I want to add in all the functionality of table > operations found in the TableOperations javascript as > well to the config.toolbar, but cannot do so until the > plugin is working.... > > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > MailScanner thanks transtec Computers for their support. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org > For additional commands, e-mail: users-help@cocoon.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org