Class DocumentPickerControl

  • All Implemented Interfaces:
    Observer, VariableResolver, IControl, IDataBoundControl, IDataControl, IRenderer

    public class DocumentPickerControl
    extends DataBoundControl
    Renders a control that allows the end user to input a document. The actual selection is done behind a button that opens a graphical interface to select documents.

    Example use: <control:lum_documentPicker id="linkDocumentId"/> xml data available for xsl rendering: <control id="linkDocumentId" type="lum_documentPicker"> <control id="8A488A0311DCC4930111DCDAB1D50610" type="lum_requiredValueWhenVisibleValidator" ... /> <strings> <string id="STR_SELECT">Select</string> <string id="STR_CLEAR">Clear</string> </strings> <data> <openPopup><!-- javascript for openning the selection popup --></openPopup> </data> </control>
    Since:
    4.0.0
    Version:
    $Revision: 19499 $ $Date: 2016-11-17 13:46:50 -0200 (Thu, 17 Nov 2016) $
    See Also:
    RequiredValueWhenVisibleValidatorControl