API
Class

CustomNewEvent ($UI/system/components/justep/data/data#CustomNewEvent)

使用范围:UI2

Contents

class CustomNewEvent ($UI/system/components/justep/data/data#CustomNewEvent) extends ModelEvent

新增事件

Constructor Top

  CustomNewEvent ()

Properties Top

Array data

行数据对象数组[{sName:'LiMing',sAge:18},...],数组的length决定新增的行数
结构如下:

[ { "列名" : 默认值, "列名" : 默认值, ... }, ... ]

Option option

新增参数

Constructor details Top

public CustomNewEvent ()

新增事件

Properties Detail Top

public Array data

行数据对象数组[{sName:'LiMing',sAge:18},...],数组的length决定新增的行数
结构如下:

[ { "列名" : 默认值, "列名" : 默认值, ... }, ... ]

public Option option

新增参数