update doc/*/xml-ui-layouts.md
This commit is contained in:
parent
05d6fbd995
commit
e6ce7a89ad
@ -42,6 +42,8 @@ Examples:
|
||||
- `ondoubleclick` - lua function called when you double click on an element.
|
||||
- `onfocus` - lua function called when focusing on an element.
|
||||
- `ondefocus` - lua function called when the element loses focus.
|
||||
- `onmouseover` - lua function called when the cursor enters an element.
|
||||
- `onmouseover` - lua function called when the cursor exits an element.
|
||||
- `tooltip` - tooltip text
|
||||
- `tooltip-delay` - tooltip show-up delay
|
||||
- `gravity` - automatic positioning of the element in the container. (Does not work in automatic containers like panel). Values: *top-left, top-center, top-right, center-left, center-center, center-right, bottom-left, bottom-center, bottom-right*.
|
||||
|
||||
@ -46,6 +46,8 @@
|
||||
- `ondoubleclick` - lua функция вызываемая при двойном нажатии на элемент.
|
||||
- `onfocus` - lua функция вызываемая при фокусировке на элемент.
|
||||
- `ondefocus` - lua функция вызываемая при потере фокуса элеметом.
|
||||
- `onmouseover` - lua функция вызываемая при входе курсора в элемент.
|
||||
- `onmouseover` - lua функция вызываемая при выходе курсора из элемента.
|
||||
- `tooltip` - текст всплывающей подсказки
|
||||
- `tooltip-delay` - задержка появления всплывающей подсказки
|
||||
- `gravity` - автоматическое позиционирование элемента в контейнере. (Не работает в автоматических контейнерах, как panel). Значения: *top-left, top-center, top-right, center-left, center-center, center-right, bottom-left, bottom-center, bottom-right*.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user