• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Question JSW Documentation

Frank.P

Regular Pleskian
Where can I found somthing about JSW. I am creating an extensión and JQUERY is not installed and I think I need to use JSW.

For example I can run this, but the others method ??????? or parameteres ???

Jsw.messageBox.show({
'type': Jsw.messageBox.TYPE_YESNO,
'subtype': 'toggle',
'text': "test",
'description': "description",
'onYesClick': function() {
Jsw.redirectPost('/');
},
'buttonTitles': {
'yes': "yes text",
'no': "no text"
}
});


Thanks
 
According to our developers, we have no such documentation, and we do not recommend using JSW.
 
Back
Top