Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: DocBuilder:
How to make wysiwyg bigger

 

 


johncesta
User

Mar 27, 2003, 9:03 AM

Post #1 of 4 (4051 views)
Shortcut
How to make wysiwyg bigger Can't Post

Is there a way to make the wysiwyg display a little wider and higher?

Thanks

John Cesta


Benjamin
Staff


Mar 27, 2003, 9:15 AM

Post #2 of 4 (4049 views)
Shortcut
Re: [johncesta] How to make wysiwyg bigger [In reply to] Can't Post

Hi John,

There's no configuration setting for this, but if you're feeling adventurous you can edit one of the templates to fix this up. Q: Are you running the latest version of DocBuilder (1.10) ? The following assumes that you are. If not, post me back with your version and I'll see if I can come up with a different solution.

Specifically, you'll need to edit line 219 in your _doc_menus.html template (in your /templates/interface directory). This currently says:

<tr><td colspan=2><textarea name="content" cols=60 rows=14 wrap=soft>$content$</textarea></td></tr>

You'll need to change the value for the cols and/or rows attribute.

One thing I should note is that changing the height is no bother, but expanding the width may could an adverse effect on the appearance of the interface page - specifically the very top menu bar is a fixed width (600px or so). It's not a big deal, but I thought I should mention it. :-)
Ben
interactivetools.com 


johncesta
User

Mar 27, 2003, 9:36 AM

Post #3 of 4 (4047 views)
Shortcut
Re: [Benjamin] How to make wysiwyg bigger [In reply to] Can't Post

Thanks Benjamin. I made that change. It worked great for creating new content. Can I do the same for editing existing content?



John Cesta


Benjamin
Staff


Mar 27, 2003, 9:54 AM

Post #4 of 4 (4046 views)
Shortcut
Re: [johncesta] How to make wysiwyg bigger [In reply to] Can't Post

Hi John,

Oops! Forgot about that :-)

Yes, just scroll further down the same template page, to line 321. You should see something just like the above; just change that, and you're done!
Ben
interactivetools.com