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

47 total results found

Brick

flyze.platform | Scripting System

Dashboard

flyze.platform | Scripting System

App

flyze.platform | Scripting System

flyze.platform | Scripting System

Scripting Areas

flyze.platform | Scripting System

fyzUtils

flyze.platform | Scripting System

flyze.platform | Bricks

Erfahre mehr über die Bausteine der flyze.platform. Ihren Zweck und Konfigurationsmöglichkeiten.

Table Components

flyze.platform | Bricks

📘 Developer Guide The Table Components provide different ways of displaying and handling data.

flyze.platform | Reporting Api

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 ...