Colour (font / background) in html editor ?! 7.1

 Where has the colour options (text / background) gone in the html editor?!

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 14 Nov 2012

 can I add these options myself ?

 Where has the colour options (text / background) gone in the html editor?!

 

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 14 Nov 2012

There are 3 sets of instruments for HTML editor, you can edit them in templates/base/scripts/BxBaseEditorTinyMCE.php file:

    /**

     * Standard view initialization params

     */

    protected static $WIDTH_STANDARD = '630px';

    protected static $CONF_STANDARD = "

                        plugins: 'autolink,autosave,lists,inlinepopups,media,paste,fullscreen',

                        width: '100%',

                        height: '270',

                        theme: 'advanced',

                        theme_advanced_buttons1: 'bold,italic,underline,removeformat,|,bullist,numlist,|,justifyleft,justifycenter,justifyright,|,undo,redo,|,blockquote,formatselect',

                        theme_advanced_buttons2: 'hr,link,unlink,image,media,|,fullscreen,cleanup,pastetext,code',

                        theme_advanced_buttons3: '',

                        theme_advanced_toolbar_location: 'top',

                        theme_advanced_toolbar_align: 'left',

                        theme_advanced_statusbar_location: 'bottom',

                        theme_advanced_resizing: true,

                        theme_advanced_resize_horizontal: false,

                        theme_advanced_resizing_use_cookie: true,

                        theme_advanced_path: false,

    ";

 

    /**

     * Minimal view initialization params

     */

    protected static $WIDTH_MINI = '340px';

    protected static $CONF_MINI = "

                        plugins: 'autolink,autosave,lists,inlinepopups,paste,fullscreen',

                        width: '100%',

                        height: '150',

                        theme: 'advanced',

                        theme_advanced_buttons1: 'bold,italic,underline,removeformat,|,bullist,numlist,|,justifyleft,justifycenter,justifyright,|,blockquote,|,link,unlink,image',

                        theme_advanced_buttons2: '',

                        theme_advanced_buttons3: '',

                        theme_advanced_toolbar_location: 'top',

                        theme_advanced_toolbar_align: 'left',

                        theme_advanced_statusbar_location: 'none',

    ";

 

    /**

     * Full view initialization params

     */

    protected static $WIDTH_FULL = '650px';

    protected static $CONF_FULL = "

                        plugins: 'autolink,autosave,lists,table,inlinepopups,media,searchreplace,print,paste,fullscreen',

                        width: '100%',

                        height: '320',

                        theme: 'advanced',

                        theme_advanced_buttons1: 'bold,italic,underline,removeformat,|,sub,sup,|,bullist,numlist,|,justifyleft,justifycenter,justifyright,justifyfull,|,undo,redo,|,outdent,indent,blockquote,formatselect,|,hr,link,unlink,image,media',

                        theme_advanced_buttons2: 'anchor,|,tablecontrols,|,visualaid,|,search,replace,|,print,|,fullscreen,cleanup,pastetext,code',

                        theme_advanced_buttons3: '',

                        theme_advanced_toolbar_location: 'top',

                        theme_advanced_toolbar_align: 'left',

                        theme_advanced_statusbar_location: 'bottom',

                        theme_advanced_resizing: true,

                        theme_advanced_resize_horizontal: false,

                        theme_advanced_resizing_use_cookie: true,

    ";

You can get full list of available buttons here: http://www.tinymce.com/wiki.php/TinyMCE3x:Buttons/controls

Rules → http://www.boonex.com/terms
Quote · 15 Nov 2012

You can get full list of available buttons here: http://www.tinymce.com/wiki.php/Buttons/controls =

 

You don't have permissions to edit this page

You need to be logged in and verified to in order to edit this page.

!

Please Help Thanks At Lot !

FAZING WEB - WEB AGENCY !
Quote · 13 May 2013

The correct link:

http://www.tinymce.com/wiki.php/TinyMCE3x:Buttons/controls

Rules → http://www.boonex.com/terms
Quote · 14 May 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.