[ PHPXref.com ] [ Generated: Sun Jul 20 19:46:00 2008 ] [ phpMyAdmin 2.9.0.3 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/js/ -> querywindow.js (summary)

holds the browser query window

File Size: 340 lines (10 kb)
Included or required:0 times
Referenced: 1 time
Includes or requires: 0 files

Defines 17 functions

  setDb()
  setTable()
  refreshMain()
  refreshNavigation()
  addClass()
  removeClass()
  unmarkDbTable()
  markDbTable()
  setAll()
  reload_querywindow()
  focus_querywindow()
  insertQuery()
  open_querywindow()
  refreshQuerywindow()
  goTo()
  openDb()
  updateTableTitle()

Functions
Functions that are not part of a class:

setDb(new_db)   X-Ref
sets current selected db

param: string    db name

setTable(new_table)   X-Ref
sets current selected table (called from left.php)

param: string    table name

refreshMain(url)   X-Ref
No description

refreshNavigation()   X-Ref
No description

addClass(element, classname)   X-Ref
adds class to element


removeClass(element, classname)   X-Ref
removes class from element


unmarkDbTable(db, table)   X-Ref
No description

markDbTable(db, table)   X-Ref
No description

setAll( new_lang, new_collation_connection, new_server, new_db, new_table )   X-Ref
sets current selected server, table and db (called from libraries/footer.inc.php)


reload_querywindow( db, table, sql_query )   X-Ref
No description

focus_querywindow( sql_query )   X-Ref
brings query window to front and inserts query to be edited


insertQuery()   X-Ref
inserts query string into query window textarea
called from script tag in querywindow


open_querywindow( url )   X-Ref
No description

refreshQuerywindow( url )   X-Ref
No description

goTo(targeturl, target)   X-Ref
opens new url in target frame, with default beeing left frame
valid is 'main' and 'querywindow' all others leads to 'left'

param: string    targeturl    new url to load
param: string    target       frame where to load the new url

openDb(new_db)   X-Ref
No description

updateTableTitle( table_link_id, new_title )   X-Ref
No description



[ Powered by PHPXref - Served by Debian GNU/Linux ]