Update examples
This commit is contained in:
parent
558d01448d
commit
aff2735b9f
77
test_files/menu2.json
Normal file
77
test_files/menu2.json
Normal file
@ -0,0 +1,77 @@
|
|||||||
|
{
|
||||||
|
"menu": {
|
||||||
|
"header": "SVG Viewer",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"id": "Open"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "OpenNew",
|
||||||
|
"label": "Open New"
|
||||||
|
},
|
||||||
|
null,
|
||||||
|
{
|
||||||
|
"id": "ZoomIn",
|
||||||
|
"label": "Zoom In"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "ZoomOut",
|
||||||
|
"label": "Zoom Out"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "OriginalView",
|
||||||
|
"label": "Original View"
|
||||||
|
},
|
||||||
|
null,
|
||||||
|
{
|
||||||
|
"id": "Quality"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "Pause"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "Mute"
|
||||||
|
},
|
||||||
|
null,
|
||||||
|
{
|
||||||
|
"id": "Find",
|
||||||
|
"label": "Find..."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "FindAgain",
|
||||||
|
"label": "Find Again"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "Copy"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "CopyAgain",
|
||||||
|
"label": "Copy Again"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "CopySVG",
|
||||||
|
"label": "Copy SVG"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "ViewSVG",
|
||||||
|
"label": "View SVG"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "ViewSource",
|
||||||
|
"label": "View Source"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "SaveAs",
|
||||||
|
"label": "Save As"
|
||||||
|
},
|
||||||
|
null,
|
||||||
|
{
|
||||||
|
"id": "Help"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "About",
|
||||||
|
"label": "About Adobe CVG Viewer..."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
@ -16,7 +16,7 @@
|
|||||||
"templateOverridePath": "",
|
"templateOverridePath": "",
|
||||||
"defaultListTemplate": "listTemplate.htm",
|
"defaultListTemplate": "listTemplate.htm",
|
||||||
"defaultFileTemplate": "articleTemplate.htm",
|
"defaultFileTemplate": "articleTemplate.htm",
|
||||||
"useJSP": "false",
|
"useJSP": false,
|
||||||
"jspListTemplate": "listTemplate.jsp",
|
"jspListTemplate": "listTemplate.jsp",
|
||||||
"jspFileTemplate": "articleTemplate.jsp",
|
"jspFileTemplate": "articleTemplate.jsp",
|
||||||
"cachePackageTagsTrack": 200,
|
"cachePackageTagsTrack": 200,
|
||||||
@ -32,7 +32,7 @@
|
|||||||
"searchEngineListTemplate": "forSearchEnginesList.htm",
|
"searchEngineListTemplate": "forSearchEnginesList.htm",
|
||||||
"searchEngineFileTemplate": "forSearchEngines.htm",
|
"searchEngineFileTemplate": "forSearchEngines.htm",
|
||||||
"searchEngineRobotsDb": "WEB-INF/robots.db",
|
"searchEngineRobotsDb": "WEB-INF/robots.db",
|
||||||
"useDataStore": "true",
|
"useDataStore": true,
|
||||||
"dataStoreClass": "org.cofax.SqlDataStore",
|
"dataStoreClass": "org.cofax.SqlDataStore",
|
||||||
"redirectionClass": "org.cofax.SqlRedirection",
|
"redirectionClass": "org.cofax.SqlRedirection",
|
||||||
"dataStoreName": "cofax",
|
"dataStoreName": "cofax",
|
||||||
@ -81,7 +81,7 @@
|
|||||||
"fileTransferFolder": "/usr/local/tomcat/webapps/content/fileTransferFolder",
|
"fileTransferFolder": "/usr/local/tomcat/webapps/content/fileTransferFolder",
|
||||||
"lookInContext": 1,
|
"lookInContext": 1,
|
||||||
"adminGroupID": 4,
|
"adminGroupID": 4,
|
||||||
"betaServer": "true"
|
"betaServer": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user