Show/Hide Toolbars

Flynet Studio User Interface Generation Properties

Determines how controls are positioned in the generated page.

 

Note that in most cases, the template generating the page determines the type of positioning...Only templates that might support Absolute or Table positioning would use this option.  None of the standard templates provide this dual-mode of generation at this time, but a user-written template might.

 

Value

Meaning

AbsolutePositioning

Any generated labels and fields will be positioned using CSS absolute positioning.  This can introduce issues with resizing forms and differing client screen sizes.

 

However, in most forms data entry environments, the AbsolutePositioning model provides far better control over the layout of the page and is easier for developers to move and align groups of controls when compared to TablePositioning

TablePositioning

Generated labels and fields will be contained within a set of tables that work to maintain the same columnar layout that is detected in the source screen.