Kitto.Metadata.SubNodes
Sub-node classes for YAML config blocks with a fixed set of properties. Each class represents a single named YAML node that contains configuration values (not a collection of N children). Properties are decorated with YAML attributes for KIDE RTTI discovery.
TKLayoutDefaultsConfig class
Global form layout defaults read from Config.yaml ? Defaults/Layout. YAML path: Defaults/Layout
Defaults:
Layout:
MemoWidth: 60
MaxFieldWidth: 60
MinFieldWidth: 5
Char_Width_Factor: 0.85
Char_Height_Factor: 0.8
RequiredLabelTemplate: <b>{label}*</b>
LabelSeparator: ": "TKLocalStorageConfig class
Login form local storage options. YAML path: Controller/LocalStorage
LocalStorage:
Mode: Password
AskUser: True
AutoLogin: FalseTKLoginFormPanelConfig class
Login form panel settings. YAML path: Controller/FormPanel
Controller:
FormPanel:
LabelWidth: 100
BodyStyle: padding:10px