Skip to content

Commit db2017d

Browse files
sympmarcVesaJuvonen
authored andcommitted
https is also a valid protocol (SharePoint#1037)
per @modery's comments on the doc, the https protocol is also valid.
1 parent 3b9c1bd commit db2017d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/declarative-customization/column-formatting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ To compare a date/time field value against another date constant, use the **Date
409409
```
410410

411411
## Create clickable actions
412-
You can use column formatting to provide hyperlinks that go to other web pages, or start custom functionality. This functionality is limited to static `http://` links that can be paramaterized with values from fields in the list. You can't use column formatting to output links to protocols other than `http://`.
412+
You can use column formatting to provide hyperlinks that go to other web pages, or start custom functionality. This functionality is limited to static `http://` or `https://` links that can be paramaterized with values from fields in the list. You can't use column formatting to output links to protocols other than `http://` and `https://`.
413413

414414
### Turn field values into hyperlinks (basic)
415415
This example shows how to turn a text field that contains stock ticker symbols into a hyperlink that targets the Yahoo Finance real-time quotes page for that stock ticker. The example uses a `+` operator that appends the current field value to the static hyperlink <a>http://finance.yahoo.com/quote/</a>. You can extend this pattern to any scenario in which you want users to view contextual information related to an item, or you want to start a business process on the current item, as long as the information or process can be accessed via a hyperlink parameterized with values from the list item.

0 commit comments

Comments
 (0)