EasyUI Forum
May 05, 2024, 12:21:00 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: easyloader while loading page  (Read 9434 times)
kldl
Newbie
*
Posts: 1


View Profile
« on: October 16, 2013, 07:44:58 PM »

I have a little bit problem while page loading (attach picture jeasyui_eastloader.JPG) it show for second then page load to correct css format. But if I've not insert  (attach picture jeasyui_eastloader2.JPG) to the script It show the completed css format while loading.
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: October 17, 2013, 12:27:10 AM »

If you have included a css theme in the page.
Code:
<link rel="stylesheet" type="text/css" href="http://www.jeasyui.com/easyui/themes/default/easyui.css">
You don't need to let easyloader loading css file again, please set 'css' property to false.
Code:
<script>
easyloader.css = false;
</script>
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!