Re: Changes to constant.js not taking effect

  •  05-19-2009, 3:13 AM

    Re: Changes to constant.js not taking effect

    Hi BruceWMorgan,
     
    Try this way:
     
    1. Open file Dialog_InsertTemplate.js (CuteSoft_Client\CuteEditor\Scripts\Dialog\Dialog_InsertTemplate.js)
     
    2. Find section below:
     
    dialogWidth:760px;dialogHeight:385px;help:no;scroll:no;status:no;resizable:0
     
    Change to:
     
    dialogWidth:760px;dialogHeight:385px;help:no;scroll:no;status:no;resizable:1
     
    also you can change width and height
     
    3. Clean cache
     
    Regards,
     
    Ken
View Complete Thread