Steve Isham said:
> Does anyone know if there is a way to set the Compose window default to
> 'maximized'?  I am using SquirrelMail v1.4.2-1.  I could not a way to do
> this
> in the Options or the FAQ.
>
> Thanks,
> Steve
>
> ==-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==
>  Steve Isham - Head Coach
>  CP Classic Track Club, Inc.
>  P.O. Box 1085, Cedar Park, Texas USA 78630
>  512-401-9439 / [EMAIL PROTECTED] / www.cpclassic.com
>  A non-profit youth athletic organization
> ==-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==

Hi Steve,

you need to develop some JavaScript-Stuff that detects the Client's
Screen-Resolution and use the detected values instead of the settings from
your configuration (see: "Options - Display Preferences") because the
javascript method "window.open()" does not provide a argument "maximized".
After that you should adapt the textareas attributes "rows" and "cols"
with a javascript. If not it does not make any sense...

This breaks with the intent of the SM-Developers *not* to use JavaScript
in basic functionality.

So the easiest solution for you maybe: Set your preferences in Options -
Display Preferences to a fitting value and adapt the sourcecode in
./src/compose.php so that you have a bigger Textarea.

The solution that fits best to your needs will need a little programmer's
work.

Regards, Frank


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to