when we click create button how to show processing icon there
This question has an accepted answers - jump to answer
There isn't a built in option for that in Editor, but you could use the fact that the div.DTE element gets a processing class added to it to add the styling you need.
div.DTE
processing
Allan
Answers
There isn't a built in option for that in Editor, but you could use the fact that the
div.DTEelement gets aprocessingclass added to it to add the styling you need.Allan