• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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