Ticket #2918: test-checkbox-checked.patch

File test-checkbox-checked.patch, 645 bytes (added by Garry Yao, 15 years ago)

Patch used for setup test

  • _samples/api_dialog.html

     
    5353                                                        return 'My Custom Field must not contain digits';
    5454                                        }
    5555                                });
    56 
     56                               
     57                        // Add a checkbox field to the "info" tab.     
     58                        infoTab.add( {
     59                                        type : 'checkbox',
     60                                        label : 'My Custom Checkbox Field',
     61                                        id : 'customCheckboxField',
     62                                        checked : true
     63                                });
     64                       
    5765                        // Remove the "Link Type" combo and the "Browser
    5866                        // Server" button from the "info" tab.
    5967                        infoTab.remove( 'linkType' );
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy