HomeHelpTrac

Changeset 15856 for trunk


Ignore:
Timestamp:
01/09/12 00:45:02 (5 months ago)
Author:
Alexander Trofimov
Message:

Form - clear input button

Location:
trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/samples/BxGridMy.php

    r15727 r15856  
    8383            'params' => array ( 
    8484                'db' => array( 
    85                     'table' => 'Profiles',  
     85                    'table' => 'Profiles_!!!',  
    8686                    'key' => 'ID',  
    8787                    'submit_name' => 'do_submit', 
     
    216216                    'grid' => $this->getCode(false), 
    217217                    'blink' => $aIdsAffected, 
     218                    'eval' => 'alert(22)', 
    218219                ),             
    219220                $iAffected ? array () : array('msg' => "Profile(s) activation failed") 
Note: See TracChangeset for help on using the changeset viewer.