Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(554)

Side by Side Diff: chrome/common/extensions/docs/templates/private/event.html

Issue 10985071: Extensions Docs Server: Show properties of properties in the table of contents (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits and updates to reflect server changes Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <div> 1 <div>
2 <a name="event-{{?prefix}}{{prefix}}-{{/}}{{name}}"></a> 2 <h4 id="{{id}}">{{name}}</h4>
3 <h4>{{name}}</h4>
4 <div class="summary"> 3 <div class="summary">
5 <span class="subdued">{{?prefix}}{{prefix}}{{:}}chrome.{{api.name}}{{/}}.</s pan>{{name}}<span class="subdued">.addListener</span>(function({{#parameters}}{{ +partials.parameter_item}}{{^last}}, {{/}}{{/}})<span class="subdued"> {...}</sp an>); 4 <span class="subdued">{{?parent_name}}{{parent_name}}{{:}}chrome.{{api.name} }{{/}}.</span>{{name}}<span class="subdued">.addListener</span>(function({{#para meters}}{{+partials.parameter_item}}{{^last}}, {{/}}{{/}})<span class="subdued"> {...}</span>);
6 </div> 5 </div>
7 <div class="description"> 6 <div class="description">
8 {{?description}}<p> 7 {{?description}}<p>
9 {{{description}}} 8 {{{description}}}
10 </p>{{/description}} 9 </p>{{/description}}
11 {{?supportsRules}} 10 {{?supportsRules}}
12 <p>See <a href="events.html#method-Event-addRules"><code>chrome.events.Eve nt.addRules()</code></a>.</p> 11 <p>See <a href="events.html#method-Event-addRules"><code>chrome.events.Eve nt.addRules()</code></a>.</p>
13 {{/supportsRules}} 12 {{/supportsRules}}
14 {{?conditions}} 13 {{?conditions}}
15 <h4>Supported conditions</h4> 14 <h4>Supported conditions</h4>
(...skipping 17 matching lines...) Expand all
33 {{/callback}} 32 {{/callback}}
34 {{/parameters}} 33 {{/parameters}}
35 {{?filters}} 34 {{?filters}}
36 <h4>Filters</h4> 35 <h4>Filters</h4>
37 <dl> 36 <dl>
38 {{#filters}}{{+partials.parameter_full}}{{/}} 37 {{#filters}}{{+partials.parameter_full}}{{/}}
39 </dl> 38 </dl>
40 {{/filters}} 39 {{/filters}}
41 </div> 40 </div>
42 </div> 41 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698