BETA
My accountGet started
Sep 142021
Total.js Platform

Improved FlowStream components

We have improved and simplified the declaration for FlowStream components. Read more about new improvements.

Improved FlowStream components

We have improved declaring of FlowStream components. If you provide your own version of Total.js FlowStream Designer, please update it from GitHub.

New improvements

CSS

FlowStream designer compiler replaces all phrases CLASS for the component name in inline CSS <style> of the component. The old declaration will work too.

Old declaration:

New declaration:

HTML

FlowStream designer compiler replaces all phrases CONFIG, STATUS, NAME, and ICON. So you don't need to declare complicated phrases, duplicate icons, or names. The old declaration will work too.

Code form has been updated too:

Syntax

Old declaration:

New declaration:


Warning:
If you use your own version of Total.js FlowStream Designer, you need to update it from GitHub.