481 Posts in 150 Topics by 238 members
| Go to End | ||
| Author | Topic: | 3081 Views |
-
Re: span styling disabled in silverstripe ver 2.3.2

2 August 2009 at 12:50pm
It seems like a rediculous decision to have removed the style attribute as it means that half the buttons on the top row of the toolbar now don't work
I don't think there was a decision to remove it, I think this is a bug more then anything. Check there isn't already an open issue on open.silverstripe.org to look into this.
-
Re: span styling disabled in silverstripe ver 2.3.2

3 August 2009 at 9:47am
Thanks Will, I couldn't find a ticket so I created a new one: http://open.silverstripe.com/ticket/4455
-
Re: span styling disabled in silverstripe ver 2.3.2

17 September 2009 at 4:52pm Last edited: 17 September 2009 4:55pm
Great thinking Aram... that is a much better way to extend the list. Here is my approach to allowing all tags.
in mysite/config.php
//Allow all tags in TinyMCE wysiwyg html editor
HtmlEditorConfig::get('cms')->setOption('valid_elements',' elements go here ');For all elements use '*(*)' but with square brackets in place of the round '(' ones (forum will not allow square brackets).
| 3081 Views | ||
| Go to Top |



