Turn on dynamic editing Default: Use this to determine whether users can modify phpLens dynamic settings.
When dynEdit is disabled, all dynamic edit settings are not loaded from the phpLens table. So make sure you Generate PHP Code and paste your changes into your .php file before turning off dynEdit.
Sometimes the phpLens source code settings are in conflict with the dynamic editing settings. In this case you should Generate PHP Code and save it as a backup. Then click on the Remove Settings to wipe out all dynamic editing settings that might be in conflict with your PHP source code. Finally, manually merge any settings from the backup to that are missing in the original source code.Syntax
$lens->dynEdit = Boolean; Basic:Yes Advanced/Enterprise:Yes DynamicEdit:Yes [Version 1.0]
|