Revision history [back]

click to hide/show revision 1
initial version

answered 2018-10-26 11:05:50 +0800

cor3000 gravatar image cor3000

since the example already uses CSS-flex you can use the order-attribute to change the order. (https://developer.mozilla.org/en-US/docs/Web/CSS/order)

update example: http://zkfiddle.org/sample/3gvkalg/457-custom-buttons-in-window-caption-7-0-2

since the example already uses CSS-flex you can use the order-attribute to change the order. (https://developer.mozilla.org/en-US/docs/Web/CSS/order)

update e.g.:

        .z-window-minimize {
            order: 1;
        }
        .z-window-maximize {
            order: 2;
        }
        .z-window-close {
            order: 3;
        }

updated example: http://zkfiddle.org/sample/3gvkalg/457-custom-buttons-in-window-caption-7-0-2

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More