Onload event

Plaese press F12, open the develop tools.

x
 
1
#### Setting
2
3
```javascript
4
{
5
    onload : function() {
6
        // alert("onload");
7
        // this.setMarkdown("### onloaded");
8
        // console.log("onload =>", this, this.id, this.settings);
9
    }
10
}
11
```
12

Setting

  1. {
  2. onload : function() {
  3. // alert("onload");
  4. // this.setMarkdown("### onloaded");
  5. // console.log("onload =>", this, this.id, this.settings);
  6. }
  7. }