General
Configuration
Coding
Documentation
<?xml version="1.0" encoding="UTF-8" ?>
<webjs xmlns="http://webjs.dz.fr/config">
<configuration>
[...]
<clientBehavior>
<!-- If enabled, everything logged on client-side is stored in the console -->
<console enabled="false" />
<!-- If enabled, every message with a popup enabled type is displayed in a popup -->
<popup enabled="false" />
</clientBehavior>
[...]
</configuration>
</webjs>
<?xml version="1.0" encoding="UTF-8" ?>
<webjs xmlns="http://webjs.dz.fr/config">
<configuration>
[...]
<clientBehavior>
<!-- If enabled, every ajax query displays a waiting div -->
<loading enabled="false" />
</clientBehavior>
[...]
</configuration>
</webjs>
<?xml version="1.0" encoding="UTF-8" ?>
<webjs xmlns="http://webjs.dz.fr/config">
<configuration>
[...]
<clientBehavior>
<!-- Default theme -->
<defaultTheme>ui-darkness</defaultTheme>
</clientBehavior>
[...]
</configuration>
</webjs>Messages.showConsole();