[docs][xs]: two small bugfixes - download link works with relative links and fix missing backtick in models.markdown.
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li class="divider-vertical"></li>
|
<li class="divider-vertical"></li>
|
||||||
<li>
|
<li>
|
||||||
<a href="/download.html">
|
<a href="{{page.root}}download.html">
|
||||||
<i class="icon-download-alt icon-white"></i>
|
<i class="icon-download-alt icon-white"></i>
|
||||||
Download
|
Download
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@@ -139,7 +139,7 @@ Where the arguments passed in are as follows:
|
|||||||
|
|
||||||
* `value`: the value of the cell (record value for this field)
|
* `value`: the value of the cell (record value for this field)
|
||||||
* `field`: corresponding `Field` object
|
* `field`: corresponding `Field` object
|
||||||
* `record : is the `Record` object (as simple JS object)
|
* `record`: is the `Record` object (as simple JS object)
|
||||||
|
|
||||||
Note that implementing functions can ignore arguments (e.g. function(value)
|
Note that implementing functions can ignore arguments (e.g. function(value)
|
||||||
would be a valid formatter function).
|
would be a valid formatter function).
|
||||||
|
|||||||
Reference in New Issue
Block a user