EasyUI Forum
October 17, 2025, 01:16:56 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: Setting a window( or panel) closable cause its closing !  (Read 8091 times)
globule
Newbie
*
Posts: 4


View Profile
« on: July 23, 2014, 08:43:06 AM »

Code:
        function startEditing(){
$("#cart-details").window({closable: false}); // close the window !
$("#acceptCart").linkbutton( {disabled: true}); //OK
$("#rejectCart").linkbutton( {disabled: true}); // OK
        }
Nothing more to say ...
Logged
Aod47
Jr. Member
**
Posts: 85


View Profile
« Reply #1 on: September 18, 2015, 09:07:42 PM »

try

Code:
function startEditing(){
$("#cart-details").window({closable: false}); // hide window close button !
                        $("#cart-details").window('open'); // re-open window !
$("#acceptCart").linkbutton( {disabled: true}); //OK
$("#rejectCart").linkbutton( {disabled: true}); // OK
        }
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!