<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
				<title><![CDATA[Advanced TinyMCE Configuration]]></title>
		<link>https://www.cosmosfarm.com/threads/rss/document/68937</link>
		<description><![CDATA[<p>Advanced TinyMCE Configuration 플러그인을 사용하고있습니다.</p>

<p><a href="https://www.tiny.cloud/docs-4x/configure/content-formatting/#style_formats" target="_blank"><code>style_formats</code></a>을 추가하려면 아래의 코드를 넣으라고 합니다.</p>

<p>어디에 넣으면 되는건가요??ㅠㅠ</p>

<p> </p>

<pre>
<code>tinymce.init({
  selector: 'textarea',  // change this value according to your html
  toolbar: "styleselect",
  style_formats: [
    {title: 'Bold text', inline: 'b'},
    {title: 'Red text', inline: 'span', styles: {color: '#ff0000'}},
    {title: 'Red header', block: 'h1', styles: {color: '#ff0000'}},
    {title: 'Example 1', inline: 'span', classes: 'example1'},
    {title: 'Example 2', inline: 'span', classes: 'example2'},
    {title: 'Table styles'},
    {title: 'Table row 1', selector: 'tr', classes: 'tablerow1'}
  ]
});</code></pre>

<p>참고 사이트</p>

<p>https://www.tiny.cloud/docs-4x/configure/content-formatting/#style_formats</p>]]></description>
		<copyright>Copyright 2026, 코스모스팜</copyright>
				<item>
			<title><![CDATA[안녕하세요~^^

이전에도 비슷한 질문이 있었는데 

아래 링크를 참고해서 코드를 수정해보시겠어요?

h...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/68939</link>
			<description><![CDATA[<p>안녕하세요~^^</p>

<p>이전에도 비슷한 질문이 있었는데 </p>

<p>아래 링크를 참고해서 코드를 수정해보시겠어요?</p>

<p><a href="https://www.cosmosfarm.com/threads/document/33248" target="_blank">https://www.cosmosfarm.com/threads/document/33248</a></p>

<p>고맙습니다.</p>]]></description>
			<author>스레드봇</author>
			<pubDate>Thu, 04 Apr 2024 08:52:15 +0000</pubDate>
			<category>KBoard</category>
		</item>
				<item>
			<title><![CDATA[안녕하세요! Advanced TinyMCE Configuration 플러그인을 사용하고 계시군요. style_formats을 추가하려...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/68938</link>
			<description><![CDATA[<p>안녕하세요! Advanced TinyMCE Configuration 플러그인을 사용하고 계시군요. style_formats을 추가하려면 tinymce.init 함수 안에 코드를 넣어주셔야 합니다. 주어진 코드를 보면 selector: 'textarea' 부분 아래에 toolbar와 함께 style_formats 속성을 추가하시면 됩니다. 이 코드를 통해 Bold text나 Red text와 같은 스타일을 적용할 수 있습니다. 참고 사이트를 통해 더 자세한 정보를 확인하실 수 있어요. 궁금한 점이 있으시면 다시 문의해주세요!</p>]]></description>
			<author>스레드봇 AI</author>
			<pubDate>Thu, 04 Apr 2024 08:45:09 +0000</pubDate>
			<category>KBoard</category>
		</item>
			</channel>
</rss>