這篇文章將為大家詳細(xì)講解有關(guān)HTML中如何使用上傳圖片插件、圖文編輯、時間插件,小編覺得挺實用的,因此分享給大家做個參考,希望大家閱讀完這篇文章后可以有所收獲。
創(chuàng)新互聯(lián)建站是一家以網(wǎng)絡(luò)技術(shù)公司,為中小企業(yè)提供網(wǎng)站維護、成都網(wǎng)站制作、網(wǎng)站建設(shè)、網(wǎng)站備案、服務(wù)器租用、域名注冊、軟件開發(fā)、微信小程序定制開發(fā)等企業(yè)互聯(lián)網(wǎng)相關(guān)業(yè)務(wù),是一家有著豐富的互聯(lián)網(wǎng)運營推廣經(jīng)驗的科技公司,有著多年的網(wǎng)站建站經(jīng)驗,致力于幫助中小企業(yè)在互聯(lián)網(wǎng)讓打出自已的品牌和口碑,讓企業(yè)在互聯(lián)網(wǎng)上打開一個面向全國乃至全球的業(yè)務(wù)窗口:建站咨詢電話:18980820575
var editor;
KindEditor.ready(function (K) {
editor = K.create('textarea[name="jianjie"]', {
uploadJson: '{:U("Base/upload")}',
allowFileManager: true
});
});
KindEditor.ready(function (K) {
editor = K.create('textarea[name="rule"]', {
uploadJson: '{:U("Base/upload")}',
allowFileManager: true
});
});
KindEditor.ready(function (K) {
editor = K.create('textarea[name="lide"]', {
uploadJson: '{:U("Base/upload")}',
allowFileManager: true
});
});
jQuery(document).ready(function(){
jQuery("#formID").validationEngine();
});
KindEditor.ready(function(K) {
var editor = K.editor({
uploadJson : '{:U("Base/upload")}',
allowFileManager : true
});
K('#p_w_picpath2').click(function() {
editor.loadPlugin('p_w_picpath', function() {
editor.plugin.p_w_picpathDialog({
p_w_picpathUrl : K('#pic_reply').val(),
clickFn : function(url, title, width, height, border, align) {
K('#pic_reply').val(url);
editor.hideDialog();
}
});
});
});
K('#p_w_picpath3').click(function () {
editor.loadPlugin('p_w_picpath', function () {
editor.plugin.p_w_picpathDialog({
p_w_picpathUrl: K('#pic_head').val(),
clickFn: function (url, title, width, height, border, align) {
K('#pic_head').val(url);
editor.hideDialog();
}
});
});
});
K('#p_w_picpath4').click(function () {
editor.loadPlugin('p_w_picpath', function () {
editor.plugin.p_w_picpathDialog({
p_w_picpathUrl: K('#pic_center').val(),
clickFn: function (url, title, width, height, border, align) {
K('#pic_center').val(url);
editor.hideDialog();
}
});
});
});
});
關(guān)于“HTML中如何使用上傳圖片插件、圖文編輯、時間插件”這篇文章就分享到這里了,希望以上內(nèi)容可以對大家有一定的幫助,使各位可以學(xué)到更多知識,如果覺得文章不錯,請把它分享出去讓更多的人看到。