
In 3d mold, Groupbox is composed of three parts, title part, content part, and shadow part.

|
CSS Definition |
Description |
Default Values |
|
|
The left corner of title |
width: 5px; height: 5px;
|
|
|
The top outline of title |
background-image: url(${c:encodeURL('~./zul/img/tab/3d-tm-uns.gif')}); height: 5px; |
|
|
The right corner of title |
background-image: url(${c:encodeURL('~./zul/img/tab/3d-tr-uns.gif')}); width: 5px; height: 5px; |
|
td.groupbox-3d-ml |
The left outline of title |
background-image: url(${c:encodeURL('~./zul/img/tab/3d-ml-uns.gif')}); width: 5px; |
|
td.groupbox-3d-mm |
The center of title |
background-image: url(${c:encodeURL('~./zul/img/tab/3d-mm-uns.gif')}); |
|
td.groupbox-3d-b |
The bottom outline of title |
background-image: url(${c:encodeURL('~./zul/img/tab/3d-b.gif')}); height: 1px; |
|
CSS Definition |
Description |
Default Values |
|
|
The left corner of shadow |
width: 6px; height: 6px; |
|
|
The center outline of shadow |
background-image: url(${c:encodeURL('~./img/shdmd.gif')}); |
|
|
The right corner of shadow |
background-image: url(${c:encodeURL('~./img/shdrg.gif')}); width: 6px; height: 6px; |