|
|
@@ -1,38 +1,88 @@
|
|
|
{
|
|
|
- "name": "传统样式",
|
|
|
- "table": {
|
|
|
- "containerStyles" : {
|
|
|
-
|
|
|
- },
|
|
|
- "tableStyles": {
|
|
|
- "background-color": "#FFF",
|
|
|
- "border": "1px solid #ddd"
|
|
|
- },
|
|
|
- "titleTdStyles":{
|
|
|
- "background-color": "#eee",
|
|
|
- "color": "#333",
|
|
|
+ "name": "默认样式",
|
|
|
+ "view": {
|
|
|
+ "container" : {
|
|
|
+ "height" : "100%",
|
|
|
+ "overflow" : "auto",
|
|
|
+ "font-size": "14px"
|
|
|
+ },
|
|
|
+ "table": {
|
|
|
+ "margin-bottom": "20px",
|
|
|
+ "width": "100%"
|
|
|
+ },
|
|
|
+ "titleTr":{ //viewTitleTrNode viewTitleLineNode
|
|
|
+ "line-height": "40px",
|
|
|
+ "height": "40px",
|
|
|
+ "color": "#666666",
|
|
|
+ "background-color": "#EEE"
|
|
|
+ },
|
|
|
+ "titleTd":{ //viewTitleColumnNode viewTitleCellNode
|
|
|
+ "font-weight": "bold",
|
|
|
+ "padding": "0px 10px",
|
|
|
+ "border-bottom": "1px solid #CCC"
|
|
|
+ },
|
|
|
+ "contentTr" : {
|
|
|
+ "background": "#ffffff"
|
|
|
+ },
|
|
|
+ "contentSelectedTr" : {
|
|
|
+ "background": "#ecf5ff"
|
|
|
+ },
|
|
|
+ "contentTd": {
|
|
|
+ "height": "30px",
|
|
|
+ "line-height": "30px",
|
|
|
+ "padding": "5px 5px",
|
|
|
+ "border-bottom": "1px solid #CCC"
|
|
|
+ },
|
|
|
+ "contentGroupTd": {
|
|
|
+ "padding": "5px 5px",
|
|
|
+ "border-bottom": "1px solid #CCC",
|
|
|
+ "font-weight": "bold",
|
|
|
+ "background-color": "#F6F6F6",
|
|
|
+ "cursor": "pointer"
|
|
|
+ },
|
|
|
+ "groupCollapseNode": {
|
|
|
"height": "30px",
|
|
|
"line-height": "30px",
|
|
|
- "text-align": "right"
|
|
|
+ "padding-left" : "20px",
|
|
|
+ "background-image": "url(/x_component_process_ViewDesigner/$View/default/icon/right.png)",
|
|
|
+ "background-repeat" : "no-repeat",
|
|
|
+ "background-position": "left center",
|
|
|
+ "background-size": "20px 20px"
|
|
|
+ },
|
|
|
+ "groupExpandNode": {
|
|
|
+ "height": "30px",
|
|
|
+ "line-height": "30px",
|
|
|
+ "padding-left" : "20px",
|
|
|
+ "background-image": "url(/x_component_process_ViewDesigner/$View/default/icon/down.png)",
|
|
|
+ "background-repeat" : "no-repeat",
|
|
|
+ "background-position": "left center",
|
|
|
+ "background-size": "20px 20px"
|
|
|
+ },
|
|
|
+ "checkboxNode" : {
|
|
|
+ "background-image": "url(/x_component_query_Query/$Viewer/default/icon/checkbox.png)",
|
|
|
+ "background-repeat" : "no-repeat",
|
|
|
+ "background-position": "center center"
|
|
|
},
|
|
|
- "contentTdStyles": {
|
|
|
- "background-color": "#FFFFFF",
|
|
|
- "color": "#333"
|
|
|
+ "checkedCheckboxNode" : {
|
|
|
+ "background-image": "url(/x_component_query_Query/$Viewer/default/icon/checkbox_checked.png)",
|
|
|
+ "background-repeat" : "no-repeat",
|
|
|
+ "background-position": "center center"
|
|
|
},
|
|
|
- "contentTdOverStyles": {
|
|
|
- "background-color": "#FFFFFF",
|
|
|
- "color": "#535861"
|
|
|
+ "radioNode" : {
|
|
|
+ "background-image": "url(/x_component_query_Query/$Viewer/default/icon/radiobox.png)",
|
|
|
+ "background-repeat" : "no-repeat",
|
|
|
+ "background-position": "center center"
|
|
|
},
|
|
|
- "contentTdSelectedStyles": {
|
|
|
- "background-color": "#FFFFFF",
|
|
|
- "color": "#535861"
|
|
|
+ "checkedRadioNode" : {
|
|
|
+ "background-image": "url(/x_component_query_Query/$Viewer/default/icon/radiobox_checked.png)",
|
|
|
+ "background-repeat" : "no-repeat",
|
|
|
+ "background-position": "center center"
|
|
|
},
|
|
|
- "properties": {
|
|
|
+ "tableProperties": {
|
|
|
"width": "100%",
|
|
|
"border": "0",
|
|
|
- "cellpadding": "3",
|
|
|
- "cellspacing": "2",
|
|
|
- "align": "center"
|
|
|
+ "cellpadding": "0",
|
|
|
+ "cellspacing": "0"
|
|
|
}
|
|
|
},
|
|
|
"actionbar": {
|