PhixFlow Help

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Current »

Manage the styling of your forms to give your application a more aesthetically pleasing style. To recap the steps in the video:

Hide the UID

  1. Go into the configuration form for the grid attribute UID.
  2. In Grid Settings, tick Hidden.
  3. Go into the configuration form for the field UID.
  4. In Style Settings tick Hidden.

Create an Area to Hold Action Buttons

  1. Right-click on the lower pane and click on Open Palette → Basic Components.
  2. Drag an Area onto the form. If you can't see the area, right-click and select Find in Explorer.
  3. Enter the following settings for the area.
    1. Name: SimpleButtonHolder
    2. Background Colour: #9b9b9b
    3. Position Settings
      • Width: 100%
      • Height: 45px
      • Bottom: 0px
  4. Use Find in Explorer to find the action buttons.
  5. Hold the Shift key and drag the buttons onto the SimpleButtonHolder area. This will add the area into the SimpleButtonHolder.
  6. Go into the configuration form for the area SimpleButtonHolder.
  7. Enter the settings:
    1. Direction: Row Wrap 
      Sets the area to a row layout.
    2. Justify: Flex End
      Aligns the content to the right edge of the row.
    3. Align: Center
      Sets the vertical alignment of the row to the center.

Save your changes to see the results.

Update the Style for the Delete Button

  1. Go into the configuration form for the button Delete.
  2. Open the section Style Settings and apply the following settings:
    1. Border Style: Solid
    2. Border Width: 3px
    3. Border Colour: red
    4. Background Colour: yellow
    5. Text Colour: Black

Save your changes, close and reopen the dashboard to see the results.

Update the Style for all Buttons

  1. Go into the configuration form for a button — you can use any button.
  2. Open the section Shared Styles.
  3. Open the shared style Button Style and set the following:
    1. Border Style: Solid
    2. Border Width: 3px
    3. Border Colour: any colour
    4. Background Colour: any colour
    5. Text Colour: black

Save your changes to see the results. All buttons will update to reflect the new style settings, other than the Delete button. The specific styling on the Delete button overrides the styling applied through the shared style Button Style.

Clear Styles

  1. Clear your style settings on the Delete button.
  2. Save your changes. The Delete button should now look the same as the other buttons.
  3. Clear your style settings in the shared style Button Style.
  4. You should see the styling for all buttons return to the default. 
    If you do not see this change, you may need to close and reopen the dashboard.

Create a CSS Property for a Button

  1. Open the configuration form for the button Delete.
  2. Go to the section CSS Properties.
  3. Press the + button to add a CSS style.
  4. Enter the following settings:
    1. CSS Tag: background-color
    2. Value: #bdbdbd
    3. StateMouse Over

Save your changes, close the dashboard and reopen it to review the result.

To access a colour picker within PhixFlow:

  1. Open the configuration form for an object on the edit form. You can use any object for this, for example a button, button label, form, field and so on.
  2. Use the colour picker to choose a colour you like. Copy and paste the # value into the Value field of the CSS property.
  3. Close the other configuration editor, making sure you do not save your changes.

Create a Shared Style

  1. Open the configuration form for the shared style Button Style.
  2. Drag the CSS property you created for the Delete button into the shared style.
  3. Click the + button to add another style.
  4. Enter the settings:
    1. CSS Tagpadding-right
    2. Value: 5px

Save your changes. You should now see the mouse-over colour applied to all buttons.

Create a Specific Style Override

  1. Open the configuration form for the button Delete.
  2. Go to the section CSS Properties.
  3. Press the + button to add a CSS style.
  4. Enter the settings:
    1. CSS Tagbackground-color
    2. Value: red

Save your changes. You should now see the red mouse-over colour applied to the Delete button.

Sort Order

  1. Open the configuration form for the button Add.
  2. Set Order to 3.
  3. Open the configuration form for the button Update.
  4. Set Order to 2.
  5. Open the configuration form for the button Delete.
  6. Set Order to 1.

Save your changes, close the dashboard and reopen it to review the result.

  • No labels