Skip to content

How to select element in DataRepeater ? #1483

@ghost

Description

I have data retrieved via ajax. I am trying to select element of DataRepeater using Spotlight without any luck.

 create: function () {
        this.inherited(arguments);
        var self = this;
        setTimeout(function () {
            Spotlight.setPointerMode(false);
            Spotlight.spot(self.$.repeater.control);
        }, 2000);
    }

Here an example :
http://jsfiddle.net/8uvJE/86/
How to select element of collection in Datarepeater (for remote control device)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions