Variable InputCtrl

InputCtrl: {
    isIgnoredDragForErrorbox(dg, pointer, evt): boolean;
    isPreservedFocus(wgt): boolean;
    isPreservedMouseMove(wgt): boolean;
} = ...

Type declaration

  • isIgnoredDragForErrorbox:function
    • Parameters

      Returns boolean

      whether to ignore the dragdrop for errorbox

  • isPreservedFocus:function
    • Parameters

      • wgt: Widget<HTMLElement>

        a widget

      Returns boolean

      whether to preserve the focus state.

  • isPreservedMouseMove:function
    • Parameters

      • wgt: Widget<HTMLElement>

        a widget

      Returns boolean

      whether to preserve the mousemove state.

Import

zk.Widget

Import

jq.Event

Import

zk.Draggable The extra control for the InputWidget. It is designed to be overriden

Since

6.5.0