Step

From Documentation
Revision as of 04:23, 13 November 2019 by Jameschu (talk | contribs) (Created page with "{{ZKComponentReferencePageHeader}} = Step = *Demonstration: *Java API: [http://www.zkoss.org/javadoc/latest/zk/org/zkoss/zkmax/zul/Step.html Step] *JavaScript API: [http://ww...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Step

  • Demonstration:
  • Java API: Step
  • JavaScript API: Step
    • Available for ZK:
    • http://www.zkoss.org/product/zkhttp://www.zkoss.org/whyzk/zkeeVersion ee.png

    Employment/Purpose

    Step is a navigation state for Stepbar

    Example

    <zk xmlns:ca="client/attribute">
      <stepbar linear="false" activeIndex="2">
            <step title="First Step" iconSclass="z-icon-home"/>
            <step title="Second Step" complete="true" />
            <step title="Third Step" error="true" />
        </stepbar>
    </zk>
    

    Properties

    IconSclass

    Set the icon sclass to change the icon of step.

    Completed, Error

    Set the state of the step. (Default: false)

    Title

    Set the title of the step. (Default: empty)

    Supported Events

    Supported Children

    * None
    

    Use Cases

    Version Description Example Location
         

    Version History

    Last Update : 2019/11/13


    Version Date Content
    9.0.0 November, 2019 Step was introduced.



    Last Update : 2019/11/13

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