Skip to content

mwseMCMTextFieldElements⚓︎

This dictionary-style table holds all of the UI elements that comprise a mwseMCMTextField.

This type inherits the following: mwseMCMComponentElements

Properties⚓︎

border⚓︎

Holds a thin border UI element.

Returns:


innerContainer⚓︎

The innerContainer adds self.indent additional padding on the left if the component has a label.

Returns:


inputField⚓︎

Holds a text input UI element.

Returns:


label⚓︎

Holds component's label UI element. Not all component types have a label.

Returns:


labelBlock⚓︎

Holds a block UI element, inside which label is found.

Returns:


outerContainer⚓︎

The top UI element for this component. All the other UI elements that comprise a component are children of this element.

Returns:


submitButton⚓︎

Holds a button UI element.

Returns: