17
edits
(Created page with "Writing Documentation with the Add-ons Builder SDK Documentation in the Jetpack SDK is a self-contained system; it is dynamically built based on the files contained within the s...") |
No edit summary |
||
Line 12: | Line 12: | ||
A Short, Well Documented Example | A Short, Well Documented Example | ||
Properties | <nowiki>Properties | ||
---------- | ---------- | ||
Line 30: | Line 30: | ||
// set | // set | ||
tabs.activeTab = anotherTab; | tabs.activeTab = anotherTab; | ||
</nowiki> | |||
This is a good example of a well documented API within the Jetpack SDK. This is directly from the tabs.md API document. It has 2 major parts: | This is a good example of a well documented API within the Jetpack SDK. This is directly from the tabs.md API document. It has 2 major parts: |
edits