Search
Preparing search index...
The search index is not available
kdayun 界面引擎API
Options
All
Public
Public/Protected
All
Inherited
Menu
kdayun 界面引擎API
YH-Designer/src/designer/formula/FormulaButton
IFormulaButton
Interface IFormulaButton
按钮公式编辑组件接口
Hierarchy
IFormulaCmpBase
IFormulaButton
Implemented by
FormulaButton
Index
Properties
$btn
Elem
get
Value
Call
Back
id
name
ok
Call
Back
page
types
value
variables
Properties
$btn
Elem
$btn
Elem
:
JQuery
<
HTMLElement
>
按钮的jquery 对象
get
Value
Call
Back
get
Value
Call
Back
:
(
)
=>
string
获取需要展示的公式值回调函数
Type declaration
(
)
:
string
Returns
string
Optional
id
id
:
string
Optional
name
name
:
string
ok
Call
Back
ok
Call
Back
:
(
v
:
string
)
=>
void
公式设计窗口点击确定的回调
Type declaration
(
v
:
string
)
:
void
Parameters
v:
string
Returns
void
page
page
:
DesignerPageBase
Optional
types
types
:
FormulaBase
[]
公式类型数组
Optional
value
value
:
string
Optional
variables
variables
:
Variable
[]
变量数组
Modules
YH-
Designer/src/designer/formula/
Formula
Button
Generated using
TypeDoc
按钮公式编辑组件接口