_ico.createIco 創(chuàng)建圖標(biāo)

2018-02-07 15:03 更新
  • 函數(shù)原型

/* 創(chuàng)建圖標(biāo)

 * @object  data     需要?jiǎng)?chuàng)建的圖標(biāo)的數(shù)據(jù)

* 注意:此函數(shù)只在前端桌面上創(chuàng)建data數(shù)據(jù)的圖標(biāo),后端在提供data數(shù)據(jù)時(shí)已經(jīng)創(chuàng)建完成

 */

_ico.createIco=function(data){

//添加ico數(shù)據(jù)

_ico.removeIcoid(data.icoid); //如果已經(jīng)存在,先刪除

_config.sourceids.icos.push(data.icoid);

_config.sourcedata.icos[data.icoid]=data; //添加前端數(shù)據(jù)

_ico.appendIcoids([data.icoid]);          //創(chuàng)建圖標(biāo)

};

以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)