$clientEventMap protected property
Event names mapped to what should be specified in .on()
. If empty, it is assumed that event passed to clientEvents is prefixed with widget name.
Event names mapped to what should be specified in .on()
. If empty, it is assumed that event passed to clientEvents is prefixed with widget name.
protected array $clientEventMap = ['create' => 'dragcreate', 'drag' => 'drag', 'stop' => 'dragstop', 'start' => 'dragstart']
Please login to continue.