Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

66 total results found

HTML-Column

flyze.platform | Bricks Table Components

📘 Developer Guide With the HTML-Column Brick, you are able to render HTML-Content into your tables. 🔁 Example Designer (Droppable in body columns and header columns) Runtime This example uses the following data set: { "data": [ { "id": "123"...

Selection-Column

flyze.platform | Bricks Table Components

📘 Developer Guide With the Selection-Column Brick, you are able to display a selection in form of a checkbox in your tables. 🔁 Example Designer (Droppable in body columns and header columns) Runtime This example uses the following data set: { "data": ...

Dynamic Control

flyze.platform | Bricks

📘 Developer Guide With the Dynamic Control Bricks, you are able to provide different types of input for your forms. 🔁 Example Designer Runtime ⚙️ Configuration Properties Key Label Description Default Value type * The type of the Dynamic Control Def...

Formbrick

flyze.platform | Bricks

📘 Developer Guide With the Form Brick you can define a form, which let you gather form data and work with its result. You can utilize Dynamic-Control Components, which work side by side with forms, to create simple yet powerful forms in your dashboard. See the...

Menu

flyze.platform | Bricks

📘 Developer Guide With the Menu Brick, you are able to open a menu anywhere on your dashboard. 🔁 Example Designer Runtime ⚙️ Configuration Properties Key Label Description Default Value xPosition The x-Position of the Menu Defines the horizontal pos...

Theming-Service

flyze.platform | Scripting System Platform

📘 Developer Guide With the Flyze Theming Service, you are able to easily provide multiple custom themes for your Apps/Dashboards and toggling between these. It also helps you generate Gradiations of specific colors if needed. 🔁 Example Runtime 🏗️ Methods ...

Dialog Api

flyze.platform | Scripting System fyzUtils

Example: Open Formular in Modal Script Example const dialog$ = fyzUtils.dialogApi.openDynamic("FormModalComponent", { componentData: { "mode": "reference", "title": "", "visible": true, "initialData": {}, // provide your in...

mergeDeep

flyze.platform | Scripting System fyzUtils

Deep-merge multiple objects. Inputs Any non-complex objects. Return Returns a new object with the merged properties. Limitations Provided objects will not be changed. Arrays inside the object will not merge. They will be overwritten. Objects cannot be complex...

Format-Date

flyze.platform | Scripting System fyzUtils

📘 Developer Guide With the Flyze Format-Date Service, you are able to easily format Date-Objects into valid locale Date-Strings. 🔁 Example Runtime 🏗️ Methods Method Description Parameters Returns getDateTimeByFormat Gets a formatted date time date: Da...

Language-Service

flyze.platform | Scripting System Platform

📘 Developer Guide With the Flyze Language Service, you are able to easily provide translation to your dashboards/bricks, based on the current language of the App. 🫥 Runtime Properties Key Label Description activeLanguage$ Get the current language code ...

EChart

flyze.platform | Bricks

The EChart Brick is Wrapping the EChart Library. A full documentation can be found at echarts.apache.org. ⚙️ Configuration Properties Key Label Description Default Value options The options of the chart Defines the options of the chart a config of a ba...

Asset-Cockpit App

The Asset-Cockpit app allows users to view relevant asset information by selecting items within the asset tree. It supports both an Asset View and a Folder View, enabling flexible navigation and efficient access to data.

Configuration

Asset-Cockpit App

Meta-Data

Asset-Cockpit App Configuration

The Meta-Data Widget allows the user to specify an Image of that Asset, as well as an Icon in the Toolbar. Requirements To be able to define Meta-Data, your Asset has to be setup correctly first. It is required to have an Asset-Type containing multiple Aspect...

Master-Data

Asset-Cockpit App Configuration

The Master-Data Widget allows the user to display specific Data from Assets in Tables for both Asset-Views and Folder-Views Requirements To be able to define Meta-Data, your Asset has to be setup correctly first. It is required to have an Asset-Type containin...

Workflows

Asset-Cockpit App Configuration

The Workflow Widget allows the user to provide specific Actions which can be executed on that Asset type. Requirements To be able to define Workflows, your Asset has to be setup correctly first. It is required to have an Asset-Type containing multiple Aspect-...

Notes

Asset-Cockpit App Configuration

The Notes-Tab in the History-Data Widget allows the user to see/add Notes of the selected Asset Requirements To support Notes for your Asset, it has to be setup correctly first. It is required to have the flyze.asset.note Aspect-Type added to your Assets Asse...

Asset-Manager

The Asset-Manager is a central "Database"-System within the flyze.ecosystem, which allows you to manage your Assets.