试了很多个控件,都没法显示图片,参数面板没法放图片吗?
选择器里没加单引号
试试按钮
可以js给控件加背景图片,例如label控件如下
setTimeout(function() {
$("div[widgetName=LABEL1]").css({"background":"url('/webroot/help/picture/logo-ch.png') no-repeat","height":"100","background-size":"contain"});//LABEL1为标签控件名称
}, 100);