Evolution #260
closed
Dashboard : PDF export filter option on finalities/themes
Added by Simon over 11 years ago.
Updated over 11 years ago.
Description
allow user to filter indicators by finalities or themes
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/
- Subject changed from Dashboard : PDF export to Dashboard : PDF export filter option on finalities/themes
- Status changed from Nouveau to Fermé
- % Done changed from 0 to 100
Also available in: Atom
PDF