Display message to inform user how to change picture
if true message will be displayed else hidden
set true to hide text
Hides element
if false then hides element from current language (if website is multilang); if true then hides element in tablet/phone mode in recycle bin
if true then content height will be updated
true when was called by client from element context menu
Add event listener.
Inside event listener you can access some plugin data from global variable pluginData
, this variable is of type PluginGlobalLoadingData.
Available events
Event type.
Event handler function.
Register element plugin.
Unique plugin identifier (use standard variable naming conventions).
Plugin definition object.
Remove event listener.
Plugin element factory.
Usage:
var elem = PluginWrapper.PluginElement.fromData(data);