Skip to content

Commit 8e93fe1

Browse files
author
Lukas Fryc
committed
Updates
1 parent e6b1ea3 commit 8e93fe1

14 files changed

+407
-86
lines changed

about.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@
3535
</head>
3636

3737
<body class="">
38-
<div class="navbar-rcue navbar-default navbar-static-top" role="navigation">
38+
<nav class="navbar-rcue navbar-default navbar-fixed-top" role="navigation">
3939
<div class="container">
40+
4041
<div class="navbar-header">
4142
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
4243
<span class="sr-only">Toggle navigation</span>
@@ -48,7 +49,7 @@
4849
</div>
4950

5051
<div class="collapse navbar-collapse navbar-ex1-collapse">
51-
<ul class="nav navbar-nav">
52+
<ul class="nav navbar-nav navbar-primary navbar-left">
5253

5354
<li ><a href=".">Home</a></li>
5455
<li class="dropdown ">
@@ -83,15 +84,15 @@
8384
</li>
8485
<li><a href="/api">API Docs</a></li>
8586
</ul>
86-
<ul class="nav navbar-nav navbar-right">
87+
<ul class="nav navbar-nav navbar-primary navbar-right">
8788
<li class="active"><a href="about.html">About</a></li>
8889
<li ><a href="tests.html">Testing</a></li>
8990
<li ><a href="contributing.html">Contributing</a></li>
9091
</ul>
9192
</div>
9293

9394
</div>
94-
</div>
95+
</nav>
9596

9697

9798
<div class="container">

api/classes/pickList.html

Lines changed: 212 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,13 @@ <h3>Methods</h3>
166166

167167
<ul class="index-list methods">
168168

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+
169176
<li class="index-item method">
170177
<a href="#" data-tabid="#methods" data-anchor="#method_addItems" data-tablink="addItems">addItems</a>
171178

@@ -178,6 +185,13 @@ <h3>Methods</h3>
178185

179186

180187

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+
181195
</li>
182196

183197
<li class="index-item method">
@@ -359,6 +373,99 @@ <h3>Events</h3>
359373
<h2 class="off-left">Methods</h2>
360374

361375

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&#x2F;widgets&#x2F;select&#x2F;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+
362469
<div id="method_addItems" class="method item">
363470
<h3 class="name"><code>addItems</code></h3>
364471

@@ -368,7 +475,7 @@ <h3 class="name"><code>addItems</code></h3>
368475

369476
<li class="arg">
370477

371-
<code>items</code>
478+
<code class="optional">[items]</code>
372479

373480
</li>
374481

@@ -409,7 +516,7 @@ <h3 class="name"><code>addItems</code></h3>
409516

410517

411518

412-
<a href="../files/src_widgets_select_pick-list.js.html#l291"><code>src&#x2F;widgets&#x2F;select&#x2F;pick-list.js:291</code></a>
519+
<a href="../files/src_widgets_select_pick-list.js.html#l273"><code>src&#x2F;widgets&#x2F;select&#x2F;pick-list.js:273</code></a>
413520

414521
</p>
415522

@@ -432,14 +539,16 @@ <h4>Parameters:</h4>
432539

433540
<li class="param">
434541

435-
<code class="param-name">items</code>
542+
<code class="param-name optional">[items]</code>
436543
<span class="type">Object</span>
544+
<span class="flag optional" title="This parameter is optional.">optional</span>
437545

438546

439547

440548

441549
<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>
443552

444553
</div>
445554

@@ -456,7 +565,7 @@ <h4>Parameters:</h4>
456565

457566

458567
<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
460569
when the resulting change event is fired.</p>
461570

462571
</div>
@@ -506,7 +615,7 @@ <h3 class="name"><code>destroy</code></h3>
506615

507616

508617

509-
<a href="../files/src_widgets_select_pick-list.js.html#l309"><code>src&#x2F;widgets&#x2F;select&#x2F;pick-list.js:309</code></a>
618+
<a href="../files/src_widgets_select_pick-list.js.html#l344"><code>src&#x2F;widgets&#x2F;select&#x2F;pick-list.js:344</code></a>
510619

511620
</p>
512621

@@ -526,6 +635,99 @@ <h3 class="name"><code>destroy</code></h3>
526635

527636

528637

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&#x2F;widgets&#x2F;select&#x2F;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+
529731
</div>
530732

531733

@@ -579,7 +781,7 @@ <h3 class="name"><code>removeItems</code></h3>
579781

580782

581783

582-
<a href="../files/src_widgets_select_pick-list.js.html#l273"><code>src&#x2F;widgets&#x2F;select&#x2F;pick-list.js:273</code></a>
784+
<a href="../files/src_widgets_select_pick-list.js.html#l308"><code>src&#x2F;widgets&#x2F;select&#x2F;pick-list.js:308</code></a>
583785

584786
</p>
585787

@@ -609,7 +811,8 @@ <h4>Parameters:</h4>
609811

610812

611813
<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>
613816

614817
</div>
615818

@@ -626,7 +829,7 @@ <h4>Parameters:</h4>
626829

627830

628831
<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
630833
when the resulting change event is fired.</p>
631834

632835
</div>

0 commit comments

Comments
 (0)