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

  •  03-11-2014, 8:43 AM

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

    Hi,

     

                    I  want to remove right click functionality for Default category click also.  As You above said I put the below code to hide

     

    category menu for Default Category.

     

            if(category.Title == "(Default)") 

            {

                   return;

           }

     

    But It's not working  for me. How Can I achieve this.

     

    Please try to give Quick reply..

     

    Thanks in advance.. 

     


    Regards,
    Narendra
View Complete Thread