mirror of
https://github.com/YunoHost-Apps/luckysheet_ynh.git
synced 2024-09-03 19:36:21 +02:00
Update config.example.js
This commit is contained in:
parent
edb0f6ae1b
commit
84e04350ee
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
* The default luckysheet config object.
|
* The default luckysheet config object.
|
||||||
*/
|
*/
|
||||||
export default {
|
export default {
|
||||||
container: "luckysheet", //ID of the container
|
container: "luckysheet", //Container ID
|
||||||
column: 60, //Default number of columns for empty tables
|
column: 60, //Default number of columns for empty tables
|
||||||
row: 84, //Default row data amount for empty table
|
row: 84, //Default row data amount for empty table
|
||||||
allowCopy: true, //Whether to allow copy
|
allowCopy: true, //Whether to allow copy
|
||||||
|
@ -15,7 +15,7 @@ export default {
|
||||||
pointEditZoom: 1, //Scaling ratio during editor table editing
|
pointEditZoom: 1, //Scaling ratio during editor table editing
|
||||||
// menu: "undo|redo|freezenrow|freezencolumn|download|share|chart|pivot",
|
// menu: "undo|redo|freezenrow|freezencolumn|download|share|chart|pivot",
|
||||||
data: [{ "name": "Sheet1", color: "", "status": "1", "order": "0", "data": [], "config": {}, "index":0 }, { "name": "Sheet2", color: "", "status": "0", "order": "1", "data": [], "config": {}, "index":1 }, { "name": "Sheet3", color: "", "status": "0", "order": "2", "data": [], "config": {}, "index":2 }], //客户端sheet数据[shee1, sheet2, sheet3]
|
data: [{ "name": "Sheet1", color: "", "status": "1", "order": "0", "data": [], "config": {}, "index":0 }, { "name": "Sheet2", color: "", "status": "0", "order": "1", "data": [], "config": {}, "index":1 }, { "name": "Sheet3", color: "", "status": "0", "order": "2", "data": [], "config": {}, "index":2 }], //客户端sheet数据[shee1, sheet2, sheet3]
|
||||||
title: "Luckysheet", //The name of the table
|
title: "Luckysheet", //Table's name
|
||||||
userInfo: '<i style="font-size:16px;color:#ff6a00;" class="fa fa-taxi" aria-hidden="true"></i> rabbit', //User information display style in the upper right corner
|
userInfo: '<i style="font-size:16px;color:#ff6a00;" class="fa fa-taxi" aria-hidden="true"></i> rabbit', //User information display style in the upper right corner
|
||||||
userMenuItem: [{url:"", "icon":'<i class="fa fa-folder" aria-hidden="true"></i>', "name":"My form"}, {url:"www.baidu.com", "icon":'<i class="fa fa-sign-out" aria-hidden="true"></i>', "name":"sign out"}], //Click the pop-up menu of user information in the upper right corner
|
userMenuItem: [{url:"", "icon":'<i class="fa fa-folder" aria-hidden="true"></i>', "name":"My form"}, {url:"www.baidu.com", "icon":'<i class="fa fa-sign-out" aria-hidden="true"></i>', "name":"sign out"}], //Click the pop-up menu of user information in the upper right corner
|
||||||
myFolderUrl: "", //The upper left corner <link to the back button
|
myFolderUrl: "", //The upper left corner <link to the back button
|
||||||
|
|
Loading…
Reference in a new issue