EasyUI Forum
September 14, 2025, 09:16:16 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: dialog in desktop have problem in Header and tools  (Read 5537 times)
MSAG
Newbie
*
Posts: 41



View Profile Email
« on: January 21, 2022, 05:32:04 PM »

Hi
when i put tag of dialog in side tag body
tools of dialog not visible if i use ext desktop

but in all others case it is work good

plz can you fix it in this case



   <div class="easyui-dialog" title="Title" style="width:75%;max-height:75%;padding-bottom:10px" data-options="closable:false,minimizable:true,modal:false,iconCls:'pagination-loading'">
      any text
      <br>
      any text
      <br>
      any text
      <br>
      any text
      <br>
      any text
      <br>
      any text
      <br>
   </div>

Logged
jarry
Administrator
Hero Member
*****
Posts: 2298


View Profile Email
« Reply #1 on: January 23, 2022, 08:42:54 PM »

Please separate the desktop component from the dialog component.
Code:
<style type="text/css">
html,body{
margin: 0;
padding: 0;
height: 100%;
}
</style>
$(function(){
$('#desktop').desktop({
//...
})
})
Code:
<body>
<div id="desktop" style="height:100%"></div>
<div class="easyui-dialog" title="Title" style="width:75%;max-height:75%;padding-bottom:10px" data-options="closable:false,minimizable:true,modal:false,iconCls:'pagination-loading'">
      any text
      <br>
      any text
      <br>
      any text
      <br>
      any text
      <br>
      any text
      <br>
      any text
      <br>
   </div>
</body>
Logged
MSAG
Newbie
*
Posts: 41



View Profile Email
« Reply #2 on: January 25, 2022, 06:35:39 PM »

Thanks
it's work
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!