@@ -71,7 +71,7 @@ r_examples:
71
71
72
72
app$layout(
73
73
htmlDiv(list(
74
- htmlAddress(children='5555 Avenue de Gasp\U{00E9}, Montr\U{00E9}al QC H2T 2A3')
74
+ htmlAddress(children='5555 Avenue de Gaspe, Montreal QC H2T 2A3')
75
75
)
76
76
)
77
77
)
@@ -133,7 +133,7 @@ r_examples:
133
133
htmlP('Dash is a user interface library for creating analytical web applications.\n
134
134
Those who use R for data analysis, data exploration, visualization,\n
135
135
modelling, instrument control, and reporting will find immediate use for Dash for R.'),
136
- htmlAside('Plotly is a technical computing company with offices in Montr\U{00E9}al , Canada and Cambridge, Massachusetts.')
136
+ htmlAside('Plotly is a technical computing company with offices in Montreal , Canada and Cambridge, Massachusetts.')
137
137
)
138
138
)
139
139
)
@@ -156,7 +156,7 @@ r_examples:
156
156
htmlP('Dash is a user interface library for creating analytical web applications.\n
157
157
Those who use R for data analysis, data exploration, visualization,\n
158
158
modelling, instrument control, and reporting will find immediate use for Dash for R.'),
159
- htmlAside('Plotly is a technical computing company with offices in Montr\U{00E9}al , Canada and Cambridge, Massachusetts.')
159
+ htmlAside('Plotly is a technical computing company with offices in Montreal , Canada and Cambridge, Massachusetts.')
160
160
)
161
161
)
162
162
)
@@ -215,7 +215,7 @@ r_examples:
215
215
)
216
216
)
217
217
218
- app$run_server()
218
+ app$run_server()
219
219
- name : htmlBasefont
220
220
dontrun : TRUE
221
221
code : |
@@ -562,12 +562,12 @@ r_examples:
562
562
- name : htmlCommand
563
563
dontrun : TRUE
564
564
code : |
565
- # This component is deprecated and its use is no longer recommended.
565
+ # This component is deprecated and its use is no longer recommended.
566
566
- name : htmlContent
567
567
dontrun : TRUE
568
568
code : |
569
- # This feature is obsolete and no longer supported. It is recommended
570
- # that you use the htmlSlot component instead.
569
+ # This feature is obsolete and no longer supported. It is recommended
570
+ # that you use the htmlSlot component instead.
571
571
- name : htmlData
572
572
dontrun : TRUE
573
573
code : |
@@ -586,10 +586,10 @@ r_examples:
586
586
)
587
587
)
588
588
)
589
-
589
+
590
590
# Include the following in a seperate CSS file in an
591
591
# `assets` directory in the root of your app.
592
- #
592
+ #
593
593
# data:hover::after {
594
594
# content: ' (ID ' attr(value) ')';
595
595
# font-size: .7em;
@@ -941,7 +941,7 @@ r_examples:
941
941
)
942
942
)
943
943
944
- app$run_server()
944
+ app$run_server()
945
945
- name : htmlH1
946
946
dontrun : TRUE
947
947
code : |
@@ -1172,7 +1172,7 @@ r_examples:
1172
1172
- name : htmlIsindex
1173
1173
dontrun : TRUE
1174
1174
code : |
1175
- # This component is deprecated and its use is no longer recommended.
1175
+ # This component is deprecated and its use is no longer recommended.
1176
1176
- name : htmlKbd
1177
1177
dontrun : TRUE
1178
1178
code : |
@@ -1392,7 +1392,7 @@ r_examples:
1392
1392
htmlDiv(list(
1393
1393
htmlP(list(
1394
1394
htmlMark("Plotly"),
1395
- ' develops online data analytics and visualization tools."
1395
+ " develops online data analytics and visualization tools."
1396
1396
))
1397
1397
))
1398
1398
)
@@ -1490,7 +1490,7 @@ r_examples:
1490
1490
- name : htmlNextid
1491
1491
dontrun : TRUE
1492
1492
code : |
1493
- # This component is deprecated and its use is no longer recommended.
1493
+ # This component is deprecated and its use is no longer recommended.
1494
1494
# The <nextid> tag has been obsolete since HTML Version 3.2.
1495
1495
- name : htmlNobr
1496
1496
dontrun : TRUE
@@ -1527,7 +1527,7 @@ r_examples:
1527
1527
code : |
1528
1528
# Note that htmlObjectEl generates the <object> HTML element;
1529
1529
# for more information, please visit the link in this
1530
- # component's description.
1530
+ # component's description.
1531
1531
library(dash)
1532
1532
library(dashHtmlComponents)
1533
1533
@@ -1639,7 +1639,7 @@ r_examples:
1639
1639
htmlDiv(list(
1640
1640
htmlP("The <param> element is used to specify the parameters that apply to
1641
1641
plugin-powered content embedded with an <object> element.
1642
- Read more: https://html.com/tags/param/#ixzz5vBNn4V00 "),
1642
+ Read more: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/param "),
1643
1643
htmlObjectEl(
1644
1644
#data = "link-to-data-file"
1645
1645
htmlParam(name = "controller", value = TRUE)
@@ -1756,11 +1756,18 @@ r_examples:
1756
1756
1757
1757
app$layout(
1758
1758
htmlDiv(list(
1759
- htmlRuby(
1760
- htmlRb(
1761
- "\U{65e5}"
1762
- )
1763
- )
1759
+ htmlRuby(list(
1760
+ "\U{6f22}",
1761
+ htmlRp("("),
1762
+ htmlRt("kan"),
1763
+ htmlRp(")")
1764
+ )),
1765
+ htmlRuby(list(
1766
+ "\U{5b57}",
1767
+ htmlRp("("),
1768
+ htmlRt("ji"),
1769
+ htmlRp(")")
1770
+ ))
1764
1771
))
1765
1772
)
1766
1773
@@ -1770,22 +1777,27 @@ r_examples:
1770
1777
code : |
1771
1778
library(dash)
1772
1779
library(dashHtmlComponents)
1773
- library(dashCoreComponents)
1774
1780
1775
1781
app <- Dash$new()
1776
1782
1777
1783
app$layout(
1778
1784
htmlDiv(list(
1779
1785
htmlRuby(list(
1780
- "\U{6f22}",
1781
- htmlRp("("),
1782
- htmlRt("kan"),
1783
- htmlRp(")")
1784
- ))
1785
- ))
1786
- )
1787
-
1788
- app$run_server()
1786
+ "\U{6f22}",
1787
+ htmlRp("("),
1788
+ htmlRt("kan"),
1789
+ htmlRp(")")
1790
+ )),
1791
+ htmlRuby(list(
1792
+ "\U{5b57}",
1793
+ htmlRp("("),
1794
+ htmlRt("ji"),
1795
+ htmlRp(")")
1796
+ ))
1797
+ ))
1798
+ )
1799
+
1800
+ app$run_server()
1789
1801
- name : htmlRt
1790
1802
dontrun : TRUE
1791
1803
code : |
@@ -1796,12 +1808,20 @@ r_examples:
1796
1808
1797
1809
app$layout(
1798
1810
htmlDiv(list(
1811
+ htmlRuby(list(
1812
+ "\U{6f22}",
1813
+ htmlRp("("),
1814
+ htmlRt("kan"),
1815
+ htmlRp(")")
1816
+ )),
1799
1817
htmlRuby(list(
1800
1818
"\U{5b57}",
1801
- htmlRt("ji")
1802
- ))
1803
- ))
1804
- )
1819
+ htmlRp("("),
1820
+ htmlRt("ji"),
1821
+ htmlRp(")")
1822
+ ))
1823
+ ))
1824
+ )
1805
1825
1806
1826
app$run_server()
1807
1827
- name : htmlRtc
@@ -1848,7 +1868,8 @@ r_examples:
1848
1868
app$layout(
1849
1869
htmlDiv(list(
1850
1870
htmlS("htmlS generates strikethrough text"),
1851
- htmlP("htmlB generates bold text")
1871
+ htmlP(),
1872
+ htmlB("htmlB generates bold text")
1852
1873
))
1853
1874
)
1854
1875
@@ -1925,7 +1946,7 @@ r_examples:
1925
1946
# with caution; it is now considered an obsolete element
1926
1947
# within the Web Components suite. It is retained here
1927
1948
# solely for backwards compatibility reasons.
1928
- #
1949
+ #
1929
1950
# For more information, please see the MDN link above.
1930
1951
- name : htmlSlot
1931
1952
dontrun : TRUE
@@ -2108,7 +2129,7 @@ r_examples:
2108
2129
2109
2130
app$layout(
2110
2131
htmlDiv(list(
2111
- "You can create an Table with HtmlTable ",
2132
+ "You can create a table with htmlTable: ",
2112
2133
htmlBr(),
2113
2134
htmlTable(
2114
2135
list(
@@ -2366,7 +2387,7 @@ r_examples:
2366
2387
list(
2367
2388
"It might be useful to wrap dates like ",
2368
2389
htmlTime(dateTime = "2019-07-29", children = "July 29th"),
2369
- ' in an htmlTime to make your datetimes machine readable"
2390
+ " in an htmlTime to make your datetime strings machine- readable. "
2370
2391
)
2371
2392
)
2372
2393
)
@@ -2380,8 +2401,8 @@ r_examples:
2380
2401
# This component's effects will be overridden by the index
2381
2402
# template in Dash for R. We suggest using Dash's API to
2382
2403
# set the page title instead:
2383
- #
2384
- # app <- Dash$new(name = 'My page title')
2404
+ #
2405
+ # app$title( 'My page title')
2385
2406
- name : htmlTr
2386
2407
dontrun : TRUE
2387
2408
code : |
0 commit comments