Better organization... a little
This commit is contained in:
parent
2cae154977
commit
8adb0363e0
|
@ -29,19 +29,28 @@ Methods indicated above with `()` in their name such as `enter()` are overridabl
|
||||||
## MenuModule Helper Methods
|
## MenuModule Helper Methods
|
||||||
Many helper methods exist and are available to code inheriting from `MenuModule`. Below are some examples. Poke around at [menu_module.js](../../../core/menu_module.js) to discover more!
|
Many helper methods exist and are available to code inheriting from `MenuModule`. Below are some examples. Poke around at [menu_module.js](../../../core/menu_module.js) to discover more!
|
||||||
|
|
||||||
|
### Views & View Controller
|
||||||
* `displayAsset()`
|
* `displayAsset()`
|
||||||
* `prepViewController()`
|
* `prepViewController()`
|
||||||
* `prepViewControllerWithArt()`
|
* `prepViewControllerWithArt()`
|
||||||
* `promptForInput()`
|
|
||||||
* `displayArtAndPrepViewController()`
|
* `displayArtAndPrepViewController()`
|
||||||
* `setViewText()`
|
* `setViewText()`
|
||||||
* `getView()`
|
* `getView()`
|
||||||
* `updateCustomViewTextsWithFilter()`
|
* `updateCustomViewTextsWithFilter()`
|
||||||
* `refreshPredefinedMciViewsByCode()`
|
* `refreshPredefinedMciViewsByCode()`
|
||||||
|
|
||||||
|
### Validation
|
||||||
* `validateMCIByViewIds()`
|
* `validateMCIByViewIds()`
|
||||||
* `validateConfigFields()`
|
* `validateConfigFields()`
|
||||||
|
|
||||||
|
### Date/Time Helpers
|
||||||
|
The following methods take a single input to specify style, defaulting to `short`:
|
||||||
* `getDateFormat()`
|
* `getDateFormat()`
|
||||||
* `getTimeFormat()`
|
* `getTimeFormat()`
|
||||||
* `getDateTimeFormat()`
|
* `getDateTimeFormat()`
|
||||||
|
|
||||||
|
### Misc
|
||||||
|
* `promptForInput()`
|
||||||
|
|
||||||
|
|
||||||
> :information_source: Search the code for the above methods to see how they are used in the base system!
|
> :information_source: Search the code for the above methods to see how they are used in the base system!
|
||||||
|
|
Loading…
Reference in New Issue