DIR : /home/kozerus/public_html/ko_center/js/jqgrid_demo35/speed.js.bak
/home/kozerus/public_html/ko_center/js/jqgrid_demo35
jQuery("#speed").jqGrid({
url:'bigset.php',
datatype: "json",
height: 255,
width: 600,
colNames:['Index','Name', 'Code'],
colModel:[
{name:'item_id',index:'item_id', width:65},
{name:'item',index:'item', width:150},
{name:'item_cd',index:'item_cd', width:100}
],
rowNum:200,
rowList:[100,200,300],
mtype: "POST",
rownumbers: true,
rownumWidth: 40,
gridview: true,
pager: '#speedp',
sortname: 'item_id',
viewrecords: true,
sortorder: "asc",
caption: "Using gridview mode",
gridComplete : function() {
var tm = jQuery("#speed").getGridParam('totaltime');
$("#speed_div").html(tm+" ms ");
}
});
//
koh5_pano
Drag mouse to navigate.
Navigation
- Left/Right Mouse drag: Changes camera heading.
- Up/Sown Mouse drag: Changes camera pitch.
- Scroll wheel: Changes camera field of view.
- I-Key: Displays Info panel with canvas size, image size and FPS.
17.Aug.2010, Martin Wengenmayer