Class InputTagControl

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

    public class InputTagControl
    extends DataBoundControl
    Defines an input tag control that allows the user to enter any tag value. This is a data bound control.

    The value node gets the control value as its inputed, while the tags node is filled in alphabetical ascending order. Example use:

    <control type="lum_inputTag" id="tagId" rows="5" style="width:90%"/> xml data available for xsl rendering: <control id="tags" rows="5" style="width:90%" type="lum_inputTag"> <data> <value>tag3, tag1, tag2</value> <tags> <tag> <name>tag1</name> </tag> <tag> <name>tag2</name> </tag> <tag> <name>tag3</name> </tag> </tags> </data> </control>
    Since:
    6.0.0
    Version:
    $Revision: 20941 $ $Date: 2018-02-07 13:54:42 -0200 (Wed, 07 Feb 2018) $