当前位置: 首页>>代码示例>>PHP>>正文


PHP editor_html函数代码示例

本文整理汇总了PHP中editor_html函数的典型用法代码示例。如果您正苦于以下问题:PHP editor_html函数的具体用法?PHP editor_html怎么用?PHP editor_html使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。


在下文中一共展示了editor_html函数的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。

示例1: stripslashes

" id="nw_height" required class="frm_input required" size="5"> px
        </td>
    </tr>
    <tr>
        <th scope="row"><label for="nw_subject">팝업 제목</label></th>
        <td>
            <input type="text" name="nw_subject" value="<?php 
echo stripslashes($nw['nw_subject']);
?>
" id="nw_subject" required class="frm_input required" size="80">
        </td>
    </tr>
    <tr>
        <th scope="row">내용</th>
        <td><?php 
echo editor_html('nw_content', $nw['nw_content']);
?>
</td>
    </tr>
    </tbody>
    </table>
</div>

<div class="btn_confirm01 btn_confirm">
    <input type="submit" value="확인" class="btn_submit" accesskey="s">
    <a href="./newwinlist.php">목록</a>
</div>
</form>

<script>
function frmnewwin_check(f)
开发者ID:eeewq123,项目名称:aaa,代码行数:31,代码来源:newwinform.php

示例2: date

		        <td>
		            <input type="text" name="su_end_time" value="<?php 
echo $surveys['su_end_time'];
?>
" id="su_end_time" required class="frm_input required" size="21" maxlength="19">
		            <input type="checkbox" name="su_end_chk" value="<?php 
echo date("Y-m-d 23:59:59", G5_SERVER_TIME + 60 * 60 * 24 * 7);
?>
" id="su_end_chk" onclick="if (this.checked == true) this.form.su_end_time.value=this.form.su_end_chk.value; else this.form.su_end_time.value = this.form.su_end_time.defaultValue;">
		            <label for="su_end_chk">종료일시를 오늘로부터 7일 후로</label>
		        </td>
		    </tr>
			<tr>
				<th scope="row">설문설명</th>
				<td><?php 
echo editor_html('su_content', get_text($surveys['su_content'], 0));
?>
</td>
			</tr>			
		</tbody>
	</table>
</div>

<div class="btn_confirm01 btn_confirm">
<?php 
if ($w == '') {
    ?>
	
    <input type="submit" value="다음" class="btn_submit" accesskey="s">
<?php 
} else {
开发者ID:dingdong2310,项目名称:g5_theme,代码行数:31,代码来源:surveysform.php

示例3: help

                <?php 
echo help("상품리스트 페이지 상단에 출력하는 HTML 내용입니다.");
?>
                <?php 
echo editor_html('ca_mobile_head_html', get_text($ca['ca_mobile_head_html'], 0));
?>
            </td>
        </tr>
        <tr>
            <th scope="row">모바일 하단내용</th>
            <td>
                <?php 
echo help("상품리스트 페이지 하단에 출력하는 HTML 내용입니다.");
?>
                <?php 
echo editor_html('ca_mobile_tail_html', get_text($ca['ca_mobile_tail_html'], 0));
?>
            </td>
        </tr>
        </tbody>
        </table>
    </div>
</section>

<?php 
echo $frm_submit;
?>

<section id="anc_scatefrm_extra">
    <h2>여분필드 설정</h2>
    <?php 
开发者ID:ned3y2k,项目名称:youngcart5,代码行数:31,代码来源:categoryform.php

示例4: stripslashes

" id="nw_height" required class="frm_input required" size="5"> px
        </td>
    </tr>
    <tr>
        <th scope="row"><label for="nw_subject">팝업 제목<strong class="sound_only"> 필수</strong></label></th>
        <td>
            <input type="text" name="nw_subject" value="<?php 
echo stripslashes($nw['nw_subject']);
?>
" id="nw_subject" required class="frm_input required" size="80">
        </td>
    </tr>
    <tr>
        <th scope="row"><label for="nw_content">내용</label></th>
        <td><?php 
echo editor_html('nw_content', get_text($nw['nw_content'], 0));
?>
</td>
    </tr>
    </tbody>
    </table>
</div>

<div class="btn_confirm01 btn_confirm">
    <input type="submit" value="확인" class="btn_submit" accesskey="s">
    <a href="./newwinlist.php">목록</a>
</div>
</form>

<script>
function frmnewwin_check(f)
开发者ID:davis00,项目名称:test,代码行数:31,代码来源:newwinform.php

示例5: editor_html

                <?php 
echo editor_html("bo_mobile_content_head", get_text($board['bo_mobile_content_head'], 0));
?>
            </td>
            <td class="td_grpset">
                <input type="checkbox" name="chk_grp_mobile_content_head" value="1" id="chk_grp_mobile_content_head">
                <label for="chk_grp_mobile_content_head">그룹적용</label>
                <input type="checkbox" name="chk_all_mobile_content_head" value="1" id="chk_all_mobile_content_head">
                <label for="chk_all_mobile_content_head">전체적용</label>
            </td>
        </tr>
        <tr>
            <th scope="row"><label for="bo_mobile_content_tail">모바일 하단 내용</label></th>
            <td>
                <?php 
echo editor_html("bo_mobile_content_tail", get_text($board['bo_mobile_content_tail'], 0));
?>
            </td>
            <td class="td_grpset">
                <input type="checkbox" name="chk_grp_mobile_content_tail" value="1" id="chk_grp_mobile_content_tail">
                <label for="chk_grp_mobile_content_tail">그룹적용</label>
                <input type="checkbox" name="chk_all_mobile_content_tail" value="1" id="chk_all_mobile_content_tail">
                <label for="chk_all_mobile_content_tail">전체적용</label>
            </td>
        </tr>
         <tr>
            <th scope="row"><label for="bo_insert_content">글쓰기 기본 내용</label></th>
            <td>
                <textarea id="bo_insert_content" name="bo_insert_content" rows="5"><?php 
echo $board['bo_insert_content'];
?>
开发者ID:kimyongyeon,项目名称:myproject,代码行数:31,代码来源:board_form.php

示例6: editor_html

				<th scope="row">모바일 상단내용</th>
				<td class="helper">모바일 상세설명 페이지 상단에 출력하는 HTML 내용입니다.</td>
			</tr>
			<tr>
				<td colspan="2" class="iframe"><?php 
    echo editor_html('it_mobile_head_html', get_text($it['it_mobile_head_html'], 0));
    ?>
</td>
			</tr>
			<tr>
				<th scope="row">모바일 하단내용</th>
				<td class="helper">모바일 상세설명 페이지 하단에 출력하는 HTML 내용입니다.</td>
			</tr>
			<tr>
				<td colspan="2" class="iframe"><?php 
    echo editor_html('it_mobile_tail_html', get_text($it['it_mobile_tail_html'], 0));
    ?>
</td>
			</tr>
			</tbody>
			</table>
		</div>
	</section>

	<?php 
    echo $frm_submit;
    ?>

	<?php 
    echo $pg_anchor;
    ?>
开发者ID:peb317,项目名称:gbamn,代码行数:31,代码来源:item.php

示例7: editor_html

" class="btn_frmline">내용보기</a><?php 
}
?>
        </td>
    </tr>
    <tr>
        <th scope="row">질문</th>
        <td><?php 
echo editor_html('fa_subject', $fa['fa_subject']);
?>
</td>
    </tr>
    <tr>
        <th scope="row">답변</th>
        <td><?php 
echo editor_html('fa_content', $fa['fa_content']);
?>
</td>
    </tr>
    </tbody>
    </table>
</div>

<div class="btn_confirm01 btn_confirm">
    <input type="submit" value="확인" class="btn_submit" accesskey="s">
    <a href="./faqlist.php?fm_id=<?php 
echo $fm_id;
?>
">목록</a>
</div>
开发者ID:eeewq123,项目名称:aaa,代码行数:30,代码来源:faqform.php

示例8: htmlspecialchars2

" class="btn btn-default" style="margin-top:5px"><i class="fa fa-reply"></i> 내용확인</a><?php 
}
?>
        </td>
    </tr>
    <tr>
        <td><label for="co_subject">제목</label>
		<input type="text" name="co_subject" value="<?php 
echo htmlspecialchars2($co['co_subject']);
?>
" id="co_subject" required class="form-control required" size="90"></td>
    </tr>
    <tr>
        <td><strong>내용</strong>
		<?php 
echo editor_html('co_content', get_text($co['co_content'], 0));
?>
		</td>
    </tr>
    <tr>
        <td><label for="co_skin">스킨 디렉토리<strong class="sound_only">필수</strong></label>
            <?php 
echo get_skin_select('content', 'co_skin', 'co_skin', $co['co_skin'], 'required');
?>
        </td>
    </tr>
    <tr>
        <td><label for="co_tag_filter_use">태그 필터링 사용</label>
            <?php 
echo help("내용에서 iframe 등의 태그를 사용하려면 사용안함으로 선택해 주십시오.");
?>
开发者ID:kimyongyeon,项目名称:myproject,代码行数:31,代码来源:contentform.php

示例9: conv_subject

echo $is['is_score'];
?>
점)</td>
    </tr>
    <tr>
        <th scope="row"><label for="is_subject">제목</label></th>
        <td><input type="text" name="is_subject" required class="required frm_input" id="is_subject" size="100"
        value='<?php 
echo conv_subject($is['is_subject'], 120);
?>
'></td>
    </tr>
    <tr>
        <th scope="row">내용</th>
        <td><?php 
echo editor_html('is_content', get_text($is['is_content'], 0));
?>
</td>
    </tr>
    <tr>
        <th scope="row">확인</th>
        <td>
            <input type="radio" name="is_confirm" value="1" id="is_confirm_yes" <?php 
echo $is_confirm_yes;
?>
>
            <label for="is_confirm_yes">예</label>
            <input type="radio" name="is_confirm" value="0" id="is_confirm_no" <?php 
echo $is_confirm_no;
?>
>
开发者ID:ned3y2k,项目名称:youngcart5,代码行数:31,代码来源:itemuseform.php

示例10: editor_html

    <colgroup>
        <col class="grid_4">
        <col>
    </colgroup>
    <tbody>
    <tr>
        <th scope="row"><label for="ma_subject">메일 제목<strong class="sound_only">필수</strong></label></th>
        <td><input type="text" name="ma_subject" value="<?php 
echo $ma['ma_subject'];
?>
" id="ma_subject" required class="required frm_input" size="100"></td>
    </tr>
    <tr>
        <th scope="row"><label for="ma_content">메일 내용<strong class="sound_only">필수</strong></label></th>
        <td><?php 
echo editor_html("ma_content", $ma['ma_content']);
?>
</td>
    </tr>
    </tbody>
    </table>
</div>

<div class="btn_confirm01 btn_confirm">
    <input type="submit" class="btn_submit" accesskey="s" value="확인">
</div>
</form>

<script>
function fmailform_check(f)
{
开发者ID:eeewq123,项目名称:aaa,代码行数:31,代码来源:mail_form.php

示例11: help

     <th scope="row">신규회원 쿠폰발행</th>
     <td>
          <?php echo help("신규회원에게 주문금액 할인 쿠폰을 발행하시려면 아래를 설정하십시오."); ?>
         <label for="de_member_reg_coupon_use">쿠폰발행</label>
         <input type="checkbox" name="de_member_reg_coupon_use" value="1" id="de_member_reg_coupon_use"<?php echo $default['de_member_reg_coupon_use']?' checked':''; ?>>
         <label for="de_member_reg_coupon_price">쿠폰할인금액</label>
         <input type="text" name="de_member_reg_coupon_price" value="<?php echo $default['de_member_reg_coupon_price']; ?>" id="de_member_reg_coupon_price" class="frm_input" size="10"> 원
         <label for="de_member_reg_coupon_minimum">주문최소금액</label>
         <input type="text" name="de_member_reg_coupon_minimum" value="<?php echo $default['de_member_reg_coupon_minimum']; ?>" id="de_member_reg_coupon_minimum" class="frm_input" size="10"> 원이상
         <label for="de_member_reg_coupon_term">쿠폰유효기간</label>
         <input type="text" name="de_member_reg_coupon_term" value="<?php echo $default['de_member_reg_coupon_term']; ?>" id="de_member_reg_coupon_term" class="frm_input" size="5"> 일
     </td>
 </tr>
 <tr>
     <th scope="row">비회원에 대한<br/>개인정보수집 내용</th>
     <td><?php echo editor_html('de_guest_privacy', get_text($default['de_guest_privacy'], 0)); ?></td>
 </tr>
 <tr>
     <th scope="row">MYSQL USER</th>
     <td><?php echo G5_MYSQL_USER; ?></td>
 </tr>
 <tr>
     <th scope="row">MYSQL DB</th>
     <td><?php echo G5_MYSQL_DB; ?></td>
 </tr>
 <tr>
     <th scope="row">서버 IP</th>
     <td><?php echo ($_SERVER['SERVER_ADDR']?$_SERVER['SERVER_ADDR']:$_SERVER['LOCAL_ADDR']); ?></td>
 </tr>
 </tbody>
 </table>
开发者ID:kojaehyuk,项目名称:kjhtest,代码行数:31,代码来源:configform.php

示例12: editor_html

}
?>
			<?php 
echo $it['it_name'];
?>
		</a>
	</div>
</div>

<h3>
	<i class="fa fa-comments"></i> Answer
</h3>

<div>
	<?php 
echo editor_html('iq_answer', $iq['iq_answer']);
?>
</div>

<br>

<p class="text-center">
    <button type="submit" accesskey='s' class="btn btn-danger">확인</button>
    <a href="<?php 
echo $list_href;
?>
" class="btn btn-primary">목록</a>
</p>

</form>
开发者ID:peb317,项目名称:gbamn,代码行数:30,代码来源:qaform.skin.php

示例13: apms_unpack

if ($skin_row['qa_' . MOBILE_ . 'set']) {
    $wset = apms_unpack($skin_row['qa_' . MOBILE_ . 'set']);
}
// 데모
if ($is_demo) {
    @(include THEMA_PATH . '/assets/demo.config.php');
}
$skin_path = G5_SKIN_PATH . '/apms/qa/' . $skin_name;
$skin_url = G5_SKIN_URL . '/apms/qa/' . $skin_name;
if ($move) {
    include_once './_head.php';
} else {
    include_once G5_PATH . '/head.sub.php';
    @(include_once THEMA_PATH . '/head.sub.php');
}
$is_dhtml_editor = false;
// 모바일에서는 DHTML 에디터 사용불가
if ($config['cf_editor'] && !G5_IS_MOBILE) {
    $is_dhtml_editor = true;
}
$editor_html = editor_html('iq_answer', get_text($qa['iq_answer'], 0), $is_dhtml_editor);
$editor_js = '';
$editor_js .= get_editor_js('iq_answer', $is_dhtml_editor);
$editor_js .= chk_editor_js('iq_answer', $is_dhtml_editor);
include_once $skin_path . '/qansform.skin.php';
if ($move) {
    include_once './_tail.php';
} else {
    @(include_once THEMA_PATH . '/tail.sub.php');
    include_once G5_PATH . '/tail.sub.php';
}
开发者ID:peb317,项目名称:gbamn,代码行数:31,代码来源:itemqansform.php

示例14: help

    <tbody>
    <tr>
        <th scope="row"><label for="fa_order">출력순서</label></th>
        <td>
            <?php echo help('숫자가 작을수록 FAQ 페이지에서 먼저 출력됩니다.'); ?>
            <input type="text" name="fa_order" value="<?php echo $fa['fa_order']; ?>" id="fa_order" class="frm_input" maxlength="10" size="10">
            <?php if ($w == 'u') { ?><a href="<?php echo G5_BBS_URL; ?>/faq.php?fm_id=<?php echo $fm_id; ?>" class="btn_frmline">내용보기</a><?php } ?>
        </td>
    </tr>
    <tr>
        <th scope="row">질문</th>
        <td><?php echo editor_html('fa_subject', get_text($fa['fa_subject'], 0)); ?></td>
    </tr>
    <tr>
        <th scope="row">답변</th>
        <td><?php echo editor_html('fa_content', get_text($fa['fa_content'], 0)); ?></td>
    </tr>
    </tbody>
    </table>
</div>

<div class="btn_confirm01 btn_confirm">
    <input type="submit" value="확인" class="btn_submit" accesskey="s">
    <a href="./faqlist.php?fm_id=<?php echo $fm_id; ?>">목록</a>
</div>

</form>

<script>
function frmfaqform_check(f)
{
开发者ID:kojaehyuk,项目名称:kjhtest,代码行数:31,代码来源:faqform.php

示例15: editor_html

?>
            </td>
        </tr>
        <tr>
            <th scope="row"><label for="qa_mobile_content_head">모바일 상단 내용</label></th>
            <td>
                <?php 
echo editor_html("qa_mobile_content_head", get_text($qaconfig['qa_mobile_content_head'], 0));
?>
            </td>
        </tr>
        <tr>
            <th scope="row"><label for="qa_mobile_content_tail">모바일 하단 내용</label></th>
            <td>
                <?php 
echo editor_html("qa_mobile_content_tail", get_text($qaconfig['qa_mobile_content_tail'], 0));
?>
            </td>
        </tr>
        <tr>
            <th scope="row"><label for="qa_insert_content">글쓰기 기본 내용</label></th>
            <td>
                <textarea id="qa_insert_content" name="qa_insert_content" rows="5"><?php 
echo $qaconfig['qa_insert_content'];
?>
</textarea>
            </td>
        </tr>
        <?php 
for ($i = 1; $i <= 5; $i++) {
    ?>
开发者ID:khk0613,项目名称:YHK,代码行数:31,代码来源:qa_config.php


注:本文中的editor_html函数示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。