Changeset 15131
- Timestamp:
- 09/04/08 17:45:50 (3 months ago)
- Location:
- dojox/trunk
- Files:
-
- 22 modified
-
charting/tests/test_labels2d.html (modified) (2 diffs)
-
dtl/tests/text/filter.js (modified) (1 diff)
-
gfx/Moveable.js (modified) (1 diff)
-
gfx3d/object.js (modified) (1 diff)
-
gfx3d/tests/test_camerarotate.html (modified) (1 diff)
-
gfx3d/tests/test_camerarotate_shaded.html (modified) (1 diff)
-
gfx3d/tests/test_rotate.html (modified) (1 diff)
-
grid/compat/tests/test_change_structure.html (modified) (2 diffs)
-
grid/compat/tests/test_dojo_data_notification.html (modified) (1 diff)
-
grid/compat/tests/test_sizing.html (modified) (1 diff)
-
grid/compat/tests/test_sizing_100rows.html (modified) (1 diff)
-
grid/compat/tests/test_sizing_ResizeHandle.html (modified) (1 diff)
-
grid/compat/tests/test_styling.html (modified) (1 diff)
-
grid/compat/tests/test_subgrid.html (modified) (1 diff)
-
grid/tests/test_change_structure.html (modified) (2 diffs)
-
grid/tests/test_styling.html (modified) (1 diff)
-
grid/tests/test_subgrid.html (modified) (1 diff)
-
highlight/languages/python.js (modified) (1 diff)
-
jsonPath/tests/jsonPath.js (modified) (1 diff)
-
rpc/tests/Geonames.js (modified) (1 diff)
-
secure/tests/sandbox.js (modified) (1 diff)
-
validate/_base.js (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dojox/trunk/charting/tests/test_labels2d.html
r14867 r15131 117 117 {value: 3, text: "March"}, 118 118 {value: 4, text: "April"}, 119 {value: 5, text: "May"} ,119 {value: 5, text: "May"} 120 120 ] 121 121 }); … … 125 125 [ 1, 6, 9, 4, 5, 2 ], 126 126 { 127 stroke: { width: 0,},127 stroke: {width: 0}, 128 128 // fill: "#ffcc2d", 129 129 fill: { -
dojox/trunk/dtl/tests/text/filter.js
r14795 r15131 721 721 { 722 722 action: "eat", 723 type: "apple" ,723 type: "apple" 724 724 }, 725 725 { -
dojox/trunk/gfx/Moveable.js
r12250 r15131 15 15 this.mover = (params && params.mover) ? params.mover : dojox.gfx.Mover; 16 16 this.events = [ 17 this.shape.connect("onmousedown", this, "onMouseDown") ,17 this.shape.connect("onmousedown", this, "onMouseDown") 18 18 // cancel text selection and text dragging 19 // dojo.connect(this.handle, "ondragstart", dojo, "stopEvent"),20 // dojo.connect(this.handle, "onselectstart", dojo, "stopEvent")19 //, dojo.connect(this.handle, "ondragstart", dojo, "stopEvent") 20 //, dojo.connect(this.handle, "onselectstart", dojo, "stopEvent") 21 21 ]; 22 22 }, -
dojox/trunk/gfx3d/object.js
r14013 r15131 963 963 m.cameraRotateXg(180), 964 964 m.cameraTranslate(0, this.dimension.height, 0), 965 this.camera ,965 this.camera 966 966 ]), this.deep); 967 967 } -
dojox/trunk/gfx3d/tests/test_camerarotate.html
r10830 r15131 63 63 m.cameraRotateXg(angles.x), 64 64 m.cameraRotateYg(angles.y), 65 m.cameraRotateZg(angles.z) ,65 m.cameraRotateZg(angles.z) 66 66 ]); 67 67 -
dojox/trunk/gfx3d/tests/test_camerarotate_shaded.html
r10860 r15131 67 67 m.cameraRotateXg(angles.x), 68 68 m.cameraRotateYg(angles.y), 69 m.cameraRotateZg(angles.z) ,69 m.cameraRotateZg(angles.z) 70 70 ]); 71 71 -
dojox/trunk/gfx3d/tests/test_rotate.html
r10852 r15131 32 32 m.cameraRotateXg(angles.x), 33 33 m.cameraRotateYg(angles.y), 34 m.cameraRotateZg(angles.z) ,34 m.cameraRotateZg(angles.z) 35 35 ]); 36 36 cube.setTransform(t); -
dojox/trunk/grid/compat/tests/test_change_structure.html
r14588 r15131 59 59 {name: 'Orange', value: '<img src="images/flatScreen.gif" height="48" width="48">'}, 60 60 {name: 'Pear', get: get}, 61 {name: 'Tomato', width: 20, value: '<input name="" type="file">'} ,61 {name: 'Tomato', width: 20, value: '<input name="" type="file">'} 62 62 ]]}; 63 63 … … 83 83 {name: 'Banana', get: get, width: 20}, 84 84 {name: 'Kiwi', get: get, width: 20}, 85 {name: 'Pear', get: get, width: 20} ,85 {name: 'Pear', get: get, width: 20} 86 86 ], 87 87 [ -
dojox/trunk/grid/compat/tests/test_dojo_data_notification.html
r14588 r15131 52 52 { cells: [[ 53 53 { field: "name", name: "Name", width: 'auto' }, 54 { field: "type", name: "Type", editor: iEditor, width: 'auto' } ,54 { field: "type", name: "Type", editor: iEditor, width: 'auto' } 55 55 ]]} 56 56 ]; -
dojox/trunk/grid/compat/tests/test_sizing.html
r14588 r15131 81 81 {name: 'Column 4'}, 82 82 {name: 'Column 5'}, 83 {name: 'Column 6'} ,83 {name: 'Column 6'} 84 84 ]]}; 85 85 -
dojox/trunk/grid/compat/tests/test_sizing_100rows.html
r14588 r15131 74 74 {name: 'Column 4'}, 75 75 {name: 'Column 5'}, 76 {name: 'Column 6'} ,76 {name: 'Column 6'} 77 77 ]]}; 78 78 -
dojox/trunk/grid/compat/tests/test_sizing_ResizeHandle.html
r14588 r15131 64 64 {name: 'Column 4'}, 65 65 {name: 'Column 5'}, 66 {name: 'Column 6'} ,66 {name: 'Column 6'} 67 67 ]]}; 68 68 -
dojox/trunk/grid/compat/tests/test_styling.html
r14588 r15131 97 97 {name: 'Column 5', headerStyles: 'background-image: none; background-color: #003333;', classes: 'greenColumn'}, 98 98 {name: 'Column 6'}, 99 {name: 'Column 7'} ,99 {name: 'Column 7'} 100 100 ]]}; 101 101 -
dojox/trunk/grid/compat/tests/test_subgrid.html
r14588 r15131 75 75 }, 76 76 cells: [[ 77 { name: '', width: 3, get: getCheck, styles: 'text-align: center;' }, { name: 'Name', get: getName, width: 40 } ,77 { name: '', width: 3, get: getCheck, styles: 'text-align: center;' }, { name: 'Name', get: getName, width: 40 } 78 78 ], [ 79 79 { name: '', get: getDetail, colSpan: 2, styles: 'padding: 0; margin: 0;'} -
dojox/trunk/grid/tests/test_change_structure.html
r14589 r15131 55 55 {name: 'Orange', value: '<img src="images/flatScreen.gif" height="48" width="48">'}, 56 56 {name: 'Pear', get: get}, 57 {name: 'Tomato', width: 20, value: '<input name="" type="file">'} ,57 {name: 'Tomato', width: 20, value: '<input name="" type="file">'} 58 58 ]; 59 59 … … 77 77 {name: 'Banana', get: get, width: 20}, 78 78 {name: 'Kiwi', get: get, width: 20}, 79 {name: 'Pear', get: get, width: 20} ,79 {name: 'Pear', get: get, width: 20} 80 80 ],[ 81 81 {name: 'Beans', value: 'Happy to be grid!'}, -
dojox/trunk/grid/tests/test_styling.html
r14589 r15131 95 95 {name: 'Column 6', field: 'col6', headerStyles: 'background-image: none; background-color: #003333;', classes: 'greenColumn'}, 96 96 {name: 'Column 7', field: 'col7'}, 97 {name: 'Column 8', field: 'col8'} ,97 {name: 'Column 8', field: 'col8'} 98 98 ] 99 99 ]; -
dojox/trunk/grid/tests/test_subgrid.html
r14656 r15131 77 77 }, 78 78 cells: [[ 79 { name: '', width: 3, get: getCheck, styles: 'text-align: center;' }, { name: 'Name', get: getName, width: 40 } ,79 { name: '', width: 3, get: getCheck, styles: 'text-align: center;' }, { name: 'Name', get: getName, width: 40 } 80 80 ], [ 81 81 { name: '', get: getDetail, colSpan: 2, styles: 'padding: 0; margin: 0;'} -
dojox/trunk/highlight/languages/python.js
r12032 r15131 33 33 illegal: '[${]', 34 34 keywords: {'class': 1}, 35 contains: ['title', 'params' ,],35 contains: ['title', 'params'], 36 36 relevance: 10 37 37 }, -
dojox/trunk/jsonPath/tests/jsonPath.js
r12658 r15131 201 201 doh.assertEqual(success,result); 202 202 } 203 }, 204 203 } 205 204 ] 206 205 ); -
dojox/trunk/rpc/tests/Geonames.js
r13574 r15131 221 221 name: "postalCodeSearch", 222 222 parameters:{placename: "blacksburg"}, 223 expectedResult: dojo.toJson({}), 224 }) 225 }, 226 227 228 229 223 expectedResult: dojo.toJson({}) 224 }) 225 } 230 226 ] 231 227 ); -
dojox/trunk/secure/tests/sandbox.js
r14172 r15131 25 25 dojox.secure.evaluate("document.write(\"<div style='color:red'>written</div>\");",container); 26 26 t.t(container.innerHTML.match(/written/)); 27 } ,27 } 28 28 ]); 29 29 -
dojox/trunk/validate/_base.js
r10806 r15131 145 145 dependencies: { 146 146 cc_exp: "cc_no", 147 cc_type: "cc_no" ,147 cc_type: "cc_no" 148 148 }, 149 149 … … 155 155 field_name3: [myValidationFunction, additional parameters], 156 156 field_name4: [dojo.validate.isValidDate, "YYYY.MM.DD"], 157 field_name5: [dojo.validate.isEmailAddress, false, true] ,157 field_name5: [dojo.validate.isEmailAddress, false, true] 158 158 }, 159 159 … … 163 163 confirm: { 164 164 email_confirm: "email", 165 pw2: "pw1" ,165 pw2: "pw1" 166 166 } 167 167 };