|
Learning with Texts - Fork 2.4.0-fork
Learn foreign languages with texts
|
Launch an AJAX query to show imported terms. More...
Namespaces | |
| namespace | Lwt |
Functions | |
| get_imported_terms ($recno, $currentpage, $last_update) | |
| show_imported_terms ($last_update, $limit, $rtl) | |
| do_ajax_show_imported_terms ($last_update, $currentpage, $recno, $rtl) | |
Launch an AJAX query to show imported terms.
Call: inc/ajax_show_imported_terms?last_update=[last_update]&page=[page number]&count=[count]&rt=[rtl]
| do_ajax_show_imported_terms | ( | $last_update, | |
| $currentpage, | |||
| $recno, | |||
| $rtl | |||
| ) |
Show the imported terms.
| string | $last_update | Last update |
| int | $currentpage | Current number of the page |
| int | $recno | Number of record |
| bool | $rtl | True if this language is right-to-left |
| get_imported_terms | ( | $recno, | |
| $currentpage, | |||
| $last_update | |||
| ) |
Get the list of imported terms and start the display.
| int | $recno | Record number |
| int | $currentpage | Current page |
| string | $last_update | Last update |
| show_imported_terms | ( | $last_update, | |
| $limit, | |||
| $rtl | |||
| ) |
Show the imported terms.
| string | $last_update | Last update |
| string | $limit | SQL-formatted query to limit the number of results |