Skip to content

Commit

Permalink
final fixes for 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stevewirts committed Dec 4, 2015
1 parent 9012666 commit 7ce7294
Show file tree
Hide file tree
Showing 12 changed files with 23,850 additions and 160 deletions.
698 changes: 698 additions & 0 deletions examples/autosizeissue/index.html

Large diffs are not rendered by default.

21,471 changes: 21,471 additions & 0 deletions examples/autosizeissue/index.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions examples/autosizeissue/index.min.js

Large diffs are not rendered by default.

718 changes: 718 additions & 0 deletions examples/autosizeissue/indexnoautosize.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions examples/autosizeissue/js/accounting.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

131 changes: 131 additions & 0 deletions examples/autosizeissue/js/myThemes.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,131 @@
var myThemes = {
one: {
font: '8px Tahoma, Geneva, sans-serif',
color: 'rgb(25, 25, 25)',
backgroundColor: 'rgb(241, 241, 241)',
foregroundSelectionColor: 'rgb(255, 0, 0)',
backgroundSelectionColor: 'rgb(0, 0, 255)',

columnHeaderFont: '12px Tahoma, Geneva, sans-serif',
columnHeaderColor: 'darkblue',
columnHeaderBackgroundColor: 'pink',
columnHeaderForegroundSelectionColor: 'rgb(0, 0, 255)',
columnHeaderBackgroundSelectionColor: 'rgb(255, 0, 0)',

rowHeaderFont: '8px Tahoma, Geneva, sans-serif',
rowHeaderColor: 'rgb(25, 25, 25)',
rowHeaderBackgroundColor: 'rgb(223, 227, 232)',
rowHeaderForegroundSelectionColor: 'rgb(25, 25, 25)',
rowHeaderBackgroundSelectionColor: 'rgb(255, 220, 97)',

backgroundColor2: 'rgb(201, 201, 201)',
lineColor: 'rgb(199, 199, 199)',
voffset: 0,
scrollbarHoverOver: 'visible',
scrollbarHoverOff: 'hidden',
scrollingEnabled: true,

fixedRowAlign: 'center',
fixedColAlign: 'center',
cellPadding: 5,
gridLinesH: true,
gridLinesV: true,

defaultRowHeight: 20,
defaultFixedRowHeight: 15,
defaultColumnWidth: 100,
defaultFixedColumnWidth: 100,

//for immediate painting, set these values to 0, true respectively

editorActivationKeys: ['alt', 'esc'],
columnAutosizing: false,
readOnly: false
},
two: {
font: '10px Tahoma, Geneva, sans-serif',
color: 'rgb(25, 25, 25)',
backgroundColor: 'rgb(241, 241, 241)',
foregroundSelectionColor: 'rgb(25, 25, 25)',
backgroundSelectionColor: 'rgb(183, 219, 255)',

columnHeaderFont: '10px Tahoma, Geneva, sans-serif',
columnHeaderColor: 'rgb(25, 25, 25)',
columnHeaderBackgroundColor: 'rgb(223, 227, 232)',
columnHeaderForegroundSelectionColor: 'rgb(25, 25, 25)',
columnHeaderBackgroundSelectionColor: 'rgb(255, 220, 97)',

rowHeaderFont: '10px Tahoma, Geneva, sans-serif',
rowHeaderColor: 'rgb(25, 25, 25)',
rowHeaderBackgroundColor: 'rgb(223, 227, 232)',
rowHeaderForegroundSelectionColor: 'rgb(25, 25, 25)',
rowHeaderBackgroundSelectionColor: 'rgb(255, 220, 97)',

backgroundColor2: 'rgb(201, 201, 201)',
lineColor: 'rgb(199, 199, 199)',
voffset: 0,
scrollbarHoverOver: 'visible',
scrollbarHoverOff: 'hidden',
scrollingEnabled: true,

fixedRowAlign: 'center',
fixedColAlign: 'center',
cellPadding: 5,
gridLinesH: true,
gridLinesV: true,

defaultRowHeight: 15,
defaultFixedRowHeight: 15,
defaultColumnWidth: 100,
defaultFixedColumnWidth: 100,

//for immediate painting, set these values to 0, true respectively

editorActivationKeys: ['alt', 'esc'],
columnAutosizing: false,
readOnly: false
},
three: {
font: '15px Tahoma, Geneva, sans-serif',
color: 'rgb(25, 25, 25)',
backgroundColor: 'rgb(241, 241, 241)',
foregroundSelectionColor: 'rgb(25, 25, 25)',
backgroundSelectionColor: 'rgb(183, 219, 255)',

columnHeaderFont: '15px Tahoma, Geneva, sans-serif',
columnHeaderColor: 'rgb(25, 25, 25)',
columnHeaderBackgroundColor: 'rgb(223, 227, 232)',
columnHeaderForegroundSelectionColor: 'rgb(25, 25, 25)',
columnHeaderBackgroundSelectionColor: 'rgb(255, 220, 97)',

rowHeaderFont: '15px Tahoma, Geneva, sans-serif',
rowHeaderColor: 'rgb(25, 25, 25)',
rowHeaderBackgroundColor: 'rgb(223, 227, 232)',
rowHeaderForegroundSelectionColor: 'rgb(25, 25, 25)',
rowHeaderBackgroundSelectionColor: 'rgb(255, 220, 97)',

backgroundColor2: 'rgb(201, 201, 201)',
lineColor: 'rgb(199, 199, 199)',
voffset: 0,
scrollbarHoverOver: 'visible',
scrollbarHoverOff: 'hidden',
scrollingEnabled: true,

fixedRowAlign: 'center',
fixedColAlign: 'center',
cellPadding: 5,
gridLinesH: true,
gridLinesV: true,

defaultRowHeight: 15,
defaultFixedRowHeight: 15,
defaultColumnWidth: 100,
defaultFixedColumnWidth: 100,

//for immediate painting, set these values to 0, true respectively

editorActivationKeys: ['alt', 'esc'],
columnAutosizing: false,
readOnly: false
}
};
Loading

0 comments on commit 7ce7294

Please sign in to comment.