The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

color tab

3 posters

Go down

color post - color tab Empty color tab

Post by Mariami March 11th 2016, 1:00 pm

i had this tab ,but this doesnot work and i set another one. i dont like it and i want this tab and are you able tu give me this tab javarscript code?
color post - color tab Captu177
Mariami
Mariami
Forumember

Posts : 106
Reputation : 1
Language : english

http://mundonoveleras.forum2x2.ru/forum

Back to top Go down

color post - color tab Empty Re: color tab

Post by Take Notes March 11th 2016, 4:32 pm

Administration Panel > General > Messages and e-mails > Configuration

Type of color palette displayed on the message editor : _ Extended _Simple
Take Notes
Take Notes
Helper
Helper

Male Posts : 2337
Reputation : 324
Language : English
Location : Forumountain

Back to top Go down

color post - color tab Empty Re: color tab

Post by Mariami March 11th 2016, 4:35 pm

Forumedic wrote:Administration Panel > General > Messages and e-mails > Configuration

Type of color palette displayed on the message editor : _ Extended _Simple
i have so,but does not work. 2 days ago it was work but after that javascript code canceled and are you able to make me new one code?
Mariami
Mariami
Forumember

Posts : 106
Reputation : 1
Language : english

http://mundonoveleras.forum2x2.ru/forum

Back to top Go down

color post - color tab Empty Re: color tab

Post by Take Notes March 11th 2016, 4:36 pm

What JavaScript code?
Take Notes
Take Notes
Helper
Helper

Male Posts : 2337
Reputation : 324
Language : English
Location : Forumountain

Back to top Go down

color post - color tab Empty Re: color tab

Post by Ange Tuteur March 11th 2016, 5:07 pm

Hi @Mariami,

Use this JavaScript instead :
Code:
$(function() {
  if (!$.sceditor) return;
  $.sceditor.defaultOptions.colors =
    '#000000, #000000,#000000,#000000,#000000,#000000,#000000,#000000,#000000,#000000,#000000,#000000,#000000|' +
    '#000000, #000000,#333333,#666666,#999999,#CCCCCC,#FFFFFF,#FF0000,#00FF00,#0000FF,#FFFF00,#00FFFF,#FF00FF|' +
    '#000000, #000000,#000000,#000000,#000000,#000000,#000000,#000000,#000000,#000000,#000000,#000000,#000000|' +
    '#000000, #000000,#000033,#000066,#000099,#0000CC,#0000FF,#990000,#990033,#990066,#990099,#9900CC,#9900FF|' +
    '#000000, #003300,#003333,#003366,#003399,#0033CC,#0033FF,#993300,#993333,#993366,#993399,#9933CC,#9933FF|' +
    '#000000, #006600,#006633,#006666,#006699,#0066CC,#0066FF,#996600,#996633,#996666,#996699,#9966CC,#9966FF|' +
    '#000000, #009900,#009933,#009966,#009999,#0099CC,#0099FF,#999900,#999933,#999966,#999999,#9999CC,#9999FF|' +
    '#000000, #00CC00,#00CC33,#00CC66,#00CC99,#00CCCC,#00CCFF,#99CC00,#99CC33,#99CC66,#99CC99,#99CCCC,#99CCFF|' +
    '#000000, #00FF00,#00FF33,#00FF66,#00FF99,#00FFCC,#00FFFF,#99FF00,#99FF33,#99FF66,#99FF99,#99FFCC,#99FFFF|' +
    '#000000, #330000,#330033,#330066,#330099,#3300CC,#3300FF,#CC0000,#CC0033,#CC0066,#CC0099,#CC00CC,#CC00FF|' +
    '#000000, #333300,#333333,#333366,#333399,#3333CC,#3333FF,#CC3300,#CC3333,#CC3366,#CC3399,#CC33CC,#CC33FF|' +
    '#000000, #336600,#336633,#336666,#336699,#3366CC,#3366FF,#CC6600,#CC6633,#CC6666,#CC6699,#CC66CC,#CC66FF|' +
    '#000000, #339900,#339933,#339966,#339999,#3399CC,#3399FF,#CC9900,#CC9933,#CC9966,#CC9999,#CC99CC,#CC99FF|' +
    '#000000, #33CC00,#33CC33,#33CC66,#33CC99,#33CCCC,#33CCFF,#CCCC00,#CCCC33,#CCCC66,#CCCC99,#CCCCCC,#CCCCFF|' +
    '#000000, #33FF00,#33FF33,#33FF66,#33FF99,#33FFCC,#33FFFF,#CCFF00,#CCFF33,#CCFF66,#CCFF99,#CCFFCC,#CCFFFF|' +
    '#000000, #660000,#660033,#660066,#660099,#6600CC,#6600FF,#FF0000,#FF0033,#FF0066,#FF0099,#FF00CC,#FF00FF|' +
    '#000000, #663300,#663333,#663366,#663399,#6633CC,#6633FF,#FF3300,#FF3333,#FF3366,#FF3399,#FF33CC,#FF33FF|' +
    '#000000, #666600,#666633,#666666,#666699,#6666CC,#6666FF,#FF6600,#FF6633,#FF6666,#FF6699,#FF66CC,#FF66FF|' +
    '#000000, #669900,#669933,#669966,#669999,#6699CC,#6699FF,#FF9900,#FF9933,#FF9966,#FF9999,#FF99CC,#FF99FF|' +
    '#000000, #66CC00,#66CC33,#66CC66,#66CC99,#66CCCC,#66CCFF,#FFCC00,#FFCC33,#FFCC66,#FFCC99,#FFCCCC,#FFCCFF|' +
    '#000000, #66FF00,#66FF33,#66FF66,#66FF99,#66FFCC,#66FFFF,#FFFF00,#FFFF33,#FFFF66,#FFFF99,#FFFFCC,#FFFFFF';
 
  $('head').append('<style type="text/css">.sceditor-color-option, .sceditor-color-option:hover { border:1px solid #000 !important; border-top:none !important; border-left:none !important; }</style>');
});
It'll use the native color picker for the sceditor instead of the chatbox one. However, if you do want the older style this is most likely the topic where you found the script prior to making this topic.
http://fmdesign.forumotion.com/t202-sceditor-color-picker-color-cubes

Just a note, I believe the above script needs the "extended palette" enabled. Think
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

color post - color tab Empty Re: color tab

Post by Mariami March 13th 2016, 9:03 am

i had that javascript code,but this does not work. because i want another code
Mariami
Mariami
Forumember

Posts : 106
Reputation : 1
Language : english

http://mundonoveleras.forum2x2.ru/forum

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum