You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ To call the plugin:
23
23
$("#container").as(Elastic).elastic(option);
24
24
```
25
25
26
-
or you can use an ``ElasticHtmlPanel``` and all direct children of the panel (html elements or widgets) will be rearranged in column.
26
+
or you can use an `ElasticHtmlPanel` and all direct children of the panel (html elements or widgets) will be rearranged in column.
27
27
28
28
29
29
@@ -39,7 +39,7 @@ number of column to display. (default: 250px)
39
39
*_InnerRowMargin_: Specify the space between each row (default: 10px)
40
40
*_autoResize_: Specify if we have to recalculate the layout after a window resizing. (default: true)
41
41
42
-
To specify this option, you can use an ```ElasticOption``` object and pass it to the plugin or uses the specific method directly on the ElasticHtmlPanel
42
+
To specify this option, you can use an `ElasticOption` object and pass it to the plugin or uses the specific method directly on the ElasticHtmlPanel
43
43
44
44
On each child we can specify the following attributes:
45
45
*_data-elastic-span_: specify the number of column to span for this child.
@@ -55,7 +55,7 @@ There is no official release yet, but you can already use a snapshot version
0 commit comments