Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Layout V2 #207

Merged
merged 2 commits into from
Jun 10, 2024
Merged

Layout V2 #207

merged 2 commits into from
Jun 10, 2024

Commits on Jun 10, 2024

  1. Layout V2

    A new pitch for a layout. 
    The new version differentiates between different controls. You can now use the layout for e.g. sap.m.Table or sap.ui.Table or build additional controls. 
    The layout is initialized with the method init_layout. In order to be able to save layouts as flexibly as possible for your needs, there are 4 freely definable trades for which the layout can be saved. 
    E.g. Handle01 - class name of the current class
    Handle02 table name
    Handle03 warehouse number
    ...
    The layout functions can simply be hooked into the XML via the render_layout_function method and all user commands can be handled via the on_event_layout method. 
    
    Take a look at sample 200.
    Viktor Hoffmann authored and Viktor Hoffmann committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    c3539ff View commit details
    Browse the repository at this point in the history
  2. New Layout Fix

    Viktor Hoffmann authored and Viktor Hoffmann committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    240ad47 View commit details
    Browse the repository at this point in the history