本文整理匯總了PHP中showMiniEditor函數的典型用法代碼示例。如果您正苦於以下問題:PHP showMiniEditor函數的具體用法?PHP showMiniEditor怎麽用?PHP showMiniEditor使用的例子?那麽, 這裏精選的函數代碼示例或許可以為您提供幫助。
在下文中一共展示了showMiniEditor函數的5個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。
示例1: showMiniEditor
?>
" class="option">
</p>
<?php
}
?>
<?php
}
?>
<a href="javascript:void(0);" nctype="addpolloption" class="btn"><i></i><?php
echo $lang['circle_add_new'];
?>
</a> </div>
</div>
<?php
echo showMiniEditor('themecontent', $output['theme_info']['theme_content'], 'all', $output['affix_list'], 'goods', $output['goods_list'], $output['readperm'], $output['theme_info']['theme_readperm']);
?>
<div class="bottom"> <a class="submit-btn" nctype="theme_submit" href="Javascript: void(0)"><?php
echo $lang['nc_edit_theme'];
?>
</a> <a class="cancel-btn" nctype="theme_cancle" href="Javascript:history.go(-1);"><?php
echo $lang['nc_cancel'];
?>
</a>
<div id="warning"></div>
</div>
</div>
</div>
</form>
</div>
</div>
示例2: showMiniEditor
}
?>
<?php
}
?>
</select>
</span></label>
<label><span class="t"><?php
echo $lang['nc_title'] . $lang['nc_colon'];
?>
</span><span class="i">
<input name="name" type="text" class="text" />
</span></label>
</div>
<?php
echo showMiniEditor('themecontent', '', 'all', array(), 'goods', array(), $output['readperm']);
?>
<div class="bottom"> <a class="submit-btn" nctype="theme_submit" href="Javascript: void(0)"><?php
echo $lang['nc_release_new_theme'];
?>
</a> <a class="cancel-btn" nctype="theme_cancle" href="Javascript:history.go(-1);"><?php
echo $lang['nc_cancel'];
?>
</a>
<div id="warning"></div>
</div>
</div>
</div>
</form>
</div>
</div>
示例3: showMiniEditor
<input type="hidden" name="form_submit" value="ok" />
<div class="quick-thread">
<div class="quick-thread-box">
<div class="title">
<label><span class="t">RE:
<?php
if (!empty($output['answer'])) {
echo $lang['circle_reply'] . ' ' . $output['answer']['reply_id'] . ' ' . $lang['circle_floor'] . ' ' . $output['answer']['member_name'] . ' ' . $lang['circle_of_reply'];
} else {
echo $output['theme_info']['theme_name'];
}
?>
</span></label>
</div>
<?php
echo showMiniEditor('replycontent', $output['reply_info']['reply_content'], 'all', $output['affix_list'], 'goods', $output['goods_list']);
?>
<div class="bottom"> <a class="submit-btn" nctype="reply_submit" href="Javascript: void(0)"><?php
echo $lang['nc_edit_reply'];
?>
</a> <a class="cancel-btn" href="Javascript:history.go(-1);" nctype="theme_cancle"><?php
echo $lang['nc_cancel'];
?>
</a>
<div id="warning"></div>
</div>
</div>
</div>
</form>
</div>
</div>
示例4: showMiniEditor
?>
"/></div>
</div>
<form method="post" id="reply_form" action="<?php
echo CIRCLE_SITE_URL;
?>
/index.php?act=theme&op=save_reply&c_id=<?php
echo $output['c_id'];
?>
&t_id=<?php
echo $output['t_id'];
?>
">
<input type="hidden" name="form_submit" value="ok" />
<?php
echo showMiniEditor('replycontent', '', 'hQuickReply');
?>
<div class="bottom"> <a class="submit-btn" nctype="reply_submit" href="Javascript: void(0)"><?php
echo $lang['nc_release_reply'];
?>
</a>
<div id="warning"></div>
</div>
</form>
<div class="clear"></div>
</div>
</div>
<?php
require_once circle_template('group.sidebar');
?>
<div class="clear"></div>
示例5: showMiniEditor
?>
<div class="quick-thread">
<div class="quick-thread-box">
<div class="title">
<label><span class="t">RE:
<?php
if (!empty($output['answer'])) {
echo $lang['circle_reply'] . ' ' . $output['answer']['reply_id'] . ' ' . $lang['circle_floor'] . ' ' . $output['answer']['member_name'] . ' ' . $lang['circle_of_reply'];
} else {
echo $output['theme_info']['theme_name'];
}
?>
</span></label>
</div>
<?php
echo showMiniEditor('replycontent', '', 'all', $output['affix_list'], 'goods', array());
?>
<div class="bottom"> <a class="submit-btn" nctype="reply_submit" href="Javascript: void(0)"><?php
echo $lang['nc_reply_theme'];
?>
</a> <a class="cancel-btn" href="Javascript:history.go(-1);" nctype="theme_cancle"><?php
echo $lang['nc_cancel'];
?>
</a>
<div id="warning"></div>
</div>
</div>
</div>
</form>
</div>
</div>