- creates a new instance of infoPanel object
- PMExt.createInfoPanel(url, params)
Sample
var sumaryInfPanel = PMExt.createInfoPanel('../sampleProxy/getSummary', {appUid: '43546...', index:1});
- creates a new instance of infoPanel object
- PMExt.createInfoPanel(url, params)
Sample
var sumaryInfPanel = PMExt.createInfoPanel('../sampleProxy/getSummary', {appUid: '43546...', index:1});
i.e:
=> ID_MY_LABEL -> 'You have {0} error(s), the "{1}" word is reserved by the system!'
_('ID_MY_LABEL', 1, 'DESC')
getting a result :
-> You have 1 error(s), the "DESC" word is reserved by the system!