EDOBE XDOM TAKE 6 IR - PRODUCTSHEET Especificaciones Pagina 133

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 304
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 132
CHAPTER 4: User-Interface Tools Control objects 133
statictext StaticText
A text field that the user cannot change.
To add to a window
w:
w.add (“statictext” [, bounds, text,
{creation_properties}]);
bounds: Optional. The control’s position and size.
text: Optional. The text displayed in the control.
creation_properties: Optional. An object that contains any of
the following properties:
name: A unique name for the control.
multiline: When false (the default), the control displays a
single line of text. When true, the control displays multiple
lines, in which case the text wraps within the width of the
control.
scrolling: When false (the default), the displayed text
cannot be scrolled. When true, the displayed text can be
vertically scrolled using scrollbars; this case implies
multiline is true.
truncate: If middle or end, defines where to remove
characters from the text and replace them with an ellipsis if
the specified title does not fit within the space reserved for
it. If
none, and the text does not fit, characters are removed
from the end, without any replacement ellipsis character.
tab Tab
A container for other types of controls. Differs from a Panel element
in that is must be a direct child of a
TabbedPanel element, the title is
shown in the selection tab, and it does not have a script-definable
border. The currently active tab is the value of the parents
selection property.
Containers have additional properties that control the children; see
Container properties” on page 115. Hiding a panel hides all its
children. Making it visible makes visible those children that are not
individually hidden.
To add a tab to a tabbed panel
t in window w:
w.t.add ("tab" [, bounds, text,
{creation_properties}]);
bounds: Not used, pass undefined. The size and position is
determined by the parent.
text: Optional. The text displayed in the tab.
Type keyword Class name Description
Vista de pagina 132
1 2 ... 128 129 130 131 132 133 134 135 136 137 138 ... 303 304

Comentarios a estos manuales

Sin comentarios