Flower Docs
  • OpenFlower overview
    • The "Hello World" tutorial
  • Videos
    • OpenFlower in 100 seconds
  • 🆕Setup and run
    • Cloud & Private Cloud
    • Self-hosting
      • Access local database or API
      • Google Cloud Platform
      • Heroku
      • Migration from Openblocks
      • Update MongoDB Versions
      • OpenFlower Version Update
      • Traefik loadbalancer
      • SMTP Server
    • Security
  • 🏨Workspaces & Teamwork
    • Workspaces
    • Members and Groups
    • Permissions for Resources
    • OAuth
      • KeyCloak
      • Google
      • GitHub
      • Generic OAuth Provider
    • Query library
    • OpenFlower Marketplace
  • ✨Build Applications
    • Create a new App
      • Modules
      • Version and Release Management
    • App Editor
      • Visual Components
        • Common Component Settings
        • File upload
        • Charts and graphs
        • Image
        • Option lists
        • List View
        • Drawer
        • Google Maps
        • Table
        • Messages / Toast
        • Calendar
      • Date handling
      • Bulk Editing
      • Layers
      • Data selection & Javascript
      • Use Markdown
      • Keyboard shortcuts
    • App Navigation
    • App Interaction
      • Event handlers
    • Themes & Styling
      • Design an efficient and user-friendly form
      • Customize Styles
      • Component Styling Possibilities
  • 🚀Connect your Data
    • Data source basics
    • Data sources in OpenFlower
      • APIs as Datasource
        • REST API
        • GraphQL
        • Google Sheets
      • SQL Databases
        • MySQL
        • MariaDB
        • PostgreSQL
        • Microsoft SQL Server
        • Oracle
      • NoSQL Databases
        • MongoDB
        • CouchDB
        • DynamoDB
      • InMemory Databases
        • Redis
      • File Storages
        • S3 File Storage
      • BigData & OLAP
        • Big Query
        • Snowflake
        • ClickHouse
        • Elasticsearch
      • Websocket Datasource
    • Query basics
      • Bind Query Data to Components
      • Query library
  • 🪄Workflows
    • n8n Integration
  • 💫Business Logic in Apps
    • Write JavaScript
      • JavaScript query
      • Temporary state
      • Transformers
      • Data responder
      • Built-in JS functions
  • 🙌Publish Apps
    • Share an App
    • Publish an App
    • Embedd an App
      • Embed Apps in React
      • Native embed SDK
        • Build the SDK from Source
  • 🔥OpenFlower Extension
    • Opensource Contribution
      • Develop UI components for Apps
      • Develop Data Source Plugins
    • Use third-party libraries in Apps
      • Day.js Date handling
      • Import your own JavaScript Library
    • Custom component
    • OpenFlower Open REST API
Powered by GitBook
On this page
  • Toolbar
  • Canvas
  • Data Browser
  • Query editor
  • Component and property pane
  1. Build Applications

App Editor

PreviousVersion and Release ManagementNextVisual Components

Last updated 6 months ago

In OpenFlower, the Application Designer is where you assemble components, create queries to interact with data, and publish your apps. It consists of five areas:

  1. Toolbar on top

  2. Canvas (yellow)

  3. Data browser (blue)

  4. Query editor (green)

  5. Component and property pane (red)

The left pane is switchable, so you can view the Data browser or App-wide settings for layout and page includes (Javascript and CSS). You can:

  • Set Canvas size

  • Manage included JavaScripts and CSS style

The right pane is switchable too and offers the searchable list of all Components that can get placed in your App. In the "properties Mode" you can see all customization details for the currently selected Component on the Canvas.

Toolbar

The Toolbar is made up of a top bar and a left sidebar.

On the top bar, you can:

  • Change the App name

  • Export to a JSON file

  • Control the visibility of the left and right panes as also the query editor (middle)

  • Share your App

  • Preview and deploy your App

  • Check the history versions on an App

On the left sidebar, you can:

  • Show or hide the Data Browser

  • Start tutorial for application designer

Canvas

The canvas (yellow) at the center of the editor is where you design and see the overall UI. Drag and drop components onto the canvas. You can imagine it like a blank page at the beginning.

The canvas has an automatic, magnetic Grid system. Components will visually always snap to the nearest left and top grid line. This allows a fast but ordered layout of the Application.

Data Browser

The data browser (blue) on the left pane contains Queries, Components, and Globals sections. Here you can inspect the data in a tree structure in real-time. For example, to check the returned data of a specific query or component, find its node in the belonging section and click to expand.

Query editor

The query editor (green) is at the bottom and consists of two sections: query list (with Queries and Metadata tabs) on the left, and query settings ( with General, Notification, and Advanced tabs) on the right. Create queries to interact with data sources here.

Queries link data sources to your apps and perform CRUD (create, read, update, and delete) operations on data sources.

The query editor is flexible and adapts the options to build queries to the data source. You can compare SQL Database and OpenAPI queries for example.

Component and property pane

The component and property pane (red) is located on the right of the window. Drag components onto the canvas from the Insert tab and edit the properties of the components in the Properties tab.

When a component is selected on the canvas, the Properties tab will be activated automatically and display the properties of that component.

You can influence the background color as also the horizontal amount of grid cells in the .

✨
Set App Theme
theme
The standard view of the App Editor
The Details / Settings Panels of the App Editor Screen