On Mon, Mar 12, 2012 at 10:14 PM, Marc Delisle marc@infomarc.info wrote:
Le 2012-03-11 16:27, Thilina Buddika Abeyrathna a écrit :
Hi, I'm implementing the feature request which has described in subject [0]. For html input text type size for above data type is defined as
$fieldsize
in tbl_change.php file. To define $fieldsize it has used min(max($field['len'], 4), $cfg['LimitChars']). what is the important of $cfg['LimitChars']. Can any one help me.
[0] -
http://sourceforge.net/tracker/?func=detail&aid=2931945&group_id=230...
Look in Documentation.html, all parameters are described.
-- Marc Delisle http://infomarc.info
Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Thanks Marc !