Re: New Category

  •  11-14-2016, 9:14 AM

    Re: New Category

    Hi,

     

    Please open file "\CuteSoft_Client\Gallery\Editor\Explorer\Code.js" and find the code below, then remove it. it will removes the new category button.

     

    1. var newcatebtn=CreateEditorButton("Images/standard-category.png",GalleryLocalize.CLICK_NEWCATEGORY);  
    2.     leftToolbar.appendChild(newcatebtn);  
    3.     newcatebtn.onclick=function(){ browser.PromptNewCategory(); };  
     

    Regards,

     

    Ken 

View Complete Thread