Options
All
  • Public
  • Public/Protected
  • All
Menu

输入框的的公式组件

Hierarchy

Implements

Index

Constructors

constructor

Properties

$input

$input: JQuery<HTMLElement>

绑定的属性编辑器的input的jquery对象

Private btnDelId

btnDelId: string

删除按钮Id

Private btnformulaId

btnformulaId: string

弹出自定公式组件的按钮Id

getValueCallBack

getValueCallBack: () => string

获取需要展示的公式值回调函数

Type declaration

    • (): string
    • Returns string

id

id: string

name

name: string

okCallBack

okCallBack: (v: IFormulaRaw) => void

点击ok回调函数

Type declaration

page

returnType

returnType: any

公式的返回数据类型 校验公式需要用到

Optional types

types: FormulaBase[]

公式类型数组

value

value: string

Optional variables

variables: Variable[]

变量数组

Methods

getElemtHtml

  • getElemtHtml(): string
  • 获取html代码

    Returns string

getValue

  • getValue(): string
  • 获取值公式编辑器绑定的组件的值

    Returns string

render

  • render(): void
  • 渲染函数

    Returns void

setValue

  • setValue(v: string): void
  • 设置公式编辑器绑定的组件的值

    Parameters

    • v: string

    Returns void

Static render

  • 静态组件的渲染函数

    Parameters

    Returns void

Generated using TypeDoc