Re: How to change the size of the window?

  •  07-23-2007, 3:08 AM

    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

View Complete Thread