Cloud
Облачный сервис для быстрого и эффективного анализа и визуализации данных для вашего бизнеса без необходимости создания своих приложений и программирования.
<head>
<?php $designer->javascript->renderHtml(); ?>
</head>
<body>
<?php $designer->renderHtml(); ?>
</body>javascript->renderHtml() — prints the designer's scripts; place this in the <head>.renderHtml() — prints the designer element; place this in the <body>.javascript->renderHtml() outputs the scripts for the head, and renderHtml() outputs the designer element for the body, so the designer integrates into any page structure.