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

46 total results found

flyze.platform | Scripting System

flyze.platform | Bricks

Erfahre mehr รผber die Bausteine der flyze.platform. Ihren Zweck und Konfigurationsmรถglichkeiten.

flyze.platform | Reporting Api

Brick

flyze.platform | Scripting System

Dashboard

flyze.platform | Scripting System

App

flyze.platform | Scripting System

Scripting Areas

flyze.platform | Scripting System

fyzUtils

flyze.platform | Scripting System

Table Components

flyze.platform | Bricks

๐Ÿ“˜ Developer Guide The Table Components provide different ways of displaying and handling data.

Platform

flyze.platform | Scripting System

Http Api

flyze.platform | Scripting System fyzUtils

basic example to use the http-api const req = { action: "POST", // 'GET' | 'POST' | 'PUT' | 'DELETE'; url: `my-request-url`, // allows to set custom headers if needed headers: [], resolve: (res) => { // optional callback func...

Introduction

flyze.platform | Scripting System

Test

Cheatsheet - App Services

flyze.platform | Scripting System App

App Scripting Injections Injection Name Layer 1 Layer 2 Class Functions fyzApp env AppScriptEnvironmentService event AppScriptEventBusService destroy Unsubscriber takeUntil Unsubscriber fyzDashboard env DashboardScriptEnvironmentServ...

Cheatsheet - Dashboard Services

flyze.platform | Scripting System Dashboard

Dashboard Scripting Injections Injection Name Layer 1 Layer 2 Class Functions fyzApp env AppScriptEnvironmentService event AppScriptEventBusService destroy Unsubscriber takeUntil Unsubscriber fyzDashboard env DashboardScriptEnvironme...

Cheatsheet - Brick Services

flyze.platform | Scripting System Brick

Brick Scripting Injections Injection Name Layer 1 Layer 2 Class Functions fyzApp env AppScriptEnvironmentService event AppScriptEventBusService destroy Unsubscriber takeUntil Unsubscriber fyzDashboard env DashboardScriptEnvironmentSe...

Daten Interator

flyze.platform | Bricks

๐Ÿ“˜ Developer Guide With the Brick Data Iterator, you can repeat its nested child bricks dynamically. From a programming perspective, it behaves like a for-loop that iterates over an array of data. ๐Ÿ” Example Following Example will show How to Render Multiple Ta...

Dashboard Controller

flyze.platform | Scripting System Dashboard

Toolbar Api The toolbar api helps to add/remove buttons and groups to the app toolbar or dashboard toolbar. You can control the the visibility of a button/group with the displayCondition. You can control the appearance of a button with the displayTransformatio...

Snackbar Api

flyze.platform | Scripting System fyzUtils

openNotification(...) Special Parameter keepOpenUntilDismissOrDuration: force snackbar to stay open. if true, the snackbar will be kept open until it is dismissed or the duration is reached. If false, the snackbar will be closed after the duration is reached ...

Snackbar

flyze.platform | Bricks

๐Ÿ“˜ Developer Guide With the Snackbar-Brick, you are able to open customizable snack bars to inform the user about events and more How to open a snackbar build with the designer const { cRef: brickComponent } = fyzBrick; brickComponent.open(); How to open a sna...

Table

flyze.platform | Bricks

๐Ÿ“˜ Developer Guide With the Table Brick, you are able to implement a fully fledged Table into your Dashboards. The Table supports several features. Check the Configuration Properties for more information. You can place multiple Table Components inside the Table...

Setup

flyze.platform | Reporting Api

NodeRed Stack Starten ConnectorApi Stack Starten flyze-admin-app ConnectorApiUrl in app-config.js anpassen.ย 

Minimales Beispiel

flyze.platform | Reporting Api

Ein minimales Setup besteht aus 2 Kernbestandteilen Ein Script im Frontend. Ein Flow im Node Red. Folgende flyze.services mรผssen fรผr ein Reporting laufen Service Beschreibung ConnectorApi Wird als Gateway genutzt, um die Reporting Api zu erreichen. ...

Icon

flyze.platform | Bricks

๐Ÿ“˜ Developer Guide With the Icon Brick, you can easily add icons to your dashboards. Either use the Icon Picker in the right Side-Nav to choose your icon, or directly edit the configuration of the brick. ๐Ÿ” Example Designer Runtime โš™๏ธ Configuration Propertie...

Action-Button

flyze.platform | Bricks

๐Ÿ“˜ Developer Guide With the Action-Button Brick, you can easily add Buttons to your dashboards. You are able to listen to the Actions, which will be emitted on Button click to react with Scripting onto them. ๐Ÿ” Example Designer Runtime โš™๏ธ Configuration Prope...

Action-Button Group

flyze.platform | Bricks

๐Ÿ“˜ Developer Guide With the Action-Button Group Brick, you can easily add multiple grouped Buttons to your dashboards. You are able to listen to the Actions, which will be emitted on Button click to react with Scripting onto them. ๐Ÿ” Example Designer Runtime ...

HTML

flyze.platform | Bricks

๐Ÿ“˜ Developer Guide With the HTML Brick, you can easily add custom HTML-Code to your dashboards. Combine the Layout-Brick with the HTML-Brick to provide a powerful toolset to create stunning Dashboards. ๐Ÿ” Example Designer Runtime โš™๏ธ Configuration Propertie...

Generic Layout

flyze.platform | Bricks

๐Ÿ“˜ Developer Guide With the Layout Brick, you can easily add custom CSS-Code to your dashboards. Use the HTML Brick to create a powerful combination of HTML and CSS on your Dashboards. ๐Ÿ” Example Designer Runtime โš™๏ธ Configuration Properties Config Key L...

Tabtoggle

flyze.platform | Bricks

๐Ÿ“˜ Developer Guide With the Tab-Toggle Brick, you can provide a Tab-Selector which fires action on click with specific information about which Tab is now selected. See 2.2. for a working example ๐Ÿ” Example Designer Runtime โš™๏ธ Configuration Properties Config ...

Map

flyze.platform | Bricks

๐Ÿ“˜ Developer Guide With the Map Brick, you are able to display a Map with specific coordinates on your Dashboard. Also supports Google Maps and what3words. ๐Ÿ” Example Designer Runtime โš™๏ธ Configuration Properties Key Label Description Default Value lat...

Code-Editor

flyze.platform | Bricks

๐Ÿ“˜ Developer Guide With the Code-Editor Brick, you can add an IDE with Intellisense and several other features, depending on the chosen language. ๐Ÿ” Example Designer Runtime โš™๏ธ Configuration Properties config Key Label Description Default Value editor...