Project

General

Profile

Actions

Evolution #260

closed

Dashboard : PDF export filter option on finalities/themes

Added by Simon almost 11 years ago. Updated over 10 years ago.

Status:
Fermé
Priority:
Normal
Assignee:
Category:
admin
Target version:
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

Actions #1

Updated by Simon almost 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/

Actions #2

Updated by Simon almost 11 years ago

  • Subject changed from Dashboard : PDF export to Dashboard : PDF export filter option on finalities/themes
Actions #3

Updated by Simon over 10 years ago

  • Status changed from Nouveau to Fermé
  • % Done changed from 0 to 100

Applied in changeset linea21|r2054.

Actions

Also available in: Atom PDF