Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Where can I change default indent/outdent value of RTE from 30px to 2em?
Who can tell me, thanks.
you can relate a stylesheet inside the data type for the RTE. In this (custom) stylesheet you can do something like:body {
margin: 2em;
}
or if you mean you want to control the blockquote style you can do that there too.
It is not what I mean. The Indent/Outdent is button on the RTE's toolbar. I just want to change default value from 30px to 2em when I click the button.
I suggest give a input box to set the value of indent/outdent. it can be px or em as unit.
Hmm, I see, it is not producing blockquotes for paragraphs but inline CSS.
To change it to 2em you can add a customconfig to the tinymceconfig.config file. All the way to the bottom add:
<config key="indentation">2em</config>
In the customconfig section.
Hi,
This is a TinyMCE setting - you can adjust it by editing /config/tinyMceConfig.config and adding this line to <customConfig> section:
...and touch your web.config to apply the changes.
See http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/indentation for more info
Thanks,Tom
no, your way can do nothing.but thanks for your reply.
Hmm..it works here on 4.5.2 in Firefox :) Did you recycle the web application to apply the changes?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Where can I change default indent/outdent value of RTE from 30px to 2em?
Where can I change default indent/outdent value of RTE from 30px to 2em?
Who can tell me, thanks.
you can relate a stylesheet inside the data type for the RTE. In this (custom) stylesheet you can do something like:
body {
margin: 2em;
}
or if you mean you want to control the blockquote style you can do that there too.
It is not what I mean. The Indent/Outdent is button on the RTE's toolbar. I just want to change default value from 30px to 2em when I click the button.
I suggest give a input box to set the value of indent/outdent. it can be px or em as unit.
Hmm, I see, it is not producing blockquotes for paragraphs but inline CSS.
To change it to 2em you can add a customconfig to the tinymceconfig.config file. All the way to the bottom add:
In the customconfig section.
Hi,
This is a TinyMCE setting - you can adjust it by editing /config/tinyMceConfig.config and adding this line to <customConfig> section:
...and touch your web.config to apply the changes.
See http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/indentation for more info
Thanks,
Tom
no, your way can do nothing.but thanks for your reply.
Hmm..it works here on 4.5.2 in Firefox :) Did you recycle the web application to apply the changes?
is working on a reply...