Versions Compared
Version | Old Version 3 | New Version 4 |
---|---|---|
Changes made by | ||
Saved on |
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|
Creating Screens from the Home page
- From your applications Home page click Screens.
- A list of all the screen screens in your application will open.
- Click
Provide and enter the following details:Insert excerpt _add _add nopanel true - the Name,
Companies List
. - Leave Open Maximised ticked as we want our screen to use all available space.
- Description, set this to be,
A complete list of all companies
. - Please select a Template, click on
Tile with Buttons.
- There are selection of templates to choose from, and we will explore these throughout the course. Hover over the templates to find out more about each one. The template we have selected here has the most options and will be useful for displaying and interacting with data.
- Click Create Screen.
- the Name,
- Your The screen will be created and will automatically open. Note this can take a little while as the html and css are generated for the screen.
Before we begin adding data and editing the look and feel we will first look at the structure of the screen. This is beneficial as this knowledge will make editing the screen easier to understand.
Screen Structure
- Header
- Windows controls
- Headers
- Body
- Tile Container
- Tiles
- Footer
- Buttons
- Options
- Templates
- Complete
- Blank
- Screen Options
- Floating
- Size
- Open Maximised
- Creating from an ERD
- Creating from a Workflow
- Available Unused Actions.
Styles
explanation
Style Hierarchy
- Application Styles
- Shared Style
- Local Styles
- Formatting Rules
- Overriding Styles Best Practice
- Clearing Styles
Creating Screens from the Home page
- Options
- Templates
- Complete
- Blank
- Screen Options
- Floating
- Size
- Open Maximised
- Creating from an ERD
- Creating from a Workflow
- Available Unused Actions.
Adding Content
- Preferred Parent Highlighting
- Adding Tiles
- Tile Types
- Editing Headers
- Editing Footers
- Moving Content on the Screen
- Shift or not to Shift
Adding Data as a Grid
- Use Custom Data Range
- Periods
- Inheriting the period from the table.
- Table Period.
- Adding Crud buttons after prompt.
- Adding attributes
- Relational Attributes
- Reordering Attributes
- Hiding Attributes
- Conditionally Hiding Attributes.
- Basics
- Bold Text
- Available Styling i.e. default styles.
- Conditional Formatting Background Colour
- Cell and Row.
- Removing the Title
- Labelling and double header?
- Link to in depth How To guide
Adding Data as a Card Container
- The Container
- Table
- View
- Filtering
- The Cards
- Design and App mode display.
- Adding filters dynamically
- Changing the backing attributes
Adding a Chart
- Simple Setup
- Colour Maps
- Link to setting up more chart types.
Data Type and Formatting
A screen is made up of components (the smallest building block) and layouts (a group of components) arranged into layers. Components are areas, static text labels and fields, which display data from a table. Multi-component layouts can be simple, such a a label and a field, or more complex parts of a screen with responsive design, these are called tiles.
Layers
A typical screen has a layered structure, in which one layer is the parents for another layer. This structure, combined with appropriate styling, creates a responsive design that adapts to both desktop and mobile devices. The nested structure for screens is illustrated below. Click on the image to make it larger:
Components
Components are the most basic building blocks that are combined to design a screen.
Components are available from any palette.
The basic components are:
Containers | Data Fields | Text Fields | Data Components |
---|---|---|---|
Containers are designed to hold other components | Data fields are designed to display data from an attribute. | Text fields are designed to be labels. | Data components may not be available on the palette. Instead, your application has default components that it uses when you drag a table or attribute onto the screen canvas. PhixFlow prompts you to choose a: |
|
|
|
|
Layouts
Layouts are groups of preconfigured components. You can create these yourself by combining components or you can use the layouts from a palette (recommended). For example, a simple layout for a tile is illustrated below:
- Tile is an area container with styling to control its size and the layout of its child components.
- Header is an area which contains
- an icon
- a static text text field for the header.
- Body, in the illustration, the body area is empty. This is where you can add data components, such as a grid displaying table data, or form fields. The body area has styling to control its size and the layout of its child components. It also has spacing around its edge.
- Footer, area which contains a set of buttons.
The application user will use the buttons to make changes to data will appear in the body.
- Header is an area which contains
Image Added