Re: [webmin-devel] MySQL module - multi line editor field sizes

"Jamie Cameron" <[email protected]> Mon, 25 Aug 2008 22:28:29 -0700 (PDT)
Newsgroups gmane.comp.web.webmin.devel
Message-ID <[email protected]>
On 25/Aug/2008 16:33 Andreas Kilgus wrote ..
> Hello,
> 
> IMHO the way the multi line editor decides which kind of html form element
> to use for specific fields is problematic. A field of type "text" is
> represented by the means of a textarea while "varchar(4000)" gets a one
> line input field (though the maximal size of 4000 chars is an indicator
> that multi line text might be expected as value).
> 
> Is there any reason I don't take into consideration at the moment not to
> change "libexec/webmin/mysql/view_table.cgi" starting at line 300 into
> something like 
> 
> elsif ($str[$j]->{'type'} =~ /\((\d+)\)/) {
>     # Show as known-size text
>     if ($1 < 256) {
>         local $nw = $1 > 70 ? 70 : $1;
>         $et .= &ui_textbox($nm, $d[$j], $nw);
>     } else {
>         $et .= &ui_textarea($nm, $d[$j], 3, 70);
>     }
> }
> 
> ?

That's a good suggestion - I will include this in the next Webmin release.
The only reason for the current code is that when I wrote it, large varchars
weren't supported in MySQL.

 - Jamie

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
-
Forwarded by the Webmin development list at [email protected]
To remove yourself from this list, go to
http://lists.sourceforge.net/lists/listinfo/webadmin-devel