Re: ShowToolBar property not working...

  •  04-15-2010, 6:30 PM

    Re: ShowToolBar property not working...

    Hi Eric,
    thx for your reply
    if I remove  the configurationPath, how can I customise the toolbar?
    The idea is on the back end, our system check the user level, if the user is read only, it needs to disable the editor. If not, it will still show the user the toolbar. So I think I still need to specify the tool configuration path.
     
    I found a work around: when I want to disable the editor, I have to:
     
    cmsInformation.ConfigurationPath = ""
    cmsInformation.ShowToolBar = False
    cmsInformation.Enabled = False
     
    this is still annoying as you cannot just set the showtoolbar = false without taking of the toolbar customisation. either, it doesn't make sence that if I disable the editor what is the point to show the user the toolbar as it's disabled as well?
     
    hardly to say it's a bug, but for user's convienience, can you improve it at next version?
     
    thx again
     
View Complete Thread