Preview of form definition (XML)
The The number of page columns can be changed after creating the form by editing its definition. In the application edit mode go to the allows preview and editing of the technical definition of the form (also composite component and business) in XML. It provides direct access to the template structure, allowing you to inspect or modify elements that are not available in the standard editor view.
Features
XML definition preview
Displays the full structure of the form, including:
steps and pages of the application (
<system:Page>),base and composite components,
definitions of visibility and listening conditions (
<data:ListeningOn>,<data:ClearOn>),grid layout (
<system:Page.layout>),translations (
titleKey,labelKey).
Manual editing
Alternative text for the default value "Choose": The number of page columns can be changed after creating the form by editing its definition. In the application edit mode go to the you can edit the application's XML code - e.g., correct layout parameters, change the number of columns, or add attributes not available in the graphical interface.
This is especially useful when working with more advanced properties such as:
tab and find the definition of the given page, then change the attribute– number of columns on a page,horizontalSpan– component width in columns.
Validation
The system automatically validates the XML syntax, and errors (e.g., missing closing tags, incorrect attributes) are indicated in the editor.
If a save error occurs, the form will not be saved to the repository.
Example code fragment in the Source tab
The above code shows the definition of the form page with the identifier 'Page3' with one label component 'GesText3' and a page layout in 12 columns.
Good practices
Editing in the The number of page columns can be changed after creating the form by editing its definition. In the application edit mode go to the tab should be done carefully - preferably after saving the current version of the form.
Before making changes, it's worth checking their impact on the form in the Application.
Use cases
Changing the number of columns (
tab and find the definition of the given page, then change the attribute), when it is not available in the graphical interface.Moving definitions of pages or components between forms.
Searching for dependencies of a given component before deleting it.
FAQ
Are changes made in Source immediately visible? Yes, changes are visible after saving or switching to another editor tab.
Can you edit only a fragment of the XML? Yes, you can edit any element - either a component or an entire page block - provided the syntax remains correct.
Does the Source tab also show translations and styles?
Yes, translation keys are visible (*.labelKey, *.titleKey) as well as CSS classes associated with components or pages.

Last updated
Was this helpful?
