Actions
Evolution #260
closedDashboard : PDF export filter option on finalities/themes
Start date:
06/19/2013
Due date:
% Done:
100%
Estimated time:
4.00 h
Resolution:
Description
allow user to filter indicators by finalities or themes
Updated by Simon over 11 years ago
HTML part :
<input type="checkbox" class="todoGA"> <input type="checkbox" class="todoGA"> <input type="checkbox" class="todoGB"> <input type="checkbox" class="todoGA"> <input type="checkbox" class="todoGB"> <input type="checkbox" class="todoGA"> <br><br> Themes A : <input type="checkbox" id="todoSelectAll"> Themes B : <input type="checkbox" id="todoSelectB">
jQuery part :
$('#todoSelectAll').on('click', function() { $('.todoGA').attr('checked', $(this).is(':checked')); }); $('#todoSelectB').on('click', function() { $('.todoGB').attr('checked', $(this).is(':checked')); });
See also :
http://damirfoy.com/iCheck/
https://github.com/damirfoy/iCheck/
Updated by Simon over 11 years ago
- Subject changed from Dashboard : PDF export to Dashboard : PDF export filter option on finalities/themes
Updated by Simon over 11 years ago
- Status changed from Nouveau to Fermé
- % Done changed from 0 to 100
Applied in changeset linea21|r2054.
Actions