Re: folder security

  •  12-26-2007, 3:12 PM

    Re: folder security

    Hey Adam, is there a way to change the ImageGalleryPath using javascript? What I was wondering is since the feature I need is not avilable is whenever someone clicks on the Image Gallery button, use the bottom code to capture event and change the image gallery path. Is it possible?
     
    function CuteEditor_OnCommand(editor,command,ui,value)
    {
     
        if(command=="imagegallerybybrowsing")
         {
          //change path here
        }
     
    }
View Complete Thread