• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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