當前位置: 首頁>>代碼示例>>PHP>>正文


PHP showMiniEditor函數代碼示例

本文整理匯總了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>
開發者ID:Maplecms,項目名稱:shopnc-api,代碼行數:31,代碼來源:theme.edit_themepoll.php

示例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>
開發者ID:uwitec,項目名稱:xbshop,代碼行數:31,代碼來源:theme.new_theme.php

示例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'] . '&nbsp;' . $output['answer']['reply_id'] . '&nbsp;' . $lang['circle_floor'] . '&nbsp;' . $output['answer']['member_name'] . '&nbsp;' . $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>
開發者ID:mengtaolin,項目名稱:shopping,代碼行數:31,代碼來源:theme.edit_reply.php

示例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>
開發者ID:Maplecms,項目名稱:shopnc-yhmall,代碼行數:31,代碼來源:theme.detail.php

示例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'] . '&nbsp;' . $output['answer']['reply_id'] . '&nbsp;' . $lang['circle_floor'] . '&nbsp;' . $output['answer']['member_name'] . '&nbsp;' . $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>
開發者ID:mengtaolin,項目名稱:shopping,代碼行數:31,代碼來源:theme.reply.php


注:本文中的showMiniEditor函數示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。