Default"

From Documentation
m (Created page with '{{ZKStyleGuidePageHeader}} __TOC__ This is the '''Default''' mold for '''Menupopup'''. =Source= <br /> {{CSSSource | url= | control= |}} =Structure= =Events= <br /> {{Temp…')
 
 
(4 intermediate revisions by one other user not shown)
Line 6: Line 6:
  
 
=Source=
 
=Source=
<br />
+
 
 
{{CSSSource
 
{{CSSSource
| url=
+
| url=/zul/src/archive/web/js/zul/menu/css/menu.css.dsp
| control=
+
| control=Menupopup
 
|}}
 
|}}
  
 
=Structure=
 
=Structure=
 +
[[Image:Menupopup1.jpg]]
  
 
+
[[Image:Menupopup2.jpg]]
  
 
=Events=
 
=Events=
<br />
 
 
{{Template:Style Guide Event
 
{{Template:Style Guide Event
| &nbsp;
+
|.z-menu-popup
|-&nbsp;
+
|
|-&nbsp;
+
|
|-&nbsp;
+
|
|-&nbsp;
+
|
|-&nbsp;
+
|
|!
+
|V
|!
+
|
|!
+
|
|!
+
|
|!
+
|
|!
+
|
 
}}
 
}}
  
 
=CSS Specification=
 
=CSS Specification=
<br />
 
 
{{Template:ZK Style Guide CSS}}
 
{{Template:ZK Style Guide CSS}}
 
+
|z-menu-popup
 +
|Background image
 +
|background:#CCE6FB repeat-y scroll 0 0;
 +
border:1px solid #7F9DB9;
 +
padding:2px;
 +
z-index:88000;
 +
background-image : url(${c:encodeURL('~./zul/img/menu/pp-bg.png')});
 +
|-
 +
|.z-menu-popup
 +
|Font-size
 +
| -x-system-font:none;
 +
font-size-adjust:none;
 +
font-stretch:normal;
 +
font-style:normal;
 +
font-variant:normal;
 +
font-weight:normal;
 +
line-height:normal;
 +
text-decoration:none;
 +
white-space:nowrap;
 +
font-family: ${fontFamilyT};
 +
font-size: ${fontSizeMS};
 +
|-
 +
|.z-menu-popup .z-menu-popup-cnt
 +
|The padding and the border of the popup content
 +
|background:transparent none repeat scroll 0 0;
 +
border:0 none;
 +
padding:0px;
 +
margin:0px !important;
 +
|}
  
 
{{ZKStyleGuidePageFooter}}
 
{{ZKStyleGuidePageFooter}}

Latest revision as of 03:10, 14 September 2010


This is the Default mold for Menupopup.

Source

The CSS source for Menupopup from GitHub


Structure

Menupopup1.jpg

Menupopup2.jpg

Events

CSS\Action Normal (Open) Hover Click, Select, and Drag. Focus Focus and Hover Disable
Naming: .z-menu-popup
Supported: V

Note: An exclamation mark(!) means that the action effect is done by CSS background , not CSS background-position

CSS Specification

Class Name Description Default Values
z-menu-popup Background image background:#CCE6FB repeat-y scroll 0 0;

border:1px solid #7F9DB9; padding:2px; z-index:88000; background-image : url(${c:encodeURL('~./zul/img/menu/pp-bg.png')});

.z-menu-popup Font-size -x-system-font:none;

font-size-adjust:none; font-stretch:normal; font-style:normal; font-variant:normal; font-weight:normal; line-height:normal; text-decoration:none; white-space:nowrap; font-family: ${fontFamilyT}; font-size: ${fontSizeMS};

.z-menu-popup .z-menu-popup-cnt The padding and the border of the popup content background:transparent none repeat scroll 0 0;

border:0 none; padding:0px; margin:0px !important;



Last Update : 2010/09/14

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.