some changes plus comments added

This commit is contained in:
ankitg
2010-07-07 00:31:53 +05:30
parent 55c310a24d
commit 10daf4da1b
2 changed files with 123 additions and 11 deletions

View File

@@ -1009,6 +1009,19 @@ function Table_onover(id_this,val)
}
}
/**
* This function builds object and adds them to history_array
* first it does a few checks on each object, then makes an object(where,rename,groupby,aggregate,orderby)
* then a new history object is made and finally all these history objects are addded to history_array[]
*
* @uses where()
* @uses history()
* @uses aggregate()
* @uses rename()
* @uses panel()
* @uses display()
**/
function add_object() {
var rel = document.getElementById('rel_opt');
var sum = 0;