how to refresh all ui view ?

how to refresh all ui view ?

What do you mean by refresh?

In case of resizing, you need to call a .resize() API for one component in the layout, and, if necessary, all other components in this layout will be resized as well.

no exactly, but my question was unaccurate sorry. i would like to refresh all my screen as you do clicking F5 command.

There is no such API, but you can refresh the whole page

window.location.reload(true)

perfect, thank you

How about reload the data of FileManager after inited ? If my application knows the data on the server side for the filemanager has changed , how to make the filemanager refresh the data? I tried using $$(‘fm’).load(‘data.php’) method , it did fire request to the server , but the fm UI did not change as well.

$$('filemanager').clearAll();
$$('filemanager').load(url);

But i’m need to set property move (view window) to “false” on mousedown and set “true” on mouseup and apply this changes between that (refresh ui)? What do it?

Hello @julian ,
If I correctly understood you, it’s possible to add move: true or here is another way to implement it:
https://snippet.webix.com/hucz4967