Extends
Constructor
new mw.widgets.CheckMatrixWidget([config])
#
Create an instance of mw.widgets.CheckMatrixWidget.
Parameters:
| Name | Type | Attributes | Description | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
config |
Object |
optional |
Configuration options Properties:
|
Methods
isTagDisabled(tagName) → {boolean}
#
Check whether the given tag is disabled.
Parameters:
| Name | Type | Description |
|---|---|---|
tagName |
string | Tag name |
Returns:
Tag is disabled
- Type
- boolean
Check whether the given tag is disabled.
isTagSelected(tagName) → {boolean}
#
Check whether the given tag is selected.
Parameters:
| Name | Type | Description |
|---|---|---|
tagName |
string | Tag name |
Returns:
Tag is selected
- Type
- boolean
Check whether the given tag is selected.