3217 Posts in 853 Topics by 812 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1012 Views |
-
format in cms

15 September 2009 at 8:43pm
Hello
I want to now where I can find ressources to do the following :
- Is it possible to add new format in the cms in the "Edit Page pane"
I know it must have to do with css settings but I wanted to know the best way to do itThank you
-
Re: format in cms

15 September 2009 at 9:19pm
in the editor.css add something like
body.green_highlight{
font-weight: 500;
color:#537335;
}This will give you an additional option green_highlght in the styles dropdown in the edit bar in the CMS
Cheers
MM
-
Re: format in cms

16 September 2009 at 1:33am
thanks for your answer.
One other question what is the difference from using the typography.css file ?
Thank you
-
Re: format in cms

16 September 2009 at 5:45pm Last edited: 16 September 2009 5:47pm
Sorry I forgoten you need to edit the HTMLEditorField.php file. There is a section commented out at line 280
/*new HtmlEditorField_dropdown("mceSetCSSClass", "styleSelect", array(
"mceContentBody" => "mceContentBody",
)),*/
Remove the comments to this.In terms of you second question, check out this thread. [url= http://www.silverstripe.org/archive/show/186128#post186128]
Will covers it off well
| 1012 Views | ||
|
Page:
1
|
Go to Top |

