From 055ba58f91f8d0f17ebdb954d25e0d1db866a081 Mon Sep 17 00:00:00 2001 From: sparky672 Date: Thu, 22 Dec 2016 09:58:07 -0600 Subject: [PATCH] Update extension-method.xml Many questions on StackOverflow are triggered by errors caused by users not knowing that this method is part of the Additional Methods file. This is a matter of fact and should be included in the documentation. --- entries/extension-method.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/entries/extension-method.xml b/entries/extension-method.xml index e4bd077..0e8ec9a 100644 --- a/entries/extension-method.xml +++ b/entries/extension-method.xml @@ -5,6 +5,7 @@ Returns true if the value ends with one of the specified file extensions. If nothing is specified, only images are allowed (png, jpeg, gif).

Works with text inputs.

+

Part of the additional-methods.js file