Variable DateboxCtrl

DateboxCtrl: {
    isPreservedFocus(wgt): boolean;
} = ...

Type declaration

  • isPreservedFocus:function
    • Parameters

      • wgt: Widget<HTMLElement>

        a widget

      Returns boolean

      whether to preserve the focus state.

Import

zk.Widget The extra control for the Datebox. It is designed to be overriden

Since

6.5.0