'how to charge components dynamically?
I use the plugin total.js
flow.
I would like to know if there is a function like FLOW.Reload()
to dynamically reload the components?
Solution 1:[1]
Yes, Flow supports FLOW.reload()
method.
FLOW.reload([type], [callback]);
// +v6.0.0 Can reload a Flow
// @type {Number} 0 reloads only designer + variables (default), 1 reloads components + designer + variables
// @callback {Function} A callback
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Peter Sirka |