• <menu id="w2i4a"></menu>
  • logo jQuery EasyUI使用教程

    文檔首頁>>jQuery EasyUI使用教程>>jQuery EasyUI使用教程:格式化組合框項

    jQuery EasyUI使用教程:格式化組合框項


    Kendo UI for jQuery——創(chuàng)建現(xiàn)代Web應(yīng)用程序的最完整UI庫!查看詳情>>>

    本教程向您展示如何創(chuàng)建一個簡單的組合框,并讓它在下拉框中顯示圖片項。您可以在組合框中使用formatter函數(shù)來告訴它如何格式化每一個條目。

    創(chuàng)建樹形下拉框

    創(chuàng)建圖像組合框

    <input id="cc" style="width:100px"
    url="data/combobox_data.json"
    valueField="id" textField="text">
    </input>
    $('#cc').combobox({
    formatter:function(row){
    var imageFile = 'images/' + row.icon;
    return '&lt;img class="item-img" src="'+imageFile+'"/&gt;&lt;span class="item-text"&gt;'+row.text+'&lt;/span&gt;';
    }
    });

    下載EasyUI示例:easyui-form-demo.zip

    購買正版授權(quán)的朋友可以點擊"咨詢在線客服"哦~~~
    掃碼咨詢


    添加微信 立即咨詢

    電話咨詢

    客服熱線
    023-68661681

    TOP
    三级成人熟女影院,欧美午夜成人精品视频,亚洲国产成人乱色在线观看,色中色成人论坛 (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();