Class

LocalizedController

(abstract) LocalizedController()

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();
     }

View Source LocalizedController.js, line 15

Extends

  • WebcController