本文整理汇总了PHP中get_editor_js函数的典型用法代码示例。如果您正苦于以下问题:PHP get_editor_js函数的具体用法?PHP get_editor_js怎么用?PHP get_editor_js使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了get_editor_js函数的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: frmfaqform_check
<script>
function frmfaqform_check(f)
{
errmsg = "";
errfld = "";
//check_field(f.fa_subject, "제목을 입력하세요.");
//check_field(f.fa_content, "내용을 입력하세요.");
if (errmsg != "")
{
alert(errmsg);
errfld.focus();
return false;
}
<?php
echo get_editor_js('fa_subject');
?>
<?php
echo get_editor_js('fa_content');
?>
return true;
}
// document.getElementById('fa_order').focus(); 포커스 해제
</script>
<?php
include_once G5_ADMIN_PATH . '/admin.tail.php';
示例2: sql_fetch
}
if ($w == "u") {
$qa = sql_fetch(" select * from {$g5['g5_shop_item_qa_table']} where iq_id = '{$iq_id}' ");
if (!$qa) {
alert_close("상품문의 정보가 없습니다.");
}
$it_id = $qa['it_id'];
if (!$iq_admin && $qa['mb_id'] != $member['mb_id']) {
alert_close("자신의 상품문의만 수정이 가능합니다.");
}
if ($qa['iq_secret']) {
$chk_secret = 'checked="checked"';
}
}
include_once G5_PATH . '/head.sub.php';
$is_dhtml_editor = false;
// 모바일에서는 DHTML 에디터 사용불가
if ($config['cf_editor'] && (!is_mobile() || defined('G5_IS_MOBILE_DHTML_USE') && G5_IS_MOBILE_DHTML_USE)) {
$is_dhtml_editor = true;
}
$editor_html = editor_html('iq_question', get_text($qa['iq_question'], 0), $is_dhtml_editor);
$editor_js = '';
$editor_js .= get_editor_js('iq_question', $is_dhtml_editor);
$editor_js .= chk_editor_js('iq_question', $is_dhtml_editor);
$itemqaform_skin = G5_MSHOP_SKIN_PATH . '/itemqaform.skin.php';
if (!file_exists($itemqaform_skin)) {
echo str_replace(G5_PATH . '/', '', $itemqaform_skin) . ' 스킨 파일이 존재하지 않습니다.';
} else {
include_once $itemqaform_skin;
}
include_once G5_PATH . '/tail.sub.php';
示例3: fboardform_submit
}
}
function fboardform_submit(f)
{
<?php
echo get_editor_js("bo_content_head");
?>
<?php
echo get_editor_js("bo_content_tail");
?>
<?php
echo get_editor_js("bo_mobile_content_head");
?>
<?php
echo get_editor_js("bo_mobile_content_tail");
?>
if (parseInt(f.bo_count_modify.value) < 0) {
alert("원글 수정 불가 댓글수는 0 이상 입력하셔야 합니다.");
f.bo_count_modify.focus();
return false;
}
if (parseInt(f.bo_count_delete.value) < 1) {
alert("원글 삭제 불가 댓글수는 1 이상 입력하셔야 합니다.");
f.bo_count_delete.focus();
return false;
}
return true;
示例4: frmcontentform_check
</form>
<script>
function frmcontentform_check(f)
{
errmsg = "";
errfld = "";
<?php
echo get_editor_js('co_content');
?>
<?php
echo chk_editor_js('co_content');
?>
<?php
echo get_editor_js('co_mobile_content');
?>
check_field(f.co_id, "ID를 입력하세요.");
check_field(f.co_subject, "제목을 입력하세요.");
check_field(f.co_content, "내용을 입력하세요.");
if (errmsg != "") {
alert(errmsg);
errfld.focus();
return false;
}
return true;
}
</script>
<?php
示例5: fboardform_submit
";
} else {
f.bo_read_point.value = f.bo_read_point.defaultValue;
f.bo_write_point.value = f.bo_write_point.defaultValue;
f.bo_comment_point.value = f.bo_comment_point.defaultValue;
f.bo_download_point.value = f.bo_download_point.defaultValue;
}
}
function fboardform_submit(f)
{
<?php
echo get_editor_js("bo_content_head");
?>
<?php
echo get_editor_js("bo_content_tail");
?>
if (parseInt(f.bo_count_modify.value) < 0) {
alert("원글 수정 불가 댓글수는 0 이상 입력하셔야 합니다.");
f.bo_count_modify.focus();
return false;
}
if (parseInt(f.bo_count_delete.value) < 1) {
alert("원글 삭제 불가 댓글수는 1 이상 입력하셔야 합니다.");
f.bo_count_delete.focus();
return false;
}
return true;
示例6: frmnewwin_check
</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)
{
errmsg = "";
errfld = "";
<?php
echo get_editor_js('nw_content');
?>
check_field(f.nw_subject, "제목을 입력하세요.");
if (errmsg != "") {
alert(errmsg);
errfld.focus();
return false;
}
return true;
}
</script>
<?php
include_once G5_ADMIN_PATH . '/admin.tail.php';
示例7: 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';
}
示例8: fitemqaform_submit
</textarea></td> -->
</tr>
</tbody>
</table>
</div>
<div class="btn_confirm01 btn_confirm">
<input type="submit" accesskey='s' value="확인" class="btn_submit">
<a href="./itemqalist.php?<?php
echo $qstr;
?>
">목록</a>
</div>
</form>
<script>
function fitemqaform_submit(f)
{
<?php
echo get_editor_js('iq_question');
?>
<?php
echo get_editor_js('iq_answer');
?>
return true;
}
</script>
<?php
include_once G5_ADMIN_PATH . '/admin.tail.php';
示例9: frmsurveys_check
<input type="submit" value="확인" class="btn_submit" accesskey="s">
<?php
}
?>
<a href="./surveyslist.php">목록</a>
</div>
</form>
<script type="text/javascript">
function frmsurveys_check(f){
errmsg = "";
errfld = "";
<?php
echo get_editor_js('su_content');
?>
check_field(f.su_subject, "제목을 입력하세요.");
if (errmsg != "") {
alert(errmsg);
errfld.focus();
return false;
}
return true;
}
</script>
<?php
include_once G5_ADMIN_PATH . '/admin.tail.php';
示例10: editor_html
echo editor_html('fm_tail_html', $fm['fm_tail_html']);
?>
</td>
</tr>
</tbody>
</table>
</div>
<div class="btn_confirm01 btn_confirm">
<input type="submit" value="확인" class="btn_submit" accesskey="s">
<a href="./faqmasterlist.php">목록</a>
</div>
</form>
<script>
function frmfaqmasterform_check(f)
{
<?php
echo get_editor_js('fm_head_html');
?>
<?php
echo get_editor_js('fm_tail_html');
?>
}
// document.frmfaqmasterform.fm_subject.focus();
</script>
<?php
include_once G5_ADMIN_PATH . '/admin.tail.php';
示例11: fmailform_check
<script>
function fmailform_check(f)
{
errmsg = "";
errfld = "";
check_field(f.ma_subject, "제목을 입력하세요.");
//check_field(f.ma_content, "내용을 입력하세요.");
if (errmsg != "") {
alert(errmsg);
errfld.focus();
return false;
}
<?php
echo get_editor_js("ma_content");
?>
<?php
echo chk_editor_js("ma_content");
?>
return true;
}
document.fmailform.ma_subject.focus();
</script>
<?php
include_once './admin.tail.php';
示例12: fconfig_check
echo $frm_submit;
?>
</div>
</form>
<script>
function fconfig_check(f)
{
<?php
echo get_editor_js('de_baesong_content');
?>
<?php
echo get_editor_js('de_change_content');
?>
<?php
echo get_editor_js('de_guest_privacy');
?>
return true;
}
$(function() {
$(".pg_info_fld").hide();
$(".pg_vbank_url").hide();
<?php
if ($default['de_pg_service']) {
?>
$(".<?php
echo $default['de_pg_service'];
?>
_info_fld").show();
示例13: fitemuseform_submit
?>
>
<label for="is_confirm_no">아니오</label>
</td>
</tr>
</tbody>
</table>
</div>
<div class="btn_confirm01 btn_confirm">
<input type="submit" value="확인" class="btn_submit" accesskey="s">
<a href="./itemuselist.php?<?php
echo $qstr;
?>
">목록</a>
</div>
</form>
<script>
function fitemuseform_submit(f)
{
<?php
echo get_editor_js('is_content');
?>
return true;
}
</script>
<?php
include_once G5_ADMIN_PATH . '/admin.tail.php';
示例14: g5_editor_to_text
ed = ed.replace(/[&]nbsp[;]/gi,"");
ed = ed.replace(/[<]br[^>]*[>]/gi, "");
ed = ed.replace(/[<]div[^>]*[>]/gi, "");
ed = ed.replace(/[<][\/]div[^>]*[>]/gi, "");
ed = ed.replace(/\s/g, "");
return !ed;
}
<?php
if (is_g5()) {
?>
function g5_editor_to_text()
{
<?php
echo get_editor_js('wr_content', $is_comment_editor);
?>
}
<?php
}
?>
function fviewcomment_submit(f)
{
var pattern = /(^\s*)|(\s*$)/g; // \s 공백 문자
/*
var s;
if (s = word_filter_check(document.getElementById('wr_content').value))
{
alert("내용에 금지단어('"+s+"')가 포함되어있습니다");
示例15: get_editor_js
var ev_item = it_id = "";
$("#reg_item_list input[name='it_id[]']").each(function() {
it_id = $(this).val();
if(it_id == "")
return true;
item.push(it_id);
});
if(item.length > 0)
ev_item = item.join();
$("input[name=ev_item]").val(ev_item);
<?php
echo get_editor_js('ev_head_html');
?>
<?php
echo get_editor_js('ev_tail_html');
?>
return true;
}
/* document.feventform.ev_subject.focus(); 포커스해제*/
</script>
<?php
include_once G5_ADMIN_PATH . '/admin.tail.php';