Re: Remove right click functionalities for the selected categories in the Image gallery

  •  02-21-2014, 8:09 AM

    Re: Remove right click functionalities for the selected categories in the Image gallery

    hi,

     

    1. please open file \CuteSoft_Client\Gallery\Popup\Default\Code.js. 

     

    2. Find function below(line 69).

     

    GalleryPopup.prototype.ShowCategoryMenu=function _GalleryPopup_ShowCategoryMenu(category,element,event,listener)

    {} 

     

    3.Add the code below int the function above.

     

      if (category.Title == "Pages" || category.Title == "Emails")

        {

            return;

        }

     

    Regards,

     

    Ken 

View Complete Thread