Class AutoEmbeddedInterfaceStandardButtonsControl

  • All Implemented Interfaces:
    VariableResolver, IControl

    public class AutoEmbeddedInterfaceStandardButtonsControl
    extends Control
    Renders the standard buttons for a property page embedded within a LumisXP page. This control detects whether exists a "commit" process action handler and renders the [OK] button appropriately.

    Generally this control renders the following sub-controls:
     <control type="lum_interfaceButtons" id="interfaceButtons.autoembedded">
            <control type="lum_okButton" id="buttonOk" />
     </control>
     


    Example use: <control:lum_autoEmbeddedInterfaceStandardButtons /> xml data available for xsl rendering: <control id="8A488A0311E0DDAE0111E13C3D1D0588" type="lum_autoEmbeddedInterfaceStandardButtons"> <control id="interfaceButtons.autoembedded" type="lum_interfaceButtons"> <control id="buttonOk" type="lum_okButton" ... /> </control> </control>
    Since:
    4.0.5
    Version:
    $Revision: 22420 $ $Date: 2019-02-19 16:21:02 -0300 (Tue, 19 Feb 2019) $
    See Also:
    OkButtonControl