Lista de propriedades JSON
This page provides a comprehensive list of all form properties, sorted by their JSON name. Click on a property name to access its detailed description.
In the "Form Properties" chapter, properties are sorted according to their names and themes in the Property List.
b - c - d - e - f - h - i - m - p - r - s - w
Propriedade | Descrição | Valores possíveis |
---|---|---|
b | ||
bottomMargin | Vertical margin value (in pixels) | mínimo: 0 |
c | ||
colorScheme | Color scheme for the form | "dark", "light" |
css | CSS file(s) used by the form | CSS file path(s) provided as a string, a collection of strings, or a collection of objects with "path" and "media" properties |
d | ||
destination | Tipo formulário | "detailScreen", "listScreen", "detailPrinter", "listPrinter" |
e | ||
entryOrder | The order in which active objects are selected when the Tab or the Carriage return key is used in an input form | Collection of 4D Form object names |
events | List of all events selected for the object or form | Collection of event names, e.g. ["onClick","onDataChange"...]. |
f | ||
formSizeAnchor | Name of the object whose position determines the size of the form. (minimum length: 1) | Nome de um objecto 4D |
h | ||
height | Altura do formulário | mínimo: 0 |
i | ||
inheritedForm | Designates the form to inherit | Name (string) of table or project form OR a POSIX path (string) to a .json file describing the form OR an object describing the form |
inheritedFormTable | Designates the table an inherited form will use | Um nome ou número de tabela |
m | ||
markerBody | Posição do marcador de detalhe | mínimo: 0 |
markerBreak | Break marker position(s) | mínimo: 0 |
markerFooter | Posição do marcador de rodapé | mínimo: 0 |
markerHeader | Header marker position(s) | integer minimum: 0; integer array minimum: 0 |
memorizeGeometry | Saves the form parameters when the form window is closed | true, false |
menuBar | Barra de menu para associar ao formulário | Nome de uma barra de menu válida |
method | Um nome de método projecto. | O nome de um método projecto existente |
p | ||
pages | Collection of pages (each page is an object) | Objectos página |
pageFormat | object | Propriedades de impressão disponíveis |
r | ||
rightMargin | Valor da margem horizontal (em pixels) | mínimo: 0 |
s | ||
shared | Especifica se um formulário pode ser utilizado como um subformulário | true, false |
w | ||
width | Largura do formulário | mínimo: 0 |
windowMaxHeight | A maior altura permitida da janela do formulário | mínimo: 0 |
windowMaxWidth | A maior largura admissível de janela do formulário | mínimo: 0 |
windowMinHeight | A menor altura permitida da janela do formulário | mínimo: 0 |
windowMinWidth | A menor largura permitida de janela do formulário | mínimo: 0 |
windowSizingX | Dimensionamento vertical da janela do formulário | "fixed", "variable" |
windowSizingY | Dimensionamento horizontal da janela do formulário | "fixed", "variable" |
windowTitle | Designa o título de uma janela do formulário | Um nome para a janela do formulário |