mwseMCMParagraphFieldElements⚓︎
This dictionary-style table holds all of the UI elements that comprise a mwseMCMParagraphField.
This type inherits the following: mwseMCMTextFieldElements, mwseMCMComponentElements
Properties⚓︎
border
⚓︎
Holds a thin border UI element.
Returns:
result
(tes3uiElement)
innerContainer
⚓︎
The innerContainer adds self.indent
additional padding on the left if the component has a label.
Returns:
result
(tes3uiElement, nil)
inputField
⚓︎
Holds a paragraph input UI element.
Returns:
result
(tes3uiElement)
label
⚓︎
Holds component's label UI element. Not all component types have a label.
Returns:
result
(tes3uiElement, nil)
labelBlock
⚓︎
Holds a block UI element, inside which label is found.
Returns:
result
(tes3uiElement, nil)
outerContainer
⚓︎
The top UI element for this component. All the other UI elements that comprise a component are children of this element.
Returns:
result
(tes3uiElement, nil)
scrollPane
⚓︎
Holds the scroll pane of the paragraph input UI element. A child of self.elements.inputField
.
Returns:
result
(tes3uiElement)
submitButton
⚓︎
Holds a button UI element.
Returns:
result
(tes3uiElement)
textFrame
⚓︎
Holds the outer frame of the paragraph input UI element. A child of self.elements.inputField
.
Returns:
result
(tes3uiElement)
textInput
⚓︎
Holds the text input UI element of the paragraph input. A child of self.elements.inputField
.
Returns:
result
(tes3uiElement)