|
fonts and colors
Last post 08-20-2007, 7:39 PM by Adam. 7 replies.
-
08-18-2007, 8:53 PM |
-
rutledj
-
-
-
Joined on 03-23-2007
-
-
Posts 28
-
-
|
Is there a way to have more font choices? Also, if I click on the Large red underlined A to change font color it doesn't do anything. It is always black. What am I doing wrong here?
Thanks,
Rut
|
|
-
08-18-2007, 10:27 PM |
-
08-19-2007, 9:13 AM |
-
08-20-2007, 9:26 AM |
-
Adam
-
-
-
Joined on 09-23-2003
-
Aurora, ON
-
Posts 18,678
-
-
|
rutledj,
Please open CuteSoft_Client\CuteEditor\Scripts\ColorPicker.htc and modify the following color array:
var colorsArray = new Array("#000000","#993300","#333300","#003300","#003366","#000080","#333399","#333333", "#800000","#FF6600","#808000","#008000","#008080","#0000FF","#666699","#808080", "#FF0000","#FF9900","#99CC00","#339966","#33CCCC","#3366FF","#800080","#999999", "#FF00FF","#FFCC00","#FFFF00","#00FF00","#00FFFF","#00CCFF","#993366","#C0C0C0", "#FF99CC","#FFCC99","#FFFF99","#CCFFCC","#CCFFFF","#99CCFF","#CC99FF","#FFFFFF");
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx asp wysiwyg html editor: http://cutesoft.net/ASP asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx Live Support: http://cutesoft.net/live-support/default.aspx
|
|
-
08-20-2007, 6:17 PM |
-
rutledj
-
-
-
Joined on 03-23-2007
-
-
Posts 28
-
-
|
I don't see a scripts folder in any path
I did find this in CuteEditorconstants.js
var colorsArray = new Array("#000000","#993300","#333300","#003300","#003366","#000080","#333399","#333333",
"#800000","#FF6600","#808000","#008000","#008080","#0000FF","#666699","#808080",
"#FF0000","#FF9900","#99CC00","#339966","#33CCCC","#3366FF","#800080","#999999",
"#FF00FF","#FFCC00","#FFFF00","#00FF00","#00FFFF","#00CCFF","#993366","#C0C0C0",
"#FF99CC","#FFCC99","#FFFF99","#CCFFCC","#CCFFFF","#99CCFF","#CC99FF","#FFFFFF");
|
|
-
08-20-2007, 7:10 PM |
-
08-20-2007, 7:36 PM |
-
08-20-2007, 7:39 PM |
|
|
|