FR.mobilePopup({ target: "template",//设置跟随弹窗 parameters: {}, setting: { templatePath: "/HC0104_test1.frm",//设置子模板地址 border: { type: 10, color: "rgb(0,0,0)", borderRadius: 3.0 }, //这部分添加外部图片,引用js,不起效果。 background: { // color: "rgb(25,150,150)" image: "/help/picture/tab/shouye2.png" // size:"100% 100%" },
mobileRegular: { type: "custom" || "auto_height", heightPercent: 70.0, widthPercent: 95.0 }, padRegular: { type: "custom" || "auto_height", heightPercent: 70.0, widthPercent: 95.0,
}//设置弹窗大小格式 } }); |