Potential Documentation Issues in Wisej Widget API Reference

0
0

Hello, Wisej development team. I’m a huge fan of your product from Chongqing, China.

Recently, I’ve been working on a widget extension component, and while reading through the official documentation, I noticed some potential issues in the details.

 

These issues can be found at this link:

https://docs.wisej.com/api/wisej.web/content/widget

 

The first issue is:

this.container.innerHTML = “<select id=’widget’></select>

$(‘#widget’).widget(options);

 

This code snippet is missing a closing quotation mark at the end.

 

The second issue:

“If a script depends on another script, it should be declared after the script it depends on, i.e.: Query usually if the first script in the package list.”

 

Should “Query” here refer to “jQuery”?

 

Thank you for your time, and I appreciate your efforts in maintaining such great documentation!

 

  • You must to post comments
0
0

Thanks for letting us know, I’m fixing it now. We have to update it within the code documentation comments and then build it, so the changes won’t show up right away.

Julie

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.