Documentation

ajax_save_text_position.php

\file \brief Save text or audio position (Read Text Screen)

Call: inc/ajax_save_text_position.php?... ...textid=[textid]&position=[text position] ...textid=[textid]&audioposition=[audio position]

Tags
author

andreask7 andreask7@users.noreply.github.com

license

Unlicense http://unlicense.org/

link
https://hugofara.github.io/lwt/docs/html/ajax__save__setting_8php.html
since
1.6.0-fork

Table of Contents

Functions

save_text_position()  : void
Save the reading position of the text.
save_audio_position()  : void
Save the audio position in the text.

Functions

save_text_position()

Save the reading position of the text.

save_text_position(int $textid, int $position) : void
Parameters
$textid : int

Text ID

$position : int

Position in text to save

Tags
global

string $tbpref Database table prefix

save_audio_position()

Save the audio position in the text.

save_audio_position(int $textid, int $audioposition) : void
Parameters
$textid : int

Text ID

$audioposition : int

Audio position

Tags
global

string $tbpref Database table prefix


        
On this page

Search results