• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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