eligius
    Preparing search index...

    Interface ILabelControllerMetadata

    interface ILabelControllerMetadata {
        attributeName?: string;
        labelId: string;
        selectedElement: JQuery;
    }
    Index

    Properties

    attributeName?: string

    By default the label is added to the inner HTML of the selectedElement, otherwise if this property is set, the label text is added to the specified attribute of the selectedElement.

    labelId: string

    @type=ParameterType:labelId

    selectedElement: JQuery