Re: Re: Re: FCKeditorをデフォで有効に
投稿ツリー
-
FCKeditorをデフォで有効に (なーお, 2011/5/4 0:37)
-
Re: FCKeditorをデフォで有効に (nouphet, 2011/5/4 1:13)
-
Re: Re: FCKeditorをデフォで有効に (nouphet, 2011/5/4 1:39)
-
Re: Re: FCKeditorをデフォで有効に (なーお, 2011/5/4 1:51)
-
Re: Re: Re: FCKeditorをデフォで有効に (nouphet, 2011/5/4 2:02)
-
-
Re: Re: Re: FCKeditorをデフォで有効に (nouphet, 2011/5/4 1:56)
-
Re: Re: Re: FCKeditorをデフォで有効に (なーお, 2011/5/4 1:59)
-
-
-
-
Re: FCKeditorをデフォで有効に (nouphet, 2011/5/4 2:16)
-
Re: FCKeditorをデフォで有効に (なーお, 2011/5/4 14:57)
-
-
nouphet
投稿数: 5

追伸です。
ここを変えればいいんですよね?
引用:
<{if $allow_html}>
<input type="checkbox" name="dohtml" id="dohtml" value="1" <{if $yd_data.dohtml==1}>checked<{/if}> />
<{$smarty.const._MD_DO_HTML}><br />
<{else}>
<input type="hidden" name="dohtml" id="dohtml" value="0" />
<{/if}>
理想としては、HTMLが有効になっている状態で、HTML有効のチェックボタンのオプションが見えなくっているとうれしいのです。そうするには上記のコードを
引用:
<input type="hidden" name="dohtml" id="dohtml" value="1" />
とすればデフォでONになると思うのですが、このオプションを見えなくするにはどうすればいいのでしょうか?
投票数:0
平均点:0.00
返信する