Page('EDITMODE'…)

Use this command to activate/deactivate the editmode on an editable lists page on the Anvaigo Mobile App.

PAGE('EDITMODE', '0|1');

example:
--[[editmode off]]
PAGE('EDITMODE', '0');
--[[editmode on]]
PAGE('EDITMODE', '1');

The corresponding Anvaigo Page Element must be set to Readonly = FALSE to allow this feature. You may also set the default value directly in the Anvaigo Page Element without the use of Anvaigo Script.