|
@ -355,8 +355,7 @@ export function menuToolBarWidth() { |
|
|
underline: { |
|
|
underline: { |
|
|
ele:'#luckysheet-icon-underline', |
|
|
ele:'#luckysheet-icon-underline', |
|
|
index:13, |
|
|
index:13, |
|
|
}, //'Strikethrough (Alt+Shift+6)'
|
|
|
}, //'Underline (Alt+Shift+6)'
|
|
|
|
|
|
|
|
|
textColor: { |
|
|
textColor: { |
|
|
ele:['#luckysheet-icon-text-color','#luckysheet-icon-text-color-menu','#toolbar-separator-text-color'], |
|
|
ele:['#luckysheet-icon-text-color','#luckysheet-icon-text-color-menu','#toolbar-separator-text-color'], |
|
|
index:14, |
|
|
index:14, |
|
@ -389,11 +388,11 @@ export function menuToolBarWidth() { |
|
|
ele:['#luckysheet-icon-rotation','#luckysheet-icon-rotation-menu','#toolbar-separator-text-rotate'], |
|
|
ele:['#luckysheet-icon-rotation','#luckysheet-icon-rotation-menu','#toolbar-separator-text-rotate'], |
|
|
index:21, |
|
|
index:21, |
|
|
}, //'Text Rotation Mode'
|
|
|
}, //'Text Rotation Mode'
|
|
|
image:{ |
|
|
image:{ |
|
|
ele:'#luckysheet-insertImg-btn-title', |
|
|
ele:'#luckysheet-insertImg-btn-title', |
|
|
index:22, |
|
|
index:22, |
|
|
}, //'Insert link'
|
|
|
}, //'Insert link'
|
|
|
link:{ |
|
|
link:{ |
|
|
ele:'#luckysheet-insertLink-btn-title', |
|
|
ele:'#luckysheet-insertLink-btn-title', |
|
|
index:23, |
|
|
index:23, |
|
|
}, //'Insert picture'
|
|
|
}, //'Insert picture'
|
|
@ -445,7 +444,7 @@ export function menuToolBarWidth() { |
|
|
ele:'#luckysheet-icon-protection', |
|
|
ele:'#luckysheet-icon-protection', |
|
|
index:35, |
|
|
index:35, |
|
|
}, // 'Worksheet protection'
|
|
|
}, // 'Worksheet protection'
|
|
|
print:{ |
|
|
print:{ |
|
|
ele:'#luckysheet-icon-print', |
|
|
ele:'#luckysheet-icon-print', |
|
|
index:36, |
|
|
index:36, |
|
|
}, // 'print'
|
|
|
}, // 'print'
|
|
@ -465,6 +464,7 @@ export function menuToolBarWidth() { |
|
|
bold: true, //'Bold (Ctrl+B)'
|
|
|
bold: true, //'Bold (Ctrl+B)'
|
|
|
italic: true, //'Italic (Ctrl+I)'
|
|
|
italic: true, //'Italic (Ctrl+I)'
|
|
|
strikethrough: true, //'Strikethrough (Alt+Shift+5)'
|
|
|
strikethrough: true, //'Strikethrough (Alt+Shift+5)'
|
|
|
|
|
|
underline: true, //'Underline (Alt+Shift+6)'
|
|
|
textColor: true, //'Text color'
|
|
|
textColor: true, //'Text color'
|
|
|
fillColor: true, //'Cell color'
|
|
|
fillColor: true, //'Cell color'
|
|
|
border: true, //'border'
|
|
|
border: true, //'border'
|
|
@ -474,6 +474,7 @@ export function menuToolBarWidth() { |
|
|
textWrapMode: true, //'Wrap mode'
|
|
|
textWrapMode: true, //'Wrap mode'
|
|
|
textRotateMode: true, //'Text Rotation Mode'
|
|
|
textRotateMode: true, //'Text Rotation Mode'
|
|
|
image:true, // 'Insert picture'
|
|
|
image:true, // 'Insert picture'
|
|
|
|
|
|
link: true, // 'Insert link'(TODO)
|
|
|
chart: true, //'chart' (the icon is hidden, but if the chart plugin is configured, you can still create a new chart by right click)
|
|
|
chart: true, //'chart' (the icon is hidden, but if the chart plugin is configured, you can still create a new chart by right click)
|
|
|
postil:true, //'comment'
|
|
|
postil:true, //'comment'
|
|
|
pivotTable: true, //'PivotTable'
|
|
|
pivotTable: true, //'PivotTable'
|
|
@ -487,7 +488,6 @@ export function menuToolBarWidth() { |
|
|
findAndReplace: true, //'Find and Replace'
|
|
|
findAndReplace: true, //'Find and Replace'
|
|
|
protection: true, // 'Worksheet protection'
|
|
|
protection: true, // 'Worksheet protection'
|
|
|
print: true, // 'print'
|
|
|
print: true, // 'print'
|
|
|
// link: true, // 'Insert link'(TODO)
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// false means all false
|
|
|
// false means all false
|
|
|