Namespace M
The The-M-Project namespace.
All The-M-Project methods and functions are defined inside of this namespace.
Defined in: m.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Field Attributes | Field Name and Description |
---|---|
<static> |
M.BOTTOM
A constant value for the anchor location: bottom.
|
<static> |
M.CEIL
A constant value for mathematical ceiling.
|
<static> |
M.CENTER
A constant value for the anchor location: center.
|
<static> |
A constant array for day names.
|
<static> |
M.DAYS
A constant value for days.
|
<static> |
M.DEBUG
A constant value for logging level: debug.
|
<static> | |
<static> |
M.ERROR
A constant value for logging level: error.
|
<static> |
M.FLOOR
A constant value for mathematical flooring.
|
<static> |
A constant value for horizontal alignment.
|
<static> |
M.HOURS
A constant value for hours.
|
<static> |
M.INFO
A constant value for logging level: info.
|
<static> |
M.LEFT
A constant value for the anchor location: left.
|
<static> |
A constant value for milliseconds.
|
<static> |
M.MINUTES
A constant value for minutes.
|
<static> |
A constant array for month names.
|
<static> |
A constant value for multiple selection mode.
|
<static> |
M.OFFLINE
A constant value for being offline.
|
<static> |
M.ONLINE
A constant value for being online.
|
<static> |
M.RIGHT
A constant value for the anchor location: right.
|
<static> |
M.ROUND
A constant value for mathematical rounding.
|
<static> |
M.SECONDS
A constant value for seconds.
|
<static> |
A constant value for single selection mode.
|
<static> |
A constant value for a three column layout of a grid view.
|
<static> |
M.TOP
A constant value for the anchor location: top.
|
<static> |
A constant value for a two column layout of a grid view.
|
<static> |
M.VERTICAL
A constant value for vertical alignment.
|
<static> |
M.WARN
A constant value for logging level: warning.
|
Field Detail
<static>
{String}
M.BOTTOM
A constant value for the anchor location: bottom.
Defined in: toolbar.js.
Defined in: toolbar.js.
<static>
{String}
M.CEIL
A constant value for mathematical ceiling.
Defined in: math.js.
Defined in: math.js.
<static>
{Number}
M.CENTER
A constant value for the anchor location: center.
Defined in: toolbar.js.
Defined in: toolbar.js.
<static>
{String}
M.DAY_NAMES
A constant array for day names.
Defined in: date.js.
Defined in: date.js.
<static>
{String}
M.DAYS
A constant value for days.
Defined in: date.js.
Defined in: date.js.
<static>
{Number}
M.DEBUG
A constant value for logging level: debug.
Defined in: logger.js.
Defined in: logger.js.
<static>
M.DialogView
Defined in: dialog.js.
<static>
{Number}
M.ERROR
A constant value for logging level: error.
Defined in: logger.js.
Defined in: logger.js.
<static>
{String}
M.FLOOR
A constant value for mathematical flooring.
Defined in: math.js.
Defined in: math.js.
<static>
{String}
M.HORIZONTAL
A constant value for horizontal alignment.
Defined in: button_group.js.
Defined in: button_group.js.
<static>
{String}
M.HOURS
A constant value for hours.
Defined in: date.js.
Defined in: date.js.
<static>
{Number}
M.INFO
A constant value for logging level: info.
Defined in: logger.js.
Defined in: logger.js.
<static>
{Number}
M.LEFT
A constant value for the anchor location: left.
Defined in: toolbar.js.
Defined in: toolbar.js.
<static>
{String}
M.MILLISECONDS
A constant value for milliseconds.
Defined in: date.js.
Defined in: date.js.
<static>
{String}
M.MINUTES
A constant value for minutes.
Defined in: date.js.
Defined in: date.js.
<static>
{String}
M.MONTH_NAMES
A constant array for month names.
Defined in: date.js.
Defined in: date.js.
<static>
{String}
M.MULTIPLE_SELECTION
A constant value for multiple selection mode.
Defined in: selection_list.js.
Defined in: selection_list.js.
<static>
{String}
M.OFFLINE
A constant value for being offline.
Defined in: environment.js.
Defined in: environment.js.
<static>
{String}
M.ONLINE
A constant value for being online.
Defined in: environment.js.
Defined in: environment.js.
<static>
{Number}
M.RIGHT
A constant value for the anchor location: right.
Defined in: toolbar.js.
Defined in: toolbar.js.
<static>
{String}
M.ROUND
A constant value for mathematical rounding.
Defined in: math.js.
Defined in: math.js.
<static>
{String}
M.SECONDS
A constant value for seconds.
Defined in: date.js.
Defined in: date.js.
<static>
{String}
M.SINGLE_SELECTION
A constant value for single selection mode.
Defined in: selection_list.js.
Defined in: selection_list.js.
<static>
{String}
M.THREE_COLUMNS
A constant value for a three column layout of a grid view.
Defined in: grid.js.
Defined in: grid.js.
<static>
{String}
M.TOP
A constant value for the anchor location: top.
Defined in: toolbar.js.
Defined in: toolbar.js.
<static>
{String}
M.TWO_COLUMNS
A constant value for a two column layout of a grid view.
Defined in: grid.js.
Defined in: grid.js.
<static>
{String}
M.VERTICAL
A constant value for vertical alignment.
Defined in: button_group.js.
Defined in: button_group.js.
<static>
{Number}
M.WARN
A constant value for logging level: warning.
Defined in: logger.js.
Defined in: logger.js.