Project

General

Profile

« Previous | Next » 

Revision 5660

include scroll bars for the jsTrees

View differences:

index.jsp
87 87
			// make it a js tree
88 88
			$(function () {
89 89
				$("#" + divId)
90
					//bind calls here
90 91
					.jstree({
91 92
						"ui" : {
92 93
							"select_limit" : 1,
......
213 214
						<td>
214 215
							<input type="text" id="activeMeasurementsSearch" />
215 216
							<div class="select">
216
								<div name="activeMeasurements" id="activeMeasurements" multiple="multiple" size="5" style="width: 100%" onchange="initialize(this)">
217
								<div id="activeMeasurements" style="width: 100%; height: 100px; overflow: auto">
217 218
									<p>loading...</p>
218 219
								</div>
219 220
								<input type="hidden" class="value" name="activeMeasurementsValue" id="activeMeasurementsValue"/>
......
245 246
						<td>
246 247
							<input type="text" id="activeEntitiesSearch" />
247 248
							<div class="select">
248
								<div name="activeEntities" id="activeEntities" multiple="multiple" size="5" style="width: 216px" onchange="initialize(this)">
249
								<div id="activeEntities" style="width: 216px; height: 100px; overflow: auto">
249 250
									<p>loading...</p>
250 251
								</div>
251 252
								<input type="hidden" class="value" name="activeEntitiesValue" id="activeEntitiesValue"/>
......
275 276
						<td>
276 277
							<input type="text" id="activeCharacteristicsSearch" />
277 278
							<div class="select">
278
								<div name="activeCharacteristics" id="activeCharacteristics" multiple="multiple" size="5" style="width: 216px" onchange="initialize(this)">
279
								<div id="activeCharacteristics" style="width: 216px; height: 100px; overflow: auto">
279 280
									<p>loading...</p>
280 281
								</div>
281 282
								<input type="hidden" class="value" name="activeCharacteristicsValue" id="activeCharacteristicsValue"/>
......
305 306
						<td>
306 307
							<input type="text" id="activeProtocolsSearch" />
307 308
							<div class="select">
308
								<div name="activeProtocols" id="activeProtocols" multiple="multiple" size="5" style="width: 216px" onchange="initialize(this)">
309
								<div id="activeProtocols" style="width: 216px; height: 100px; overflow: auto">
309 310
									<p>loading...</p>
310 311
								</div>
311 312
								<input type="hidden" class="value" name="activeProtocolsValue" id="activeProtocolsValue" />

Also available in: Unified diff