Configuring the HTMLarea for table operations

2004-09-06 Thread Derek Hohls
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: //reconfigure HTMLArea toolbar function initTable(areaID) { // inititalize editor

RE: Configuring the HTMLarea for table operations

2004-09-06 Thread Hugo Burm
: Monday, September 06, 2004 4:54 PM > To: [EMAIL PROTECTED] > 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 > in

Re: Configuring the HTMLarea for table operations

2004-09-06 Thread Bruno Dumon
On Mon, 2004-09-06 at 16:54, Derek Hohls wrote: > 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: > src="{$resources-uri}/htmlarea/htmlarea.js"> > >

RE: Configuring the HTMLarea for table operations

2004-09-06 Thread Derek Hohls
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:[EMAIL PROTECTED] > Sent: Monday, September 06, 2004 4:54 PM > To: [EMAIL PROTECTED

Re: Configuring the HTMLarea for table operations

2004-09-06 Thread Derek Hohls
Bruno I have now tried the following: 1. Create an external js file with the following: // Register plugins HTMLArea.loadPlugin("TableOperations"); HTMLArea.loadPlugin("FullPage"); function initFunction(areaID) { // inititalize editor editor = new HTMLArea("editor"); // retrive the co

Re: Configuring the HTMLarea for table operations

2004-09-07 Thread Bruno Dumon
On Tue, 2004-09-07 at 08:51, Derek Hohls wrote: > Bruno > > I have now tried the following: > > 1. Create an external js file with the following: > > > // Register plugins > HTMLArea.loadPlugin("TableOperations"); > HTMLArea.loadPlugin("FullPage"); > > function initFunction(areaID) { > // i

[SOLVED] Re: Configuring the HTMLarea for table operations

2004-09-07 Thread Derek Hohls
Bruno Thanks for the tip about Mozilla; this is really useful! I got an error on this line: Error: HTMLArea is not defined Source File: http://localhost:8080/cocoon/myapp/resources/htmlarea/htmlareaconfig.js So I changed the location of the tag; now placed in the forms-htmlarea-styling.xsl fi