Image:stop.png This documentation is for an older version of ZK. For the latest documentation please click here.
DOM Naming Position
Single Page

DOM Naming Position

The naming position is used to locate which edge of the component should be, it usually expresses a circle corner of the component, such as Button, Groupbox, Window, and so on.

Regions:

  • -ver:

    vertical aspect, like menubar.

  • -hor:

    horizontal aspect, like menubar.

  • -start:

    beginning aspect, like toolbar.

  • -center:

    center aspect, like toolbar.

  • -end:

    ending aspect, like toolbar.

Parts: (3 x 3 grid)

-tl: Top Left

-tm: Top Middle

-tr: Top Right

 

-cl: Center Left

-cm: Center Middle

-cr: Center Right

 

-bl: Bottom Left

-bm: Bottom Middle

-br: Bottom Right

 

Compass:

-north

 

-west

-center

-east

 

-south