Posted
2 days
ago
by
peterfarrell
- Updated tools
Posted
3 days
ago
by
peterfarrell
Add helper methods to ViewContext and BaseComponent for environment related functionality:
inEnvironmentGroup(list/array) -> boolean
This function returns boolean if the passed single environment, list or array of environments
... [More]
matches the current environment group.
inEnvironmentName(list/array) -> boolean
This function returns boolean if the passed single environment, list or array of environments matches the current environment name.
Ultimately, the functions will live in the AppManager but helper methods should be added to the ViewContext and BaseComponent so you don't have to type getAppManager().inXYZ(). [Less]
Posted
3 days
ago
by
peterfarrell
Fixes to formatting and a typo fix
(diff)
Posted
3 days
ago
by
Peter J. Farrell
Posted
3 days
ago
by
Joseph Lamoree
Posted
3 days
ago
by
Matthew Woodward
Posted
3 days
ago
by
Peter J. Farrell
Posted
3 days
ago
by
Joseph Lamoree
Posted
3 days
ago
by
Peter J. Farrell
Posted
3 days
ago
by
Matthew Woodward