FavoritesMenu.bearing

Especifica a direção da animação de slide para o contêiner de botões.

[FavoritesMenu.|<containerId>_favoritesMenu.]bearing=up|down|left|right|fit-vertical|fit-lateral

para cima|para baixo|para a esquerda|para a direita|para-vertical|para-caber-lateral

When set to up, down, left, or right, the panel rolls out in specified direction without an extra bounds check, which results in panel clipping by an outside container.

When set to fit-vertical, the component first shifts the base panel position to the bottom of the Favorites menu. It tries to roll out the panel in one of the following directions from such base location: bottom, right, left. Com cada tentativa, o componente verifica se o painel está cortado por um contêiner externo. If all attempts fail, the component tries to shift the base panel position to the top and repeat roll-out attempts from a top, right, and left direction.

Quando definido como elementos de apoio, o componente usa uma lógica semelhante. A base é deslocada para a direita primeiro, tentando para a direita, para baixo, e para cima, em direção à esquerda. Then, it shifts the base to the left, trying left, down and up roll out directions.

Properties

Opcional.

Padrão

fit-vertical

Exemplo

bearing=left

Nesta página