Rev 1221 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1185 | werner | 1 | <form id="options-form" class="form-inline pull-right"> |
2 | Show: |
||
3 | <label for="api-show-inherited" class="checkbox"> |
||
4 | <input type="checkbox" id="api-show-inherited" checked> |
||
5 | Inherited |
||
6 | </label> |
||
7 | |||
8 | <label for="api-show-protected" class="checkbox"> |
||
9 | <input type="checkbox" id="api-show-protected"> |
||
10 | Protected |
||
11 | </label> |
||
12 | |||
13 | <label for="api-show-private" class="checkbox"> |
||
14 | <input type="checkbox" id="api-show-private"> |
||
15 | Private |
||
16 | </label> |
||
17 | <label for="api-show-deprecated" class="checkbox"> |
||
18 | <input type="checkbox" id="api-show-deprecated"> |
||
19 | Deprecated |
||
20 | </label> |
||
21 | |||
22 | </form> |
||
23 |