EasyUI Forum
September 13, 2025, 04:24:36 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: ProgressBar lost its text when put in a dialog  (Read 6359 times)
CLKG
Guest
« 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>
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 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">
<div id="p" class="easyui-progressbar"></div>
</div>
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!