@@ -166,6 +166,13 @@ <h3>Methods</h3>
166
166
167
167
< ul class ="index-list methods ">
168
168
169
+ < li class ="index-item method ">
170
+ < a href ="# " data-tabid ="#methods " data-anchor ="#method_addAllItems " data-tablink ="addAllItems "> addAllItems</ a >
171
+
172
+
173
+
174
+ </ li >
175
+
169
176
< li class ="index-item method ">
170
177
< a href ="# " data-tabid ="#methods " data-anchor ="#method_addItems " data-tablink ="addItems "> addItems</ a >
171
178
@@ -178,6 +185,13 @@ <h3>Methods</h3>
178
185
179
186
180
187
188
+ </ li >
189
+
190
+ < li class ="index-item method ">
191
+ < a href ="# " data-tabid ="#methods " data-anchor ="#method_removeAllItems " data-tablink ="removeAllItems "> removeAllItems</ a >
192
+
193
+
194
+
181
195
</ li >
182
196
183
197
< li class ="index-item method ">
@@ -359,6 +373,99 @@ <h3>Events</h3>
359
373
< h2 class ="off-left "> Methods</ h2 >
360
374
361
375
376
+ < div id ="method_addAllItems " class ="method item ">
377
+ < h3 class ="name "> < code > addAllItems</ code > </ h3 >
378
+
379
+
380
+ < div class ="args ">
381
+ < span class ="paren "> (</ span > < ul class ="args-list inline commas ">
382
+
383
+ < li class ="arg ">
384
+
385
+ < code class ="optional "> [event=null]</ code >
386
+
387
+ </ li >
388
+
389
+ </ ul > < span class ="paren "> )</ span >
390
+ </ div >
391
+
392
+
393
+
394
+
395
+
396
+
397
+
398
+
399
+
400
+
401
+
402
+
403
+
404
+ < span class ="flag chainable "> chainable</ span >
405
+
406
+
407
+
408
+
409
+ < div class ="meta ">
410
+
411
+
412
+
413
+ < p >
414
+
415
+ Defined in
416
+
417
+
418
+
419
+
420
+ < a href ="../files/src_widgets_select_pick-list.js.html#l293 "> < code > src/widgets/select/pick-list.js:293</ code > </ a >
421
+
422
+ </ p >
423
+
424
+
425
+
426
+
427
+
428
+ </ div >
429
+
430
+ < div class ="description ">
431
+ < p > Move all items from the source list of the pickList to the target list.</ p >
432
+
433
+ </ div >
434
+
435
+
436
+ < div class ="params ">
437
+ < h4 > Parameters:</ h4 >
438
+
439
+ < ul class ="params-list ">
440
+
441
+ < li class ="param ">
442
+
443
+ < code class ="param-name optional "> [event=null]</ code >
444
+ < span class ="type "> Object</ span >
445
+ < span class ="flag optional " title ="This parameter is optional. "> optional</ span >
446
+
447
+
448
+
449
+
450
+ < div class ="param-description ">
451
+ < p > The event that triggered the movement of the elements. This event will be made accessible
452
+ when the resulting change event is fired.</ p >
453
+
454
+ </ div >
455
+
456
+
457
+ </ li >
458
+
459
+ </ ul >
460
+ </ div >
461
+
462
+
463
+
464
+
465
+
466
+ </ div >
467
+
468
+
362
469
< div id ="method_addItems " class ="method item ">
363
470
< h3 class ="name "> < code > addItems</ code > </ h3 >
364
471
@@ -368,7 +475,7 @@ <h3 class="name"><code>addItems</code></h3>
368
475
369
476
< li class ="arg ">
370
477
371
- < code > items</ code >
478
+ < code class =" optional " > [ items] </ code >
372
479
373
480
</ li >
374
481
@@ -409,7 +516,7 @@ <h3 class="name"><code>addItems</code></h3>
409
516
410
517
411
518
412
- < a href ="../files/src_widgets_select_pick-list.js.html#l291 "> < code > src/widgets/select/pick-list.js:291 </ code > </ a >
519
+ < a href ="../files/src_widgets_select_pick-list.js.html#l273 "> < code > src/widgets/select/pick-list.js:273 </ code > </ a >
413
520
414
521
</ p >
415
522
@@ -432,14 +539,16 @@ <h4>Parameters:</h4>
432
539
433
540
< li class ="param ">
434
541
435
- < code class ="param-name " > items</ code >
542
+ < code class ="param-name optional " > [ items] </ code >
436
543
< span class ="type "> Object</ span >
544
+ < span class ="flag optional " title ="This parameter is optional. "> optional</ span >
437
545
438
546
439
547
440
548
441
549
< div class ="param-description ">
442
- < p > A list of Elements to remove from the source list of the pickList</ p >
550
+ < p > A list of Elements to remove from the source list of the pickList. If no items are specified,
551
+ the selected sourceList items are used.</ p >
443
552
444
553
</ div >
445
554
@@ -456,7 +565,7 @@ <h4>Parameters:</h4>
456
565
457
566
458
567
< div class ="param-description ">
459
- < p > The event that triggered the removal of the elements. This event will be made accessible
568
+ < p > The event that triggered the movement of the elements. This event will be made accessible
460
569
when the resulting change event is fired.</ p >
461
570
462
571
</ div >
@@ -506,7 +615,7 @@ <h3 class="name"><code>destroy</code></h3>
506
615
507
616
508
617
509
- < a href ="../files/src_widgets_select_pick-list.js.html#l309 "> < code > src/widgets/select/pick-list.js:309 </ code > </ a >
618
+ < a href ="../files/src_widgets_select_pick-list.js.html#l344 "> < code > src/widgets/select/pick-list.js:344 </ code > </ a >
510
619
511
620
</ p >
512
621
@@ -526,6 +635,99 @@ <h3 class="name"><code>destroy</code></h3>
526
635
527
636
528
637
638
+ </ div >
639
+
640
+
641
+ < div id ="method_removeAllItems " class ="method item ">
642
+ < h3 class ="name "> < code > removeAllItems</ code > </ h3 >
643
+
644
+
645
+ < div class ="args ">
646
+ < span class ="paren "> (</ span > < ul class ="args-list inline commas ">
647
+
648
+ < li class ="arg ">
649
+
650
+ < code class ="optional "> [event=null]</ code >
651
+
652
+ </ li >
653
+
654
+ </ ul > < span class ="paren "> )</ span >
655
+ </ div >
656
+
657
+
658
+
659
+
660
+
661
+
662
+
663
+
664
+
665
+
666
+
667
+
668
+
669
+ < span class ="flag chainable "> chainable</ span >
670
+
671
+
672
+
673
+
674
+ < div class ="meta ">
675
+
676
+
677
+
678
+ < p >
679
+
680
+ Defined in
681
+
682
+
683
+
684
+
685
+ < a href ="../files/src_widgets_select_pick-list.js.html#l329 "> < code > src/widgets/select/pick-list.js:329</ code > </ a >
686
+
687
+ </ p >
688
+
689
+
690
+
691
+
692
+
693
+ </ div >
694
+
695
+ < div class ="description ">
696
+ < p > Move all items from the target list of the pickList to the source list.</ p >
697
+
698
+ </ div >
699
+
700
+
701
+ < div class ="params ">
702
+ < h4 > Parameters:</ h4 >
703
+
704
+ < ul class ="params-list ">
705
+
706
+ < li class ="param ">
707
+
708
+ < code class ="param-name optional "> [event=null]</ code >
709
+ < span class ="type "> Object</ span >
710
+ < span class ="flag optional " title ="This parameter is optional. "> optional</ span >
711
+
712
+
713
+
714
+
715
+ < div class ="param-description ">
716
+ < p > The event that triggered the movement of the elements. This event will be made accessible
717
+ when the resulting change event is fired.</ p >
718
+
719
+ </ div >
720
+
721
+
722
+ </ li >
723
+
724
+ </ ul >
725
+ </ div >
726
+
727
+
728
+
729
+
730
+
529
731
</ div >
530
732
531
733
@@ -579,7 +781,7 @@ <h3 class="name"><code>removeItems</code></h3>
579
781
580
782
581
783
582
- < a href ="../files/src_widgets_select_pick-list.js.html#l273 "> < code > src/widgets/select/pick-list.js:273 </ code > </ a >
784
+ < a href ="../files/src_widgets_select_pick-list.js.html#l308 "> < code > src/widgets/select/pick-list.js:308 </ code > </ a >
583
785
584
786
</ p >
585
787
@@ -609,7 +811,8 @@ <h4>Parameters:</h4>
609
811
610
812
611
813
< div class ="param-description ">
612
- < p > A list of Elements to remove from the target list of the pickList</ p >
814
+ < p > A list of Elements to remove from the target list of the pickList If no items are specified,
815
+ the selected targetList items are used.</ p >
613
816
614
817
</ div >
615
818
@@ -626,7 +829,7 @@ <h4>Parameters:</h4>
626
829
627
830
628
831
< div class ="param-description ">
629
- < p > The event that triggered the removal of the elements. This event will be made accessible
832
+ < p > The event that triggered the movement of the elements. This event will be made accessible
630
833
when the resulting change event is fired.</ p >
631
834
632
835
</ div >
0 commit comments