Class TagControl

  • All Implemented Interfaces:
    Observer, VariableResolver, IControl, IDataBoundControl, IDataControl, IRenderer
    Direct Known Subclasses:
    AreaTagsControl, ConfigurationTagsControl

    public class TagControl
    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_tag" id="tagId" sourceId="default"/> xml data available for xsl rendering: <control id="tags" sourceId="default" type="lum_tag"> <controls> <control type="lum_inputHidden" sourceId="default" id="areaTags.value"/> </controls> <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:
    7.1.0
    Version:
    $Revision: 20941 $ $Date: 2018-02-07 13:54:42 -0200 (Wed, 07 Feb 2018) $