Lines Matching refs:delegate
222 .append('<input type="text" id="vc-delegate-a" class="odd">')
223 .append('<input type="text" id="vc-delegate-b" class="even">')
224 .append('<input type="text" id="vc-delegate-c" class="odd">')
225 .append('<textarea id="vc-delegate-d" class="even"></textarea>')
226 .append('<textarea id="vc-delegate-e" class="odd"></textarea>')
227 .append('<textarea id="vc-delegate-f" class="even"></textarea>');
229 this.a = Y.one('#vc-delegate-a');
230 this.b = Y.one('#vc-delegate-b');
231 this.c = Y.one('#vc-delegate-c');
232 this.d = Y.one('#vc-delegate-d');
233 this.e = Y.one('#vc-delegate-e');
234 this.f = Y.one('#vc-delegate-f');
244 this.container.delegate('valuechange', function (e) {
262 this.container.delegate('valuechange', function (e) {
277 'delegate filters should work properly': function () {
280 this.container.delegate('valuechange', function (e) {
284 this.container.delegate('valuechange', function (e) {
300 this.container.delegate('valuechange', function (e) {
304 this.container.delegate('valuechange', function (e) {
310 this.container.delegate('valuechange', function (e) {
314 this.container.delegate('valuechange', function (e) {