Skip to content

Kitto.Html.Panel

Base panel controller for the KittoX HTML pipeline. Handles Width, Height, Title, AllowClose, Autoscroll, Border, Header, Collapsible and dialog overlay rendering. Subclasses only need to implement RenderContent. Replaces TKExtPanelControllerBase from Kitto.Ext.Panel.

TKXPanelControllerBase class

pascal
procedure Display;

Prepares the panel for rendering (reads config, applies context).

pascal
function Render: string;

Renders the panel chrome (header/border/regions) around RenderContent.

Released under Apache License, Version 2.0.