ajax_show_sentences.php
\file \brief Show sentences in edit_texts.php, etc.
Call: inc/ajax_show_sentences.php?... ... lang=[langid] ... language ... word=[word] ... word in lowercase ... ctl=[ctl] ... sentence js control
Tags
Table of Contents
Functions
- do_ajax_show_sentences() : string
- Return the sentences associated to this word.
Functions
do_ajax_show_sentences()
Return the sentences associated to this word.
do_ajax_show_sentences(int $langid, int $wid, string $word, string $ctl) : string
Parameters
- $langid : int
-
Language ID
- $wid : int
-
Word ID
- $word : string
-
Word translation
- $ctl : string
-
Path for the textarea of the sentence of the word being edited.