Global

Methods

# matchElement(input, arr)

Simple function to found one element in an array

Parameters:
Name Type Description
input string

Element to found.

arr array

Array of strings

View Source fields/Select2Field.js, line 74

# takeElementScreenShot(el, color)

Take Widget ScreenShot

Parameters:
Name Type Description
el object

Dom element for the screenshot

color string

Property for widget background before capture

View Source libs/screenshot.js, line 180