使用范围:UI2
Contents
component Loading ($UI/system/components/justep/loading/loading) extends ViewComponent
Constructor Top
Loading () | |||
Loading ( options) |
Attributes Top
string | xid |
Methods Top
void | setText (String text) | |
void | start (String text) | |
void | stop () |
Operations Top
loadingSetText (String text) | ||
loadingStart (String text) | ||
loadingStop () |
Constructor details
Top
public
Loading
()
使用场景:加载中遮罩;
使用方法:通过操作显示,关闭
public
Loading
( options)
构造函数
Inherited from ViewComponent
参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项
public
Loading
()
public
Loading
( options)
构造函数
Inherited from ViewComponent
参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项
Attributes Detail Top
public
string
xid
Methods Detail Top
public
void
setText
(String text)
设置提示信息
public
void
start
(String text)
显示加载中
public
void
stop
()
结束加载中
Operations Detail Top
public
loadingSetText
(String text)
设置提示信息
public
loadingStart
(String text)
显示加载中
public
loadingStop
()
结束加载中