003 File Manager
Current Path:
/usr/local/www/sites/shared/phpmyadmin/js/designer
usr
/
local
/
www
/
sites
/
shared
/
phpmyadmin
/
js
/
designer
/
📁
..
📄
database.js
(4.21 KB)
📄
history.js
(27.86 KB)
📄
init.js
(1.83 KB)
📄
move.js
(73.13 KB)
📄
objects.js
(564 B)
📄
page.js
(5.25 KB)
Editing: objects.js
function PDFPage (db_name, page_descr, tbl_cords) { // no dot set the auto increment before put() in the database // issue #12900 // this.pg_nr = null; this.db_name = db_name; this.page_descr = page_descr; this.tbl_cords = tbl_cords; } function TableCoordinate (db_name, table_name, pdf_pg_nr, x, y) { // no dot set the auto increment before put() in the database // issue #12900 // this.id = null; this.db_name = db_name; this.table_name = table_name; this.pdf_pg_nr = pdf_pg_nr; this.x = x; this.y = y; }
Upload File
Create Folder