Advanced Search
Search Results
22 total results found
Icon
📘 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
📘 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
📘 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
📘 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
📘 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
📘 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
📘 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
📘 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...
Default-Column
📘 Developer Guide With the Default-Column Brick, you are able to display simple columns based on table data. Columns without specified component will default to the Default-Column Brick. 🔁 Example Designer (Droppable in both header and body columns) Runtime ...
Actions-Column
📘 Developer Guide With the Action-Column Brick, you can provide multiple Action-Buttons in an Action-Group to react to button clicks which trigger actions defined by the buttons. For more information, see Action-Button and Action-Button Group. 🔁 Example Desig...
Badge
📘 Developer Guide With the Badge Brick, you can easily add badges to your Dashboard. 🔁 Example Designer Runtime ⚙️ Configuration Properties Key Label Description Default Value label The Label of the badge This string will be displayed in the badgest...
Badge-Group
📘 Developer Guide With the Badge-Group Brick, you can easily add multiple grouped badges to your Dashboard. 🔁 Example Designer Runtime ⚙️ Configuration Properties Key Label Description Default Value badges The configurations of the badges Accepts Ba...
Badge-Collection Column
📘 Developer Guide With the Badge-Array-Column Brick, you are able to define a collection of badges. It will display the corresponding badges depending on the defined props data set. Check out the example 🔁 Example Designer (Only droppable in body columns) Ru...
Badge-Column
📘 Developer Guide With the Badge-Column Brick, you are able to define several badges. All badges will be displayed per column, depending on if you are using internal scripting and interpolation or not, check out the example. 🔁 Example Designer (Only droppable...
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 ...