123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410 |
- {
- "areaNode" : {
- "border": "1px solid #fff"
- },
- "areaNode_selected": {
- "border": "1px solid red"
- },
- "areaNode_over": {
- "border": "1px dotted blue"
- },
- "actionbarNode" : {
- "overflow": "hidden"
- },
- "pagingNode" : {
- "overflow": "hidden"
- },
- "viewAreaNode": {
- "overflow": "hidden"
- },
- "viewTitleNode": {
- "height": "40px",
- "background-color": "#EEE",
- "border-bottom": "1px solid #999",
- "cursor": "pointer"
- },
- "viewContentScrollNode": {
- "overflow": "hidden",
- "border-bottom": "0px solid #999",
- "cursor": "default"
- },
- "viewContentNode": {
- "overflow": "hidden"
- },
- "contentLeftNode": {
- "width": "30px",
- "background-color": "#EEE",
- "border-right": "1px solid #999",
- "float": "left"
- },
- "contentRightNode": {
- "width": "30px",
- "background-color": "#EEE",
- "border-left": "1px solid #999",
- "float": "right"
- },
- "viewContentBodyNode": {
- "overflow": "hidden",
- "background-color": "#FFF"
- },
- "viewContentTableNode": {
- "width": "100%"
- },
- "viewContentTrNode": {
- },
- "viewContentTdNode": {
- "padding": "3px 5px",
- "border-bottom": "1px solid #CCC"
- },
- "viewContentGroupTdNode": {
- "padding": "3px 5px",
- "border-bottom": "1px solid #CCC",
- "background-color": "#F9F9F9"
- },
- "viewContentTdGroupNode": {
- "overflow": "hidden",
- "cursor": "pointer"
- },
- "viewContentTdGroupIconNode": {
- "float": "left",
- "width": "20px",
- "height": "20px",
- "background": "url(../x_component_query_ViewDesigner/$View/default/icon/right.png) center center no-repeat",
- },
- "viewContentTdGroupTextNode": {
- "height": "20px",
- "font-weight": "bold",
- "line-height": "20px",
- "margin-left": "20px"
- },
- "noDataTextNode" : {
- "height" : "50px",
- "font-size" : "16px",
- "margin" : "20px auto",
- "text-align" : "center"
- },
- "refreshNode": {
- "width": "29px",
- "height": "40px",
- "background": "url(../x_component_query_ViewDesigner/$View/default/icon/refresh.png) center center no-repeat",
- "float": "left"
- },
- "addColumnNode": {
- "width": "29px",
- "height": "40px",
- "background": "url(../x_component_query_ViewDesigner/$View/default/icon/addColumn.png) center center no-repeat",
- "float": "right"
- },
- "autoAddColumnsNode":{
- "width": "34px",
- "height": "40px",
- "padding-left": "24px",
- "position": "absolute",
- "left": "0",
- "top": "0",
- "background": "url(../x_component_query_ViewDesigner/$View/default/icon/autoAddColumns.png) 10px center no-repeat"
- },
- "viewTitleContentNode": {
- "margin": "0px 31px",
- "height": "40px",
- "position": "relative"
- },
- "viewTitleTableNode": {
- "width": "100%",
- "height": "30px",
- "border-left": "1px solid #BBB",
- "border-right": "1px solid #BBB"
- },
- "viewTitleTrNode": {
- "height": "40px",
- "line-height": "40px"
- },
- "viewTitleColumnAreaNode": {
- "padding": "0px",
- "background-color": "#EEE",
- "border-right": "1px solid #BBB",
- "border-left": "1px solid #FFF",
- "white-space": "nowrap"
- },
- "viewTitleColumnNode": {
- "background-color": "#EEE",
- "height": "38px",
- "overflow": "hidden",
- "border": "1px solid #EEE"
- },
- "viewTitleColumnTextNode":{
- "padding": "0px", //"padding": "0px 10px",
- "height": "38px",
- "white-space": "nowrap"
- },
- "viewTitleColumnNode_selected": {
- "background-color": "#FFF",
- "height": "38px",
- "border": "1px solid red",
- "white-space": "nowrap"
- },
- "viewTitleColumnNode_over": {
- "background-color": "#F9F9F9",
- "height": "38px",
- "border": "1px dotted blue",
- "white-space": "nowrap"
- },
- "propertyTabNode": {
- "font-size": "12px",
- "margin-top": "5px"
- },
- "cloumnListNode": {
- "height": "26px",
- "padding": "0px 5px",
- "line-height": "26px",
- "font-size": "12px",
- "cursor": "pointer",
- "border-bottom": "1px dotted #999",
- "background-color": "#FFF",
- "color": "#333"
- },
- "cloumnListNode_selected": {
- "background-color": "#cce2ff"
- },
- "cloumnListNode_over": {
- "background-color": "#eaf1fa"
- },
- "cloumnListIconNode": {
- "height": "26px",
- "width": "26px",
- "float": "left",
- "background": "url(../x_component_query_ViewDesigner/$View/default/icon/column.png) center center no-repeat"
- },
- "cloumnListTextNode": {
- "margin-left": "26px"
- },
- "editTable": {
- },
- "editTableTitle": {
- "width": "60px",
- "font-weight": "bold",
- "font-size": "12px",
- "height": "24px",
- "line-height": "24px",
- "border-bottom": "1px dashed #CCC"
- },
- "editTableTitleNoWidth": {
- "font-weight": "bold",
- "font-size": "12px",
- "height": "24px",
- "line-height": "24px",
- "border-bottom": "1px dashed #CCC"
- },
- "editTableValue": {
- "height": "24px",
- "line-height": "24px",
- "border-bottom": "1px dashed #CCC"
- },
- "editTableInput": {
- "width": "98%",
- "border-top": "1px solid #DDD",
- "border-left": "1px solid #DDD",
- "border-bottom": "1px solid #EEE",
- "border-right": "1px solid #EEE"
- },
- "editTableInputDate": {
- "width": "98%",
- "border-top": "1px solid #DDD",
- "border-left": "1px solid #DDD",
- "border-bottom": "1px solid #EEE",
- "border-right": "1px solid #EEE"
- },
- "editTableInputNoWidth": {
- "border-top": "1px solid #DDD",
- "border-left": "1px solid #DDD",
- "border-bottom": "1px solid #EEE",
- "border-right": "1px solid #EEE"
- },
- "editTableTextarea": {
- "width": "98%",
- "height": "100px",
- "border-top": "1px solid #DDD",
- "border-left": "1px solid #DDD",
- "border-bottom": "1px solid #EEE",
- "border-right": "1px solid #EEE"
- },
- "columnFilterInputArea": {
- "padding": "5px",
- "overflow": "hidden"
- },
- "columnFilterAddNode": {
- "border": "1px solid #999",
- "background-color": "#EEE",
- "width": "35px",
- "-webkit-user-select": "none",
- "-moz-user-select": "none",
- "padding": "0px 8px",
- "margin-top": "56px",
- "height": "20px",
- "line-height": "20px",
- "float": "left",
- "text-align": "right",
- "cursor": "pointer",
- "font-size": "12px",
- "background": "url(../x_component_query_ViewDesigner/$View/default/icon/add.png) 3px center no-repeat"
- },
- "columnFilterValueNode": {
- "width": "95%",
- "height": "50px",
- "border": "1px solid #999",
- "margin-top": "5px",
- "overflow": "auto"
- },
- "filterTableTitle": {
- "height": "24px",
- "background-color": "#EEE",
- "line-height": "24px",
- "color": "#000",
- "font-size": "12px"
- },
- "filterTableTd": {
- "background-color": "#FFF",
- "color": "#333",
- "font-size": "12px"
- },
- "filterAddActionNode":{
- "background": "url(../x_component_query_ViewDesigner/$View/default/icon/add.png) 3px center no-repeat",
- "height": "24px",
- "cursor": "pointer"
- },
- "filterDelActionNode":{
- "background": "url(../x_component_query_ViewDesigner/$View/default/icon/del.png) 3px center no-repeat",
- "height": "24px",
- "cursor": "pointer"
- },
- "actionNodeStyles": {
- "width": "16px",
- "height": "16px",
- "margin-left": "2px",
- "margin-right": "2px",
- "float": "left",
- "border": "1px solid #F1F1F1",
- "cursor": "pointer"
- },
- "actionAreaNode": {
- "display": "none",
- // "width": 18*this.options.actions.length,
- "position": "absolute",
- "background-color": "#F1F1F1",
- "padding": "1px",
- "padding-right": "0px",
- "border": "1px solid #AAA",
- "box-shadow": "0px 2px 5px #999",
- "opacity": 1,
- "z-index": 100
- },
- "moveFlagNode": {
- "height": "40px",
- //"border": "0px dashed #333",
- "border-right": "1px solid #BBB",
- "border-left": "1px solid #FFF",
- "overflow": "hidden",
- "display": "block",
- "background": "#ffa200"
- },
- "applicationSelectTitle": {
- "height": "24px",
- "line-height": "24px",
- "background-color": "#EEE",
- "border-top": "2px solid #999",
- "text-align": "center"
- },
- "applicationSelectContent": {
- "min-height": "20px",
- "border-top": "1px solid #999",
- "padding": "5px 5px 0px 0px",
- "overflow": "hidden"
- },
- "applicationSelectItem": {
- "border": "1px solid #666",
- "color": "#FFF",
- "padding": "0px 5px",
- "margin-left": "5px",
- "margin-bottom": "5px",
- "background-color": "#666",
- "float": "left"
- },
- "applicationSelectAction": {
- "height": "20px",
- "margin": "10px auto",
- "text-align": "center",
- "width": "70px",
- "border": "1px solid #999",
- "background-color": "#F6F6F6",
- "cursor": "pointer"
- },
- "columnHideFlagNode": {
- "height": "40px",
- "background": "url(../x_component_query_ViewDesigner/$View/default/icon/hidden.png) right center no-repeat",
- "position": "relative",
- "margin-right": "8px",
- "top": "-38px"
- },
- "toolbarWarpNode": {
- "border": "1px dashed #999",
- "height": "auto",
- "overflow": "hidden",
- "margin": "auto",
- "display": "block",
- "-webkit-user-select": "none",
- "-moz-user-select": "none",
- "position": "static",
- "opacity": 1,
- "width": "auto",
- "margin": "3px 3px",
- "background-color": "#999",
- "cursor": "pointer"
- },
- "toolbarWarpNode_selected": {
- "background-color": "#FFF",
- "border": "1px solid red",
- "white-space": "nowrap"
- },
- "toolbarWarpNode_over": {
- "background-color": "#F9F9F9",
- "border": "1px dotted blue",
- "white-space": "nowrap"
- },
- "pagingWarpNode": {
- "border": "1px dashed #999",
- "height": "auto",
- "overflow": "hidden",
- "display": "block",
- "-webkit-user-select": "none",
- "-moz-user-select": "none",
- "position": "static",
- "opacity": 1,
- "width": "auto",
- "margin": "3px 3px",
- "background-color": "#FFF",
- "cursor": "pointer"
- },
- "pagingWarpNode_selected": {
- "background-color": "#FFF",
- "border": "1px solid red",
- "white-space": "nowrap"
- },
- "pagingWarpNode_over": {
- "background-color": "#F9F9F9",
- "border": "1px dotted blue",
- "white-space": "nowrap"
- }
- }
|