How to change the size of the window?

Last post 07-23-2007, 3:58 AM by Jyothish. 2 replies.
Sort Posts: Previous Next
  •  07-21-2007, 12:12 AM 31740

    How to change the size of the window?

    Hi All

     Please let me know about how to change the size of the window for browse image, browse media, browse document and browse flash. I need to change the size of preview areas in these. So that first of all it needs to change window size some more bigger. Please reply the solution ASAP.

    Thanks
    Jyothish

  •  07-23-2007, 3:08 AM 31764 in reply to 31740

    Re: How to change the size of the window?

    Jyothish,
     
    Please open CuteEditor_Files\Scripts\Constant.js file and modify the following code:
     
    // Default editorconstant ornaments for the Template dialog
    editorconstant._templateDialogFeature = "status:0;dialogWidth:660px;dialogHeight:470px; scroll: 0; resizable: 0; help:0";
    // Default editorconstant ornaments for the Create Template dialog
    editorconstant._createtemplateDialogFeature = "dialogWidth:760px;dialogHeight:385px;help:no;scroll:no;status:no;resizable:0;";
    // Default editorconstant ornaments for the Document dialog
    editorconstant._documentDialogFeature = "status:0;dialogWidth:760px;dialogHeight:540px; scroll: 0; resizable: 0; help:0";
    // Default editorconstant ornaments for the gallery dialog
    editorconstant._galleryDialogFeature = "status:0;dialogWidth:564px;dialogHeight:630px; scroll: 0; resizable: yes; help:0";
    // Default editorconstant ornaments for the image dialog
    editorconstant._imageDialogFeature = "status:0;dialogWidth:620px;dialogHeight:595px; scroll: 0; resizable: 0; help:0";
    // Default editorconstant ornaments for the image map dialog
    editorconstant._imagemapDialogFeature = "status:0;dialogWidth:610px;dialogHeight:400px; scroll: 0; resizable: yes; help:0";
    // Default editorconstant ornaments for the media dialog
    editorconstant._mediaDialogFeature = "status:0;dialogWidth:580px;dialogHeight:550px; scroll: 0; resizable: 0; help:0";
    // Default editorconstant ornaments for the flash dialog
    editorconstant._flashDialogFeature = "status:0;dialogWidth:587px;dialogHeight:595px; scroll: 0; resizable: 0; help:0";
    // Default editorconstant ornaments for the page properties dialog
    editorconstant._pageDialogFeature = "status:0;dialogWidth:490px;dialogHeight:520px; scroll: 0; resizable: yes; help:0";

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  07-23-2007, 3:58 AM 31771 in reply to 31764

    Re: How to change the size of the window?

    Hi Adam

    Thanks.

    Jyothish

View as RSS news feed in XML