Plaese press F12, open the develop tools.
#### Setting
```javascript
{
onload : function() {
// alert("onload");
// this.setMarkdown("### onloaded");
// console.log("onload =>", this, this.id, this.settings);
}
```
{ onload : function() { // alert("onload"); // this.setMarkdown("### onloaded"); // console.log("onload =>", this, this.id, this.settings); }}