Title: ProgressBar lost its text when put in a dialog Post by: CLKG on January 28, 2015, 07:03:06 PM I wanna simulate a loading/waiting effect by using dialog + progressbar, but I find progressbar doesn't show text when it's put in a dialog, I donno why.
dom goes like: <div><div class="easyui-progressbar"></div></div> Title: Re: ProgressBar lost its text when put in a dialog Post by: stworthy on January 29, 2015, 12:59:15 AM Please try the code below:
Code: <div class="easyui-dialog" style="width:400px;height:200px;padding:20px"> |