By Event Effect"

From Documentation
m (Created page with '{{ZKStyleGuidePageHeader}} <div style="border:1px groove #cccccc;height:100%;width:200px;"> {| height="100%" wdith="100%" style="height:100%;width:100%" |-style="" |align="cente…')
 
m
Line 1: Line 1:
 
{{ZKStyleGuidePageHeader}}
 
{{ZKStyleGuidePageHeader}}
  
<div style="border:1px groove #cccccc;height:100%;width:200px;">
+
These postfix string are appended to component's class name by ZK client engine.
{| height="100%" wdith="100%" style="height:100%;width:100%"
+
:'''example:'''
|-style=""
+
::a component=> .z-'''mycmp'''
|align="center" style="background:#464945;color:white;font-weight:bold;" |Version
+
::mouse over => .z-mycmp-'''over'''
|align="center" style="background:#868985;color:white;font-weight:bold;"| Last Update
+
::disabled and mouse over => .z-mycmp-over-'''disd'''
|-
 
|style="font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;font-size:10px;" align="center"| '''ZK {{{ver}}}'''
 
|style="font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;font-size:10px;" align="center"|{{REVISIONYEAR}}/{{REVISIONMONTH}}/{{REVISIONDAY}}
 
|}
 
</div>
 
  
 
{{ZKStyleGuidePageFooter}}
 
{{ZKStyleGuidePageFooter}}

Revision as of 03:05, 8 September 2010



These postfix string are appended to component's class name by ZK client engine.

example:
a component=> .z-mycmp
mouse over => .z-mycmp-over
disabled and mouse over => .z-mycmp-over-disd



Last Update : 2010/09/08

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