Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<script type="text/javascript">$(document).ready(function() {$('#partner').multiselect({includeSelectAllOption: true,multiple:true,maxHeight: 200,buttonWidth: '180px',numberDisplayed: 1,nonSelectedText: 'Partners',nSelectedText: ' - Partners Selected',allSelectedText: 'All Partners Selected',enableFiltering: true,enableCaseInsensitiveFiltering : true});});</script><select class="form-control input-sm" id = "partner" name="partner" placeholder="Type" multiple="multiple">#foreach($fofoId in $fofoRetailers.keySet())#if($addedfofoIds.contains($fofoId))<option value="$fofoId" selected>$fofoRetailers.get($fofoId).getBusinessName()</option>#else<option value="$fofoId">$fofoRetailers.get($fofoId).getBusinessName()</option>#end#end</select>