function PDFPage(db_name, page_descr, tbl_cords) { 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) { 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; }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
designer_db.js | File | 4.22 KB | 0644 |
|
designer_objects.js | File | 384 B | 0644 |
|
designer_page.js | File | 5.23 KB | 0644 |
|
history.js | File | 28.04 KB | 0644 |
|
init.js | File | 1.33 KB | 0644 |
|
move.js | File | 69.99 KB | 0644 |
|