var dialogClass = window.GlideModal ? GlideModal : GlideDialogWindow; var dd = new dialogClass("hierarchical_progress_viewer", true, "40em", "10em");

AirSquire
Tera Guru

There is a UI Action named RUn Test which is available for ATF can anybody suggest what this piece of code is doing:

var dialogClass = window.GlideModal ? GlideModal : GlideDialogWindow;

var dd = new dialogClass("hierarchical_progress_viewer", true, "40em", "10em");

3 REPLIES 3

anurag92
Kilo Sage

This code is opening a GlideDialog with UI Page: hierarchical_progress_viewer and of size: 40 by 10 em.


but I cannot find a UI Page with "hierarchical_progress_viewer" name


vinitha3
Tera Guru

IT is just to open a dialog window to show the progress of the action taking place.


For eg: While committing Update sets we see the progress line, in the same way. This is used in many places.


UI Action Commit Update Set



Thanks,


Vinitha.K