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

Side by Side Diff: sdk/lib/html/docs/html_docs.json

Issue 11421102: Added DivElement documentation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years 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
« no previous file with comments | « sdk/lib/html/dart2js/html_dart2js.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "MenuElement.dart": 2 "MenuElement.dart":
3 { 3 {
4 "class MenuElement extends Element implements Element native \"*HTMLMenuElemen t\" {": 4 "class MenuElement extends Element implements Element native \"*HTMLMenuElemen t\" {":
5 [ 5 [
6 "/**", 6 "/**",
7 " * An HTML <menu> element.", 7 " * An HTML <menu> element.",
8 " *", 8 " *",
9 " * A <menu> element represents an unordered list of menu commands.", 9 " * A <menu> element represents an unordered list of menu commands.",
10 " *", 10 " *",
(...skipping 1239 matching lines...) Expand 10 before | Expand all | Expand 10 after
1250 "FileError.dart": 1250 "FileError.dart":
1251 { 1251 {
1252 1252
1253 }, 1253 },
1254 "Performance.dart": 1254 "Performance.dart":
1255 { 1255 {
1256 1256
1257 }, 1257 },
1258 "DivElement.dart": 1258 "DivElement.dart":
1259 { 1259 {
1260 1260 "class DivElement extends Element implements Element native \"*HTMLDivElement\ " {":
1261 [
1262 "/**",
1263 " * Represents an HTML <div> element.",
1264 " *",
1265 " * The [DivElement] is a generic container for content and does not have any",
1266 " * special significance. It is functionally similar to [SpanElement].",
1267 " *",
1268 " * The [DivElement] is a block-level element, as opposed to [SpanElement] ,",
1269 " * which is an inline-level element.",
1270 " *",
1271 " * Example usage:",
1272 " *",
1273 " * DivElement div = new DivElement();",
1274 " * div.text = 'Here's my new DivElem",
1275 " * document.body.elements.add(elem);",
1276 " *",
1277 " * See also:",
1278 " *",
1279 " * * [HTML <div> element](http://www.w3.org/TR/html-markup/div.html) from W3C.",
1280 " * * [Block-level element](http://www.w3.org/TR/CSS2/visuren.html#block-b oxes) from W3C.",
1281 " * * [Inline-level element](http://www.w3.org/TR/CSS2/visuren.html#inline -boxes) from W3C.",
1282 " */"
1283 ]
1261 }, 1284 },
1262 "AnalyserNode.dart": 1285 "AnalyserNode.dart":
1263 { 1286 {
1264 1287
1265 }, 1288 },
1266 "AudioBuffer.dart": 1289 "AudioBuffer.dart":
1267 { 1290 {
1268 1291
1269 }, 1292 },
1270 "SQLTransactionSyncCallback.dart": 1293 "SQLTransactionSyncCallback.dart":
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
1625 }, 1648 },
1626 "WaveShaperNode.dart": 1649 "WaveShaperNode.dart":
1627 { 1650 {
1628 1651
1629 }, 1652 },
1630 "MediaKeyError.dart": 1653 "MediaKeyError.dart":
1631 { 1654 {
1632 1655
1633 } 1656 }
1634 } 1657 }
OLDNEW
« no previous file with comments | « sdk/lib/html/dart2js/html_dart2js.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698