Frame / SView / Windows / SettingDialog
Class: SettingDialog
Description
设置对话框
Hierarchy
-
↳
SettingDialog
Table of contents
Constructors
Properties
- allSubComponent
- eleClasses
- eleId
- eleIsShow
- eleLabel
- eleOnChange
- eleOnClick
- eleOnTouchStart
- eleOverLay
- isDisable
- rootPath
Methods
- addClass
- addLabel
- create
- createLabel
- delete
- getClasses
- getFlexDirection
- getId
- getLabel
- getOnChangeEvent
- getOnClickEvent
- hide
- initFlexDirection
- isShow
- removeClass
- setAttribute
- setClasses
- setFlexDirection
- setId
- setIsDisable
- setOnChangeEvent
- setOnClickEvent
- show
- hideById
- setRootPath
- showById
Constructors
constructor
• new SettingDialog(): SettingDialog
Returns
Description
构造函数
Overrides
Properties
allSubComponent
• allSubComponent: Map
<string
, any
>
Inherited from
eleClasses
• eleClasses: string
[]
Inherited from
eleId
• eleId: string
Inherited from
eleIsShow
• eleIsShow: boolean
Inherited from
eleLabel
• eleLabel: HTMLElement
Inherited from
eleOnChange
• eleOnChange: any
Inherited from
eleOnClick
• eleOnClick: any
Inherited from
eleOnTouchStart
• eleOnTouchStart: string
Inherited from
eleOverLay
• eleOverLay: boolean
Description
默认不显示
Inherited from
isDisable
• isDisable: boolean
Inherited from
rootPath
▪ Static
rootPath: string
Inherited from
Methods
addClass
▸ addClass(className
): void
Parameters
Name | Type | Description |
---|---|---|
className | string | 标签class名称 |
Returns
void
Description
添加标签class,原class保留
Inherited from
addLabel
▸ addLabel(id?
): void
Parameters
Name | Type |
---|---|
id? | string |
Returns
void
Description
添加标签至网页