$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 = ['activate' => 'sortactivate', 'beforeStop' => 'sortbeforestop', 'change' => 'sortchange', 'create' => 'sortcreate', 'deactivate' => 'sortdeactivate', 'out' => 'sortout', 'over' => 'sortover', 'receive' => 'sortreceive', 'remove' => 'sortremove', 'sort' => 'sort', 'start' => 'sortstart', 'stop' => 'sortstop', 'update' => 'sortupdate']
Please login to continue.