sf1.12
版本发布时间: 2024-03-10 12:18:33
emicoto/DOLMods最新发布版本:sf1.15(2024-07-17 03:31:22)
-
sidebar image overlayer support. | 增加了对左侧栏覆盖图层的支持。 usage: create an img widget and add to module "CustomImgLayer", then use css to setup the image
-
customUI module | 增加了自定义UI模块 availabe feature: custom-Popup | 可用功能:自定义弹窗
usage | 使用方法:
CustomPopup.set("<<anywidget>> or just content text')
-- simplly call a popup with content, the popup window style will be default settings -- 简单的直接召唤一个包含任意文本内容的弹窗,弹窗的外观将是默认风格。CustomPopup.create(object)
-- call a popup with option object{ title, content, width, height, noBtn }
-- noBtn use to disable close'X' button if you want make your close mechanic. the value must be boolean -- 使用一个包含设置object的方式调用弹出窗口。可设置参数有:title(标题),content(显示内容),width(宽度),height(高度),noBtn(禁用右上角的X按钮) -- noBtn 用于禁用关闭'X'按钮,如果你想自行制作关闭弹窗的方法的话,你会需要它。CustomPopup.draw(title, content, className, noBtn)
-- draw a popup with option -- 使用输入的参数绘制一个弹窗CustomPopup.close()
-- close the popup -- 关闭当前弹窗或所有弹窗CustomPopup.setSize(width, height)
-- set popup window size -- 改变当前弹窗的宽高CustomPopup.setContent(string)
-- set popup content -- 改变当前弹窗的内容
1、 Simple.Frameworks.ver1.12.0.build_3.zip 60.61KB