Class AutoLayoutContentEmbeddedPropertyPageControl

  • All Implemented Interfaces:
    VariableResolver, IControl

    public class AutoLayoutContentEmbeddedPropertyPageControl
    extends AutoLayoutContentPropertyPageControl
    Used for embedded pages. Renders a property page control with the visible source fields as label: input control pairs. In addition the metadata information is rendered below the source fields.

    Example use: <control:lum_autoLayoutContentEmbeddedPropertyPage /> xml data available for xsl rendering: <control id="autoLayout" type="lum_autoLayoutContentEmbeddedPropertyPage"> <control type="lum_form" ...> <control type="lum_pane" ...> <pane> <control type="lum_propertyPage" ...> </pane> </control> </control> </control>
    Since:
    4.0.0
    Version:
    $Revision: 20877 $ $Date: 2018-01-09 11:44:08 -0200 (Tue, 09 Jan 2018) $
    See Also:
    PropertyPageControl, AutoLayoutContentPropertyPageControl