if anyone knows that wavemaker supports dojo standby widget?
Here is a examples od this widget: http://livedocs.dojotoolkit.org/dojox/widget/Standby
I would like to a realize "Changing overlay color" example, but I don't know how to make a div element with an "data-dojo-type="dojox.widget.Standby"" or "data-dojo-props="target:'basic3', color:'red'" I have firebug extension for Chrome, and when I read the divs elements on the form, that any have only ID, class and style. Also, how to make a buttons with this necessary properties for creating standby effect in wavemaker (button data-dojo-id="b5" data-dojo-type="dijit.form.Button")?
Thanks!