EDOBE XDOM TAKE 6 IR - PRODUCTSHEET Especificações Página 100

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 304
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 99
CHAPTER 4: User-Interface Tools Managing control titles 100
X
To achieve a column orientation where the title appears above or below the graphic element, define
vertical alignment as
top or bottom, and horizontal alignment as center:
image.titleLayout = { alignment: ['center', 'bottom'] };
X To achieve a stack orientation where the title appears superimposed upon the graphic element, define
both vertical and horizontal alignment as
center. This orientation is mainly useful with the
iconbutton or image element types; it does not make sense to superimpose a title over a
dropdownlist, for instance. In this example, the button's title is centered over its iconic image:
button.title = 'Get information';
button.titleLayout = { alignment: ['center', 'center'] };
X
With row orientation, you can control whether the title aligns to the top, center, or bottom of the
graphic element. In this example, the title is placed to the left of the image, aligned at the top edge:
image.titleLayout = { alignment: ['left', 'top'] };
Vista de página 99
1 2 ... 95 96 97 98 99 100 101 102 103 104 105 ... 303 304

Comentários a estes Manuais

Sem comentários