Re: AutoConfigure and TemplateItemList in Codebehind Problems

  •  12-01-2004, 1:47 PM

    Re: AutoConfigure and TemplateItemList in Codebehind Problems

    This is the answer I have received thus far:
     

    In the new version, you can change the order of tools by modify the configuration file.

    For example:

    Open the CuteSoft_Client/CuteEditor/Configuration/Autoconfigure/full.config

    And change the order.

    You can disable the ForeColor and BackColor by setting Visible attribute to

    false:

    <item type="ForeColor" Visible="false"/> <item type="BackColor"

    Visible="false/>

    The AutoConfigure will work not in the page load event.

     

     
    It appears that my problem was missed.  If not, I cannot imagine removing functionality that existed in the previous three versions of the software.  To me this is a bug and should be addressed.

    If I can access some of the editor properties from the code behind page, ie, the theme, height, width, bottombar, contextmenu and so on, I should be able to access the TemplateItemList and the Autoconfigure options.  They are there, but just don't work.  It makes no sense to remove the ability to access these two methods from the code behind page.

    I would hate to have to move to another product because functionality was removed!!!!  This needs to be fixed.  If it is not a bug, then an example of setting the TemplateItemList and the Autoconfigure with version 4.0 in the code behind needs to be created.

    I was very happy with this product until now!!!
     

    Drone

    No one knows everything, so I come here to learn and teach.
View Complete Thread