Constructor
# abstract new LocalizedController()
Master Controller to provide access to the Localization features provided by WebCardinal.
Master Controller to provide access to the Localization features provided by WebCardinal.
Also provides integration with pdm's web components error events
All child classes must perform the following on their constructor:
constructor(element, history){
super(element, history);
super.bindLocale(this, pageName);
this.model = this.initializeModel();
}
Extends
- WebcController