Class ConfigurationTagsControl

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

    public class ConfigurationTagsControl
    extends TagControl
    This control is a customization of @link TagControl used by Area Tags. XML data available for XSL rendering: <control type="lum_configurationTags" sourceId="default" id="tags"> <controls> <control type="lum_inputHidden" sourceId="default" id="tags.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: 16037 $ $Date: 2013-11-21 20:58:50 -0200 (Thu, 21 Nov 2013) $
    • Constructor Detail

      • ConfigurationTagsControl

        public ConfigurationTagsControl()
    • Method Detail

      • getAutoCompleteResourceURL

        protected String getAutoCompleteResourceURL()
        Description copied from class: TagControl
        Returns the auto complete resource URL that will be used by the TagIt API to provide the auto complete.
        Overrides:
        getAutoCompleteResourceURL in class TagControl
        Returns:
        the auto complete resource URL that will be used by the TagIt API to provide the auto complete.