EasyUI Forum
April 27, 2024, 11:30:22 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 component how to use maximizable  (Read 5471 times)
fengdie
Jr. Member
**
Posts: 87


View Profile Email
« on: June 26, 2018, 10:44:23 PM »

dialog component how to use maximizable态collapsible态minimizable
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: June 26, 2018, 11:44:20 PM »

You could custom the dialog header and append icons to the titlebar.
Code:
<eui-dialog [draggable]="true" [bodyStyle]="{width:'600px',height:'200px'}">
    <eui-dialog-header>
        <div class="panel-title">Dialog Title</div>
        <div class="panel-tool" style="padding-right:20px">
            <a href="javascript:;" class="panel-tool-min"></a>
            <a href="javascript:;" class="panel-tool-max"></a>
        </div>
    </eui-dialog-header>
</eui-dialog>
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!