0
Dashboard Design
Guten Tag,
das Bild stammt von dem Ninox CRM Video.
Meine Frage wäre: wie bekommt man diese Widgets?
Finde das Design sehr übersichtlich.
MfG
Kevin
17 Antworten
-
Hallo Kevin, mit etwas HTML/CSS-Kenntnissen lässt sich sowas in einem Formelfeld selber bauen. Ansonsten bietet arcRider gegen Bezahlung auch fertige Design-Widgets für Ninox an:
-
I use some similar widget
-
Maybe this Link help.
-
thank you Rafael.
Danke planox.
-
A simple example is at bottom. Color and arrow change if price is changes. Other arrows are ← | → | ↔
let price := 50; let arrowColor := switch true do case price < 100: "style = 'color: red'>↑" case price >= 100: "style = 'color: green'>↓" end; let content := " <style> p{ font-size:x-large; } </style> <p " + arrowColor + "</p>"; html(content)
Content aside
- vor 1 JahrZuletzt aktiv
- 17Antworten
- 315Ansichten
-
4
Folge bereits