Add element id's and their documentation

This commit is contained in:
TukanDev
2022-07-03 23:46:02 +02:00
parent 3931fa25d6
commit 98f530eb0c
21 changed files with 6520 additions and 6298 deletions

View File

@@ -38,7 +38,7 @@ A full, complete `index.json` will look something like this:
"css": ["/index.css"],
"js": ["/index.js"]
},
"customBackgroundURL": "https://website.com/image.png",
"customBackgroundURL": "https://website.com/image.png"
}
```
@@ -100,3 +100,6 @@ newButton.innerHTML = "New Button";
document.body.appendChild(newButton);
```
## How can i access "x" element to customize?
Please take a look at documentation of all element id's by clicking [here](/docs/elementIds.md).