Advanced Search
Search Results
47 total results found
HTML-Column
📘 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
📘 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
📘 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
📘 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
📘 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
📘 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
Example: Open Formular in Modal Script Example const dialog$ = fyzUtils.dialogApi.openDynamic("FormModalComponent", { componentData: { "mode": "reference", "title": "", "visible": true, "initialData": {}, // provide your in...
mergeDeep
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
📘 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
📘 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
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...