本文整理汇总了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>