diff --git a/_includes/js/repeater.html b/_includes/js/repeater.html index b26374d6e..8af2b9407 100644 --- a/_includes/js/repeater.html +++ b/_includes/js/repeater.html @@ -565,6 +565,17 @@

Data Source

The default values are { count: 0, end: 0, items: [], page: 0, pages: 1, start: 0 }.

+
+

Security

+

+ Use the dataSource method to keep your page safe from XSS. +

+

+
+

Events