help required in several things..

Last post 02-23-2008, 3:03 PM by nadiralishah. 7 replies.
Sort Posts: Previous Next
  •  02-19-2008, 12:16 PM 37159

    help required in several things..

    below are my qustions, please read them carefully and hope you will come with solution of all of my problems;
     
    1) when i click on Add Image Map icon, a dialog of Add Image Map appears.. there i can hotspot the images and link them, but the problem is that, i can only manually write the urls to link with hotspot.. is this possible to add Links drop down on Add Image map dialog, so that instead of just manually writing the url to link with hotspot, i can just select the link from links drop down and it will be then link with image hotspot on Add Image map dialog..?? is this possible, how can i do this...??
     
    2) there is a Disk Icon on the editor to save the page, is there a way to customize this disk icon?? i mean on disk (save)  icon onclick event, i need to call a javascript, is this possible?? how can i do this??
     
    3) on the Links drop down, the default title is Links, how can i change this tile to something else?? i want to replace it with Link-To-Page. i tried to change it on .config file on configurations folder.. but when i changed it, then it only display your default links, and if i revert it back and change it back to title Links, then it displays the links on the drop down i filled in.. So, i need there my custom links i added on this links drop down, but title should not be Links, title should be something else.. is this possible? how can i do this??
     
    4)  on the Links drop down, when i fill it with many links, then when clicking on links dropdown, there is a vertical slider within the drop down.. i dont want this vertical slider.. i want that drop down should open full, shouldn't be vertical slider there..
     
    5) i am stills waiting for your proper response for this very important issue;
     
    http://cutesoft.net/forums/permalink/37010/37156/ShowThread.aspx#37156
     
    waiting for your answers...
     
    regards,
     
     
    Nadir ali Shah
  •  02-19-2008, 1:19 PM 37166 in reply to 37159

    Re: help required in several things..

    ) when i click on Add Image Map icon, a dialog of Add Image Map appears.. there i can hotspot the images and link them, but the problem is that, i can only manually write the urls to link with hotspot.. is this possible to add Links drop down on Add Image map dialog, so that instead of just manually writing the url to link with hotspot, i can just select the link from links drop down and it will be then link with image hotspot on Add Image map dialog..?? is this possible, how can i do this...??
    You cannot customize that dialog unless you own a source code license. I suggest you create your own dialog to handle this request.
     
    2) there is a Disk Icon on the editor to save the page, is there a way to customize this disk icon??
    Modify this image file: \CuteSoft_Client\CuteEditor\Themes\Custom\Images\all.png
     
    >>i mean on disk (save)  icon onclick event, i need to call a javascript, is this possible?? how can i do this??
     
    Please check this example:
     
    How to capture the save button click event?

    How to capture the SAVE button click event?( C# | VB )

    This example demonstrates how to capture the SAVE button click event by using client-side code and server-side code.

     
    >>3) on the Links drop down, the default title is Links, how can i change this tile to something else??
     
    Open CuteSoft_Client\CuteEditor\Configuration\AutoConfigure\Default.config and modify the following code:
     

      <item type="treedropdown" name="LinkTree" text="[[Links]]" width="60" command="InsertLink" />
     
    to:

      <item type="treedropdown" name="LinkTree" text="My Links" width="60" command="InsertLink" />
     
    >>5) i am stills waiting for your proper response for this very important issue;
     
    I've answered this question.  You only have two options:
     
    1.  Same location.

     The setting in the web.config file <add key="CuteEditorDefaultFilesPath" value="~/Editor" /> which allows you have on copy of cute editor client files in your server and use it all over your applications.
     
    2. Different Location.

    If you need to put many copies of cute editor client files in your server, don't use this option. 
    By the default, CuteEditor client files apth is: ~/CuteSoft_clients/CuteEditor.
     
     

     

    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

  •  02-20-2008, 10:12 AM 37184 in reply to 37166

    Re: help required in several things..

    can you please explain this more clearly;
     
    2. Different Location.

    If you need to put many copies of cute editor client files in your server, don't use this option. 
    By the default, CuteEditor client files apth is: ~/CuteSoft_clients/CuteEditor.
     
    can you please explain with path examples.... for example;
     
    i will put first copy of the editor here;
     
    ~/CuteSoft_clients/CuteEditor
     
    where to put rest of edtor copies i should put, on what path.. can you please let me know with path examples.. as i requested you several times, this is how i need;
     
    1) path for first copy of the editor
    MainPage_Editor/CuteSoft_Client/CuteEditor
     
    2) path for second copy of the editor
    SubPage_Editor/CuteSoft_Client/CuteEditor
     
    3) path for third copy of the editor
    FormPage_Editor/CuteSoft_Client/CuteEditor
     
    4) path for 4th copy of the editor
    PoweredBar_Editor/CuteSoft_Client/CuteEditor
     
     
    your below detail is not making any sense to me, kindly explain more clearly, how to setup seperate copies of the editor;
     
    If you need to put many copies of cute editor client files in your server, don't use this option. 
    By the default, CuteEditor client files apth is: ~/CuteSoft_clients/CuteEditor.
     
    waiting for the solutions..
     
     
    regards,
     
    nadir
  •  02-20-2008, 10:17 AM 37186 in reply to 37166

    Re: help required in several things..

    you didn't answer for point 4;
     
    4)  on the Links drop down, when i fill it with many links, then when clicking on links dropdown, there is a vertical slider within the drop down.. i dont want this vertical slider.. i want that drop down should open full, shouldn't be vertical slider there..
     
    and can you please explain this more clearly;
     
    2. Different Location.

    If you need to put many copies of cute editor client files in your server, don't use this option. 
    By the default, CuteEditor client files apth is: ~/CuteSoft_clients/CuteEditor.
     
    can you please explain with path examples.... for example;
     
    i will put first copy of the editor here;
     
    ~/CuteSoft_clients/CuteEditor
     
    where to put rest of edtor copies i should put, on what path.. can you please let me know with path examples.. as i requested you several times, this is how i need;
     
    1) path for first copy of the editor
    MainPage_Editor/CuteSoft_Client/CuteEditor
     
    2) path for second copy of the editor
    SubPage_Editor/CuteSoft_Client/CuteEditor
     
    3) path for third copy of the editor
    FormPage_Editor/CuteSoft_Client/CuteEditor
     
    4) path for 4th copy of the editor
    PoweredBar_Editor/CuteSoft_Client/CuteEditor
     
     
    your below detail is not making any sense to me, kindly explain more clearly, how to setup seperate copies of the editor;
     
    If you need to put many copies of cute editor client files in your server, don't use this option. 
    By the default, CuteEditor client files apth is: ~/CuteSoft_clients/CuteEditor.
     
    waiting for the solutions..
     
     
    regards,
     
    nadir
     
  •  02-21-2008, 2:27 PM 37248 in reply to 37186

    Re: help required in several things..

    stills waiting for your response..
  •  02-22-2008, 11:37 AM 37284 in reply to 37248

    Re: help required in several things..

    Stills waiting for your response...
     
    CuteSoft support team, please be responsive..
  •  02-22-2008, 12:41 PM 37292 in reply to 37284

    Re: help required in several things..

    I've post the suggestion in the following thread:
     
     
    Please don't create duplicate thread.
     

    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

  •  02-23-2008, 3:03 PM 37313 in reply to 37292

    Re: help required in several things..

    i cannot understand your below suggession, please try to explain more clearly what you mean;
     
    2. If you need to put many copies of cute editor client files in your server, don't use this option.
     
    By the default, CuteEditor client files apth is: ~/CuteSoft_clients/CuteEditor.
View as RSS news feed in XML