My favorites
▼
|
Sign in
jmesa
Table Rendering API
Project Home
Downloads
Wiki
Issues
Source
Export to GitHub
READ-ONLY: This project has been
archived
. For more information see
this post
.
Search
Search within:
All issues
Open issues
New issues
Issues to verify
for
Advanced search
Search tips
Subscriptions
Issue
55
attachment: output.pdf
(7.4 KB)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<div class="jmesa" >
<table id="basic" border="0" cellpadding="0" cellspacing="0" class="table" width="600px" ><caption>Presidents</caption>
<thead>
<tr class="toolbar" >
<td colspan="5" >
<table border="0" cellpadding="0" cellspacing="1" >
<tr>
<td><img src="/jmesaWeb/images/table/firstPageDisabled.gif" style="border:0" alt="First" /></td>
<td><img src="/jmesaWeb/images/table/prevPageDisabled.gif" style="border:0" alt="Prev" /></td>
<td><a href="javascript:setPageToLimit('basic','2');onInvokeAction('basic','next_page')"><img src="/jmesaWeb/images/table/nextPage.gif" style="border:0" title="Next Page" alt="Next" /></a></td>
<td><a href="javascript:setPageToLimit('basic','4');onInvokeAction('basic','last_page')"><img src="/jmesaWeb/images/table/lastPage.gif" style="border:0" title="Last Page" alt="Last" /></a></td>
<td><img src="/jmesaWeb/images/table/separator.gif" style="border:0" alt="Separator" /></td>
<td><select name="maxRows" onchange="setMaxRowsToLimit('basic', this.options[this.selectedIndex].value);onInvokeAction('basic','max_rows')" >
<option value="12" selected="selected">12</option><option value="24" >24</option><option value="36" >36</option>
</select></td>
<td><img src="/jmesaWeb/images/table/separator.gif" style="border:0" alt="Separator" /></td>
<td><a href="javascript:setExportToLimit('basic','csv');onInvokeExportAction('basic','export')"><img src="/jmesaWeb/images/table/csv.gif" style="border:0" title="CSV Export" alt="csv" /></a></td>
<td><a href="javascript:setExportToLimit('basic','excel');onInvokeExportAction('basic','export')"><img src="/jmesaWeb/images/table/excel.gif" style="border:0" title="XLS Export" alt="excel" /></a></td>
<td><a href="javascript:setExportToLimit('basic','pdf');onInvokeExportAction('basic','export')"><img src="/jmesaWeb/images/table/pdf.gif" style="border:0" title="PDF Export" alt="pdf" /></a></td>
<td><img src="/jmesaWeb/images/table/separator.gif" style="border:0" alt="Separator" /></td>
<td><a href="javascript:onInvokeAction('basic','filter')"><img src="/jmesaWeb/images/table/filter.gif" style="border:0" title="Filter" alt="Filter" /></a></td>
<td><a href="javascript:removeAllFiltersFromLimit('basic');onInvokeAction('basic','clear')"><img src="/jmesaWeb/images/table/clear.gif" style="border:0" title="Clear" alt="Clear" /></a></td>
</tr>
</table>
</td>
</tr>
<tr class="filter" >
<td><div class="dynFilter" onclick="createDynFilter(this, 'basic','name.firstName')" ></div></td>
<td><div class="dynFilter" onclick="createDynFilter(this, 'basic','name.lastName')" ></div></td>
<td><div class="dynFilter" onclick="createDynFilter(this, 'basic','term')" ></div></td>
<td><div class="dynFilter" onclick="createDynFilter(this, 'basic','career')" ></div></td>
<td><div class="dynFilter" onclick="createDynFilter(this, 'basic','born')" ></div></td>
</tr>
<tr class="header" >
<td onmouseover="this.style.cursor='pointer'" onmouseout="this.style.cursor='default'" onclick="addSortToLimit('basic','0','name.firstName','asc');onInvokeAction('basic', 'sort')" >First Name</td>
<td onmouseover="this.style.cursor='pointer'" onmouseout="this.style.cursor='default'" onclick="addSortToLimit('basic','1','name.lastName','asc');onInvokeAction('basic', 'sort')" >Last Name</td>
<td onmouseover="this.style.cursor='pointer'" onmouseout="this.style.cursor='default'" onclick="addSortToLimit('basic','2','term','asc');onInvokeAction('basic', 'sort')" >Term</td>
<td onmouseover="this.style.cursor='pointer'" onmouseout="this.style.cursor='default'" onclick="addSortToLimit('basic','3','career','asc');onInvokeAction('basic', 'sort')" >Career</td>
<td onmouseover="this.style.cursor='pointer'" onmouseout="this.style.cursor='default'" onclick="addSortToLimit('basic','4','born','asc');onInvokeAction('basic', 'sort')" >Born</td>
</tr>
</thead>
<tbody class="tbody" >
<tr id="basic_row1" class="odd" onmouseover="this.className='highlight'" onmouseout="this.className='odd'" >
<td><a href="http://www.whitehouse.gov/history/presidents/">George</a></td>
<td>Washington</td>
<td>1789-1797</td>
<td>Soldier, Planter</td>
<td>02/1732</td>
</tr>
<tr id="basic_row2" class="even" onmouseover="this.className='highlight'" onmouseout="this.className='even'" >
<td><a href="http://www.whitehouse.gov/history/presidents/">John</a></td>
<td>Adams</td>
<td>1797-1801</td>
<td>Lawyer</td>
<td>10/1764</td>
</tr>
<tr id="basic_row3" class="odd" onmouseover="this.className='highlight'" onmouseout="this.className='odd'" >
<td><a href="http://www.whitehouse.gov/history/presidents/">Thomas</a></td>
<td>Jefferson</td>
<td>1801-09</td>
<td>Lawyer, Planter</td>
<td>04/1743</td>
</tr>
<tr id="basic_row4" class="even" onmouseover="this.className='highlight'" onmouseout="this.className='even'" >
<td><a href="http://www.whitehouse.gov/history/presidents/">James</a></td>
<td>Madison</td>
<td>1809-17</td>
<td>Lawyer</td>
<td>03/1751</td>
</tr>
<tr id="basic_row5" class="odd" onmouseover="this.className='highlight'" onmouseout="this.className='odd'" >
<td><a href="http://www.whitehouse.gov/history/presidents/">James</a></td>
<td>Monroe</td>
<td>1817-25</td>
<td>Lawyer</td>
<td>04/1758</td>
</tr>
<tr id="basic_row6" class="even" onmouseover="this.className='highlight'" onmouseout="this.className='even'" >
<td><a href="http://www.whitehouse.gov/history/presidents/">John</a></td>
<td>Adams</td>
<td>1825-29</td>
<td>Lawyer, Senator, Diplomat</td>
<td>07/1767</td>
</tr>
<tr id="basic_row7" class="odd" onmouseover="this.className='highlight'" onmouseout="this.className='odd'" >
<td><a href="http://www.whitehouse.gov/history/presidents/">Andrew</a></td>
<td>Jackson</td>
<td>1829-37</td>
<td>Lawyer, Soldier</td>
<td>03/1767</td>
</tr>
<tr id="basic_row8" class="even" onmouseover="this.className='highlight'" onmouseout="this.className='even'" >
<td><a href="http://www.whitehouse.gov/history/presidents/">Martin</a></td>
<td>Van Buren</td>
<td>1837-41</td>
<td>Lawyer</td>
<td>12/1782</td>
</tr>
<tr id="basic_row9" class="odd" onmouseover="this.className='highlight'" onmouseout="this.className='odd'" >
<td><a href="http://www.whitehouse.gov/history/presidents/">William Henry</a></td>
<td>Harrison</td>
<td>1841</td>
<td>Soldier</td>
<td>02/1773</td>
</tr>
<tr id="basic_row10" class="even" onmouseover="this.className='highlight'" onmouseout="this.className='even'" >
<td><a href="http://www.whitehouse.gov/history/presidents/">John</a></td>
<td>Tyler</td>
<td>1841-45</td>
<td>Lawyer</td>
<td>03/1790</td>
</tr>
<tr id="basic_row11" class="odd" onmouseover="this.className='highlight'" onmouseout="this.className='odd'" >
<td><a href="http://www.whitehouse.gov/history/presidents/">James</a></td>
<td>Polk</td>
<td>1845-49</td>
<td>Lawyer</td>
<td>11/1795</td>
</tr>
<tr id="basic_row12" class="even" onmouseover="this.className='highlight'" onmouseout="this.className='even'" >
<td><a href="http://www.whitehouse.gov/history/presidents/">Zachary</a></td>
<td>Taylor</td>
<td>1849-50</td>
<td>Soldier</td>
<td>06/1810</td>
</tr>
</tbody>
<tbody>
<tr class="statusBar" >
<td align="left" colspan="5" >Results 1 - 12 of 43.</td>
</tr>
</tbody>
</table>
</div>
<script type="text/javascript" >
addLimitToManager('basic');
setPageToLimit('basic','1');
setMaxRowsToLimit('basic','12');
</script>
Powered by
Google Project Hosting