Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Tables with background-color
#10
mvlcek Wrote:Thanks. Interestingly it works with "attributes", too.

Martin, that is wrong.
With "attributes" it will create

<td background-color:"red"> for example and that is not a style!

But now I got the final solution:

1) take the attachment, which I added to my previous post
2) name it whatever and upload it to a secure place, for example into the data- or the theme-folder

3) now add this to your gsconfig.php:

a)
Code:
define('GSEDITORTOOL', 'advanced');

b)
Code:
define('GSEDITOROPTIONS',"stylesSet: 'default:http://www.testdomain.de/maybesubdirectoryt/theme/yourname.js'
");


As I have a lot of experimental and necessary options, my editoroptions look like this:
Code:
define('GSEDITOROPTIONS',"skin : 'v2',
enterMode: CKEDITOR.ENTER_P,
shiftEnterMode : CKEDITOR.ENTER_BR,
fontSize_defaultLabel : '11px',
font_defaultLabel : 'Verdana',
font_names : 'Arial;Times New Roman;Verdana',
toolbarCanCollapse : true,
colorButton_enableMore : true,
entities : false,
contentsLangDirection : 'ltr',
dialog_buttonsOrder : 'ltr',
emailProtection : 'encode',
stylesSet: 'default:http://www.urbanistan.de/getsimpletest/theme/webdeern.js'
");

with my file "webdeern.js" in the theme-folder

a relative path might work as well, but I was too lazy for that!

Cheers!
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply


Messages In This Thread
Tables with background-color - by bugmenot - 2011-05-11, 20:00:06
Tables with background-color - by Connie - 2011-05-11, 21:30:45
Tables with background-color - by bugmenot - 2011-05-11, 23:18:29
Tables with background-color - by Connie - 2011-05-12, 05:11:03
Tables with background-color - by mvlcek - 2011-05-12, 16:07:16
Tables with background-color - by bugmenot - 2011-05-13, 19:29:44
Tables with background-color - by Connie - 2011-05-13, 21:06:41
Tables with background-color - by Connie - 2011-05-14, 00:03:46
Tables with background-color - by mvlcek - 2011-05-14, 00:18:10
Tables with background-color - by Connie - 2011-05-14, 00:33:29
Tables with background-color - by mvlcek - 2011-05-14, 00:59:37
Tables with background-color - by bugmenot - 2011-05-16, 21:42:45
Tables with background-color - by Connie - 2011-05-16, 22:11:52



Users browsing this thread: 4 Guest(s)