by Douwe Roelofsen | Sep 10, 2020 | Widgets
Calendar functionality If you want to use calendar or date and time functionality within you applications you can use different calendar widgets depending on the desired functionality. WEM offers a calendar, agenda and timeline widget. Depending on the desired use and...
by WEM Office | Sep 10, 2020 | Tips and Tricks
Check WEMScript documentation for documentation and typical widget structure outline. Check Widgets on MyWEM Forum for example widgets, technical explanations and active discussions. See widgets.live.wem.io for examples and descriptions of most of...
by WEM Office | Aug 20, 2020 | Functions
ToLocal converts a UTC date (+time) value to a local datetime value for the given Timezone. This function returns unknowndatetime if the timezone is not recognized. Syntax ToLocal(datetime, Timezone) Function call Result ToLocal(date(2020,8,16,15,37),...
by WEM Office | Aug 20, 2020 | Functions
ToUTC converts a local date (+time) value with the given Timezone to a UTC datetime. This function returns unknowndatetime if the timezone is not recognized. Syntax ToUTC(datetime, Timezone) Function call Expected result ToUTC(date(2020,8,16,15,37),...
by WEM Office | Jul 1, 2020 | Functions
The Abs() function returns the absolute value of a specified number. Syntax Abs(number) Returns The absolute value of number, such that the resulting value is the positive equivalent of number. Parameters number a numeric value. Examples Abs(0) /* 0 */ Abs(5) /* 5 */...
by Douwe Roelofsen | Apr 12, 2019 | WEM Modeler
User Authentication Most of the times an application requires users to log onto the system. That means the application needs user management and users need to authenticate themselves and need to be authorized to access the application. To do this you have two options:...