Ticket #2918: test-checkbox-checked.patch
File test-checkbox-checked.patch, 645 bytes (added by , 14 years ago) |
---|
-
_samples/api_dialog.html
53 53 return 'My Custom Field must not contain digits'; 54 54 } 55 55 }); 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 57 65 // Remove the "Link Type" combo and the "Browser 58 66 // Server" button from the "info" tab. 59 67 infoTab.remove( 'linkType' );