<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[TNF : Tatter Network Foundation forum - more-less 기본값을 펼침으로 하고 싶습니다.]]></title>
	<link rel="self" href="http://forum.tattersite.com/ko/extern.php?action=feed&amp;tid=6810&amp;type=atom"/>
	<updated>2008-10-17T14:41:14Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.tattersite.com/ko/viewtopic.php?id=6810</id>
		<entry>
			<title type="html"><![CDATA[RSS 답글: more-less 기본값을 펼침으로 하고 싶습니다.]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=30954#p30954"/>
			<content type="html"><![CDATA[<p>캬~~~ 완벽하네요.<br />정말x100 감사합니다, 존경합니다, 사랑합니다, 결혼합니다(응?)</p>]]></content>
			<author>
				<name><![CDATA[okto79]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=1782</uri>
			</author>
			<updated>2008-10-17T14:41:14Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=30954#p30954</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: more-less 기본값을 펼침으로 하고 싶습니다.]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=30951#p30951"/>
			<content type="html"><![CDATA[<p>포매터를 수정하시려면 tc/plugins/FM_TTML 디렉토리의 ttml.php 23 line</p><div class="codebox"><pre><code>$content .= &quot;&lt;p id=\&quot;more{$id}_$no\&quot; class=\&quot;moreless_fold\&quot;&gt;&lt;span style=\&quot;cursor: pointer;\&quot; onclick=\&quot;toggleMoreLess(this, &#039;{$id}_$no&#039;,&#039;$more2&#039;,&#039;$less2&#039;); return false;\&quot;&gt;$more&lt;/span&gt;&lt;/p&gt;&lt;div id=\&quot;content{$id}_$no\&quot; class=\&quot;moreless_content\&quot; style=\&quot;display: none;\&quot;&gt;$full&lt;/div&gt;&quot;;</code></pre></div><p>를 다음처럼 수정하시면 될 것 같습니다.</p><div class="codebox"><pre><code>$content .= &quot;&lt;p id=\&quot;more{$id}_$no\&quot; class=\&quot;moreless_top\&quot;&gt;&lt;span style=\&quot;cursor: pointer;\&quot; onclick=\&quot;toggleMoreLess(this, &#039;{$id}_$no&#039;,&#039;$more2&#039;,&#039;$less2&#039;); return false;\&quot;&gt;$less&lt;/span&gt;&lt;/p&gt;&lt;div id=\&quot;content{$id}_$no\&quot; class=\&quot;moreless_content\&quot; style=\&quot;display: block;\&quot;&gt;$full&lt;/div&gt;&lt;p id=\&quot;less{$id}_$no\&quot; class=\&quot;moreless_bottom\&quot;&gt;&lt;span onclick=\&quot;toggleMoreLess(this, &#039;{$id}_$no&#039;, &#039;$more2&#039;, &#039;$less2&#039;); return false;\&quot; style=\&quot;cursor: pointer;\&quot;&gt;$less&lt;/span&gt;&lt;/p&gt;&quot;;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[심민규]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=420</uri>
			</author>
			<updated>2008-10-17T14:26:20Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=30951#p30951</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: more-less 기본값을 펼침으로 하고 싶습니다.]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=30949#p30949"/>
			<content type="html"><![CDATA[<p>미묘하게 어려운 문제네요...<br />해당 div는 TTML 포매터에서 코드를 해석하는 시점에 안보이게 되어버리기 때문에<br />포매터 코드를 수정하시거나 <br />아니면 페이지가 로딩된 후 moreless_top, moreless_content, moreless_bottom을 DOM으로 수정해주셔야 할 것 같습니다.</p>]]></content>
			<author>
				<name><![CDATA[심민규]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=420</uri>
			</author>
			<updated>2008-10-17T14:02:26Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=30949#p30949</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[more-less 기본값을 펼침으로 하고 싶습니다.]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=30934#p30934"/>
			<content type="html"><![CDATA[<p>평소에는 길이가 긴 본문을 줄이기 위한 이유로 more|less 기능을 사용하곤 합니다.<br />이 기능을 사용하되 기본값을 펼침으로 지정하는 방법을 알고 싶습니다.<br />몇가지 이유가 있습니다만 인쇄가 가장 큰 이유입니다. 접힌상태로 인쇄가 되어 나오더군요.<br />또 페이지 스냅샷이미지를 일괄 생성할때도 접힌상태로 만들어집니다. 일일이 손이 가니까 여간 불편한게 아니네요.</p>]]></content>
			<author>
				<name><![CDATA[okto79]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=1782</uri>
			</author>
			<updated>2008-10-17T03:58:17Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=30934#p30934</id>
		</entry>
</feed>
