Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • VueCmpBase
    • ElRow

Index

Constructors

constructor

  • new ElRow(config: IContainerBase): ElRow
  • Parameters

    • config: IContainerBase

    Returns ElRow

Properties

align

align: ElRowAlign

flex 布局下的垂直排列方式 注意:只有type=flex才生效

cols

cols: number[]

css

css: ElRowStyle

gutter

gutter: number

栅格间隔

justify

justify: ElRowJustify

flex 布局下的水平排列方式 注意:只有type=flex才生效

tag

tag: String

自定义元素标签

type

type: flex

可选flex布局

Methods

doGetClassName

  • doGetClassName(): any
  • Returns any

doGetCss

  • doGetCss(): ElRowStyle
  • Returns ElRowStyle

doGetMethods

  • doGetMethods(): {}
  • 事件

    Returns {}

doGetVueData

  • doGetVueData(): object
  • 设置默认值

    Returns object

getAttrEditors

  • getAttrEditors(): AttributeEditorBase[]
  • 注意:使用注解注册属性编辑器这里不能少

    Returns AttributeEditorBase[]

getDefalutColumns

  • getDefalutColumns(): ElCol[]
  • 得到模板设置的默认的列数组

    Returns ElCol[]

getElemtHtml

  • getElemtHtml(): string
  • 获取组件的html

    Returns string

Generated using TypeDoc