diff options
author | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-02 16:05:50 +0000 |
---|---|---|
committer | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-02 16:05:50 +0000 |
commit | 4ce1527a930f211c3e0442a625de3351f1b1a40a (patch) | |
tree | 502d2b4968c5d20682addda3d26020b36d3dfd2c /chrome/common/extensions/docs/whats_new.html | |
parent | 8ca37f412b605824cdb6917b1f5bdc17e6319d1f (diff) | |
download | chromium_src-4ce1527a930f211c3e0442a625de3351f1b1a40a.zip chromium_src-4ce1527a930f211c3e0442a625de3351f1b1a40a.tar.gz chromium_src-4ce1527a930f211c3e0442a625de3351f1b1a40a.tar.bz2 |
Show methods and events for types in table of contents for extension docs.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8380008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108304 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/whats_new.html')
-rw-r--r-- | chrome/common/extensions/docs/whats_new.html | 76 |
1 files changed, 44 insertions, 32 deletions
diff --git a/chrome/common/extensions/docs/whats_new.html b/chrome/common/extensions/docs/whats_new.html index 3a88902..ad41a41 100644 --- a/chrome/common/extensions/docs/whats_new.html +++ b/chrome/common/extensions/docs/whats_new.html @@ -107,6 +107,46 @@ </div> </dl> </div> + + <!-- Individual subsections from the table of contents --> + <ol> + <li id="propertiesTocTemplate"> + <a href="#properties">Properties</a> + <ol> + <li> + <a href="#property-anchor">propertyName</a> + </li> + </ol> + </li> + <li id="methodsTocTemplate"> + <a>Methods</a> + <ol> + <li> + <a href="#method-anchor">methodName</a> + </li> + </ol> + </li> + <li id="eventsTocTemplate"> + <a>Events</a> + <ol> + <li> + <a href="#event-anchor">eventName</a> + </li> + </ol> + </li> + <li id="typesTocTemplate"> + <a href="#types">Types</a> + <ol> + <li> + <a href="#id-anchor">id</a> + <ol> + <div></div> + <div></div> + </ol> + </li> + </ol> + </li> + </ol> </div> <!-- /SUBTEMPLATES --> <a id="top"></a> @@ -268,38 +308,10 @@ <li> <a href="#apiReference">API reference</a> <ol> - <li> - <a href="#properties">Properties</a> - <ol> - <li> - <a href="#property-anchor">propertyName</a> - </li> - </ol> - </li> - <li> - <a>Methods</a> - <ol> - <li> - <a href="#method-anchor">methodName</a> - </li> - </ol> - </li> - <li> - <a>Events</a> - <ol> - <li> - <a href="#event-anchor">eventName</a> - </li> - </ol> - </li> - <li> - <a href="#types">Types</a> - <ol> - <li> - <a href="#id-anchor">id</a> - </li> - </ol> - </li> + <div></div> + <div></div> + <div></div> + <div></div> </ol> </li> </ol> |