Options
All
  • Public
  • Public/Protected
  • All
Menu

组件参数操作的属性编辑器

Hierarchy

  • AttributeEditorBase
    • CarouselItemsAttrEditor

Implements

  • IAttributeEditorBase

Index

Constructors

constructor

  • 组件参数操作的属性编辑器

    Parameters

    • cmp: any
    • attrConfig: IAttributeEditorBase

    Returns CarouselItemsAttrEditor

Properties

btnOptId

btnOptId: string

component

component: Carousel

demo

demo: any

demoEditor

demoEditor: any

desc

desc: any

editor

editor: any

editorDemoId

editorDemoId: string

editorId

editorId: string

language

language: any

tableId

tableId: string

tableObj

tableObj: ITableInstance

toolbtnId

toolbtnId: string

Methods

addRigtItem

  • Parameters

    Returns void

delRightItem

  • delRightItem(id: string): void
  • Parameters

    • id: string

    Returns void

doGetBodyHtml

  • doGetBodyHtml(): string
  • Returns string

doGetCss

  • doGetCss(): void & { ParamsAttrEditor: { & .layui-table td *: { font-size: string } } }
  • Returns void & { ParamsAttrEditor: { & .layui-table td *: { font-size: string } } }

getValue

  • 获取属性的值 子类可以覆盖此函数来实现扩展复杂类型的属性获取

    Returns ICarouselItem[]

refresh

  • refresh(): void
  • Returns void

render

  • render($parent: any): void
  • Parameters

    • $parent: any

    Returns void

Generated using TypeDoc