EasyUI Forum
March 17, 2025, 04:06:03 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / EasyUI for jQuery / Re: Component does not render on: July 31, 2016, 09:09:45 PM
i found out that if i change the id of the progress for a static one, it works!!!
But i need it dinamyc... Sad

is it a bug? or what am i doing wrong?
2  General Category / EasyUI for jQuery / Component does not render on: July 31, 2016, 07:40:08 PM
Hi everybody

i have this code in js:

Code:
var progressBar = '<div id="innerProgress_'+data.length+'" class="easyui-progressbar" style="width:150px;"></div>';
$("#"+idBox).append(f[0].files[i].name+"&nbsp;&nbsp;"+progressBar+"<br>");
$("#innerProgress_"+data.length).progressbar({
    value: 0
});

in firebug console the HTML code appears as i expect but the page does not show the progressbar; i hope somebody can help me.

thanks.
3  General Category / General Discussion / css helper classes? on: June 16, 2016, 09:32:14 PM
Hi everybody, im new using easyui and i think is a great tool, congratulations to the developers team.

In the time i have used it, i have had some troubles when i want to align elements inside panels, layout plugin and other containers. For example if i want to put a centered form inside a layout plugin (in the center region) or something more complicated it is difficult to me (at least) because i am not good enough in css...

So i wander if is there some kind of documentation with css classes that let me do that easily, just like the bootstrap framework with its grid layout....

I have integrated easyui with th bootstrap framework and the grid layout has worked well; but it is true that some css classes gets overwritten and that is why  i would like to do it just with easyui.

Any recommendation? apart of learning css  Grin
Thanks in advance.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!