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/tabs.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/tabs.html')
-rw-r--r-- | chrome/common/extensions/docs/tabs.html | 210 |
1 files changed, 134 insertions, 76 deletions
diff --git a/chrome/common/extensions/docs/tabs.html b/chrome/common/extensions/docs/tabs.html index 92d52ea..327ef85 100644 --- a/chrome/common/extensions/docs/tabs.html +++ b/chrome/common/extensions/docs/tabs.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> @@ -276,85 +316,103 @@ <a href="#apiReference">API reference: chrome.tabs</a> <ol> <li style="display: none; "> - <a href="#properties">Properties</a> - <ol> - <li> - <a href="#property-anchor">propertyName</a> - </li> - </ol> - </li> + <a href="#properties">Properties</a> + <ol> + <li> + <a href="#property-anchor">propertyName</a> + </li> + </ol> + </li> <li> - <a href="#global-methods">Methods</a> - <ol> - <li> - <a href="#method-captureVisibleTab">captureVisibleTab</a> - </li><li> - <a href="#method-connect">connect</a> - </li><li> - <a href="#method-create">create</a> - </li><li> - <a href="#method-detectLanguage">detectLanguage</a> - </li><li> - <a href="#method-executeScript">executeScript</a> - </li><li> - <a href="#method-get">get</a> - </li><li style="display: none; "> - <a href="#method-anchor">methodName</a> - </li><li> - <a href="#method-getCurrent">getCurrent</a> - </li><li style="display: none; "> - <a href="#method-anchor">methodName</a> - </li><li> - <a href="#method-highlight">highlight</a> - </li><li> - <a href="#method-insertCSS">insertCSS</a> - </li><li> - <a href="#method-move">move</a> - </li><li> - <a href="#method-query">query</a> - </li><li> - <a href="#method-reload">reload</a> - </li><li> - <a href="#method-remove">remove</a> - </li><li> - <a href="#method-sendRequest">sendRequest</a> - </li><li> - <a href="#method-update">update</a> - </li> - </ol> - </li> + <a href="#global-methods">Methods</a> + <ol> + <li> + <a href="#method-captureVisibleTab">captureVisibleTab</a> + </li><li> + <a href="#method-connect">connect</a> + </li><li> + <a href="#method-create">create</a> + </li><li> + <a href="#method-detectLanguage">detectLanguage</a> + </li><li> + <a href="#method-executeScript">executeScript</a> + </li><li> + <a href="#method-get">get</a> + </li><li style="display: none; "> + <a href="#method-anchor">methodName</a> + </li><li> + <a href="#method-getCurrent">getCurrent</a> + </li><li style="display: none; "> + <a href="#method-anchor">methodName</a> + </li><li> + <a href="#method-highlight">highlight</a> + </li><li> + <a href="#method-insertCSS">insertCSS</a> + </li><li> + <a href="#method-move">move</a> + </li><li> + <a href="#method-query">query</a> + </li><li> + <a href="#method-reload">reload</a> + </li><li> + <a href="#method-remove">remove</a> + </li><li> + <a href="#method-sendRequest">sendRequest</a> + </li><li> + <a href="#method-update">update</a> + </li> + </ol> + </li> <li> - <a href="#global-events">Events</a> - <ol> - <li> - <a href="#event-onActiveChanged">onActiveChanged</a> - </li><li> - <a href="#event-onAttached">onAttached</a> - </li><li> - <a href="#event-onCreated">onCreated</a> - </li><li> - <a href="#event-onDetached">onDetached</a> - </li><li> - <a href="#event-onHighlightChanged">onHighlightChanged</a> - </li><li> - <a href="#event-onMoved">onMoved</a> - </li><li> - <a href="#event-onRemoved">onRemoved</a> - </li><li style="display: none; "> - <a href="#event-anchor">eventName</a> - </li><li> - <a href="#event-onUpdated">onUpdated</a> - </li> - </ol> - </li> + <a href="#global-events">Events</a> + <ol> + <li> + <a href="#event-onActiveChanged">onActiveChanged</a> + </li><li> + <a href="#event-onAttached">onAttached</a> + </li><li> + <a href="#event-onCreated">onCreated</a> + </li><li> + <a href="#event-onDetached">onDetached</a> + </li><li> + <a href="#event-onHighlightChanged">onHighlightChanged</a> + </li><li> + <a href="#event-onMoved">onMoved</a> + </li><li> + <a href="#event-onRemoved">onRemoved</a> + </li><li style="display: none; "> + <a href="#event-anchor">eventName</a> + </li><li> + <a href="#event-onUpdated">onUpdated</a> + </li> + </ol> + </li> <li> - <a href="#types">Types</a> - <ol> - <li> - <a href="#type-Tab">Tab</a> - </li> - </ol> - </li> + <a href="#types">Types</a> + <ol> + <li> + <a href="#type-Tab">Tab</a> + <ol> + <li style="display: none; "> + <a>Methods</a> + <ol> + <li> + <a href="#method-anchor">methodName</a> + </li> + </ol> + </li> + <li style="display: none; "> + <a>Events</a> + <ol> + <li> + <a href="#event-anchor">eventName</a> + </li> + </ol> + </li> + </ol> + </li> + </ol> + </li> </ol> </li> </ol> |