Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Friday, April 19, 2024

Diff for phpMyEdit/phpMyEditSetup.php between version 1.11 and 1.12

version 1.11, 2002/10/20 22:04:20 version 1.12, 2002/10/21 21:30:41
Line 19 
Line 19 
  * http://www.platon.sk/projects/phpMyEdit/   * http://www.platon.sk/projects/phpMyEdit/
  */   */
   
 /* $Platon: phpMyEdit/phpMyEditSetup.php,v 1.10 2002/10/17 21:06:46 nepto Exp $ */  /* $Platon: phpMyEdit/phpMyEditSetup.php,v 1.11 2002/10/20 22:04:20 nepto Exp $ */
   
 // setup.php version 3.5 27-Apr-01  // setup.php version 3.5 27-Apr-01
 // Heavily updated by Ondrej Jombik in 9-Aug-2002.  // Heavily updated by Ondrej Jombik in 9-Aug-2002.
Line 251  echo_buffer("
Line 251  echo_buffer("
 \$opts['inc'] = 15;  \$opts['inc'] = 15;
   
 // Options you wish to give the users  // Options you wish to give the users
 // A(dd) C(hange) (co)P(y) V(iew) D(elete) F(ilter) I(nitial sort suppressed)  // A - add,  C - change, P - copy, V - view, D - delete,
   // F - filter, I - initial sort suppressed
 \$opts['options'] = 'ACPVDF';  \$opts['options'] = 'ACPVDF';
   
 // Number of lines to display on multiple selection filters  // Number of lines to display on multiple selection filters
Line 312  echo_buffer("
Line 313  echo_buffer("
                 ['URLprefix']  old 3.5 ['URL'] behaviour, will prepend string before                  ['URLprefix']  old 3.5 ['URL'] behaviour, will prepend string before
                 ['URLpostfix'] similary to ['URLprefix'] will append string after                  ['URLpostfix'] similary to ['URLprefix'] will append string after
         ['required'] = true will generate javascript to prevent null entries by users          ['required'] = true will generate javascript to prevent null entries by users
         ['options'] is an optional parameter to control whether a field is          ['options'] is an optional parameter to control whether a field is displayed
                 displayed in the A(dd), C(hange), D(elete), view, or L(ist) views                  L - list, F - filter, A - add, C - change, D - delete, V - view
                 ['options']='R' indicates that a field is read only                  Another flags can be:
                 ['options']='P' indicates that a field is a password field                  R - indicates that a field is read only
                 ['options']='H' indicates that a field is to be hidden                  W - indicates that a field is a password field
                 and marked as hidden                  H - indicates that a field is to be hidden and marked as hidden
         ['textarea']['rows'] and/or ['textarea']['cols'] specifies a          ['textarea']['rows'] and/or ['textarea']['cols'] specifies a
         textarea is to be used to give multi-line input,          textarea is to be used to give multi-line input,
                 e.g. ['textarea']['rows'] = 5; ['textarea']['cols'] = 10                  e.g. ['textarea']['rows'] = 5; ['textarea']['cols'] = 10

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top