ZK Class Naming Rule"

From Documentation
(Created page with "{{ZKStyleCustomizationGuidePageHeader}} The basic zclass naming pattern of ZK component is "'''''z-component'''''", for example, the zclass of button component is "'''''z-button...")
 
m
 
Line 1: Line 1:
 
{{ZKStyleCustomizationGuidePageHeader}}
 
{{ZKStyleCustomizationGuidePageHeader}}
  
The basic zclass naming pattern of ZK component is "'''''z-component'''''", for example, the zclass of button component is "'''''z-button'''''". However, each component may be consist of many DOM elements and has different interactions. Therefore, this section will describe details about ZK's class naming rule by DOM elements and interaction effects.
+
The basic zclass naming pattern of ZK component is "'''''z-component'''''", for example, the zclass of button component is "'''''z-button'''''". However, each component may consist of many DOM elements and have different interactions. Therefore, this section will describe details about ZK's class naming rule by DOM elements and interaction effects.
  
 
{{ZKStyleCustomizationGuideHeadingToc}}
 
{{ZKStyleCustomizationGuideHeadingToc}}
  
 
{{ZKStyleCustomizationGuidePageFooter}}
 
{{ZKStyleCustomizationGuidePageFooter}}

Latest revision as of 10:28, 21 November 2013


ZK Class Naming Rule



The basic zclass naming pattern of ZK component is "z-component", for example, the zclass of button component is "z-button". However, each component may consist of many DOM elements and have different interactions. Therefore, this section will describe details about ZK's class naming rule by DOM elements and interaction effects.





Last Update : 2013/11/21

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