CakeFest 2024: The Official CakePHP Conference

UI\Area::onKey

(UI 0.9.9)

UI\Area::onKeyФункция обратного вызова при нажатии

Описание

protected UI\Area::onKey(string $key, int $ext, int $flags)

Выполняется при нажатии на клавиши

Список параметров

key

Нажатая клавиша

ext

Нажатая расширенная кнопка

flags

Модификаторы события

Возвращаемые значения

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top