Wwbeditor how to hide inset image and upload image

Issues related to the CMS tools of WYSIWYG Web Builder.
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/cms_tools.html
A lot of information about the Content Manager System can be found in the help/manual. Please read this first before posting any questions! Also check out the demo template that is include with the software.

CMS trouble shooting / FAQ:
viewtopic.php?f=10&t=43245
Post Reply
User avatar
amir2314
 
 
Posts: 321
Joined: Wed Aug 02, 2017 12:16 pm

Wwbeditor how to hide inset image and upload image

Post by amir2314 »

Hi dear pablo .
I need help about wwwbeditor
. I need disable or hide insert image and upload image in the list for some reason . How can i do it ? Help me please
User avatar
Pablo
 
Posts: 22472
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Wwbeditor how to hide inset image and upload image

Post by Pablo »

Buttons can be defined via the settings:

Code: Select all

buttons: 
         {
         'undo': false,
         'redo': false,
         'bold': true,
         'italic': true,
         'underline': true,
         'strikethrough' : true,
         'justifyleft':true,
         'justifycenter':true,
         'justifyright':true,
         'justifyfull':true,
         'insertorderedlist':true,
         'insertunorderedlist':true,
         'indent':true,
         'outdent': true,
         'createLink': true,
         'unlink' :true,
         'insertimage' : false,
         'uploadimage' : false,
         'inserthorizontalrule': false,
         'cut': false,
         'copy': false,
         'paste': false,
         'forecolor': true,
         'hilitecolor': true,
         'br': true,
         'formatblock': true,
         'fontname': true,
         'fontsize': true
         }
User avatar
amir2314
 
 
Posts: 321
Joined: Wed Aug 02, 2017 12:16 pm

Re: Wwbeditor how to hide inset image and upload image

Post by amir2314 »

Pablo wrote: Wed Dec 14, 2022 4:33 pm Buttons can be defined via the settings:

THANK YOU VERYMUCH DEAR PABLO
Post Reply