Example #1
0
        and deliver unmatched user experience without any extra coding.
    </p>
    <p>
        <a href="http://www.telerik.com/kendo-ui-mobile" title="Kendo UI Mobile">Kendo UI Mobile</a>
        is packed with easy-to-use jQuery-based widgets and built-in
        rich components for your fast mobile application development.
    </p>
<?php 
$editor->endContent();
echo $editor->render();
?>

<?php 
$editor = new \Kendo\UI\Editor('rightColumn');
call_user_func_array(array($editor, 'addTool'), $columnTools);
$editor->tag('div')->attr('class', 'column')->startContent();
?>
    <img src="../content/web/editor/dataviz.png" />
    <h3>Rich UI widgets <br />for interactive <br />data visualization </h3>
    <p>
        Create interactive data visualization with HTML5 and JavaScript,
        build rich web apps that look and behave native on any platform or device.
        Kendo UI DataViz uses SVG, and brings you a collection of UI widgets,
        including jQuery charts, gauges, and more.
    </p>
    <p>
        <a href="http://www.telerik.com/kendo-ui-dataviz" title="Kendo UI DataViz">Kendo UI DataViz</a>
        uses automatic hardware acceleration for all animations and rendering,
        maximizing performance and minimizing the impact on CPU resources.
    </p>
<?php