Documentation

display_impr_text.php

\file \brief Display an improved annotated text (frame set)

Call: display_impr_text.php?text=[textid]

PHP version 8.1

Tags
category

User_Interface

author

LWT Project lwt-project@hotmail.com

license

Unlicense http://unlicense.org/

link
https://hugofara.github.io/lwt/docs/html/display__impr__text_8php.html
since
1.5.0

Table of Contents

Functions

do_mobile_display_impr_text()  : void
Make the page content to display printed texts on mobile.
do_desktop_display_impr_text()  : void
Make the main page content to display printed texts for desktop.
do_display_impr_text_page()  : void
Do the page to display printed text.

Functions

do_mobile_display_impr_text()

Make the page content to display printed texts on mobile.

do_mobile_display_impr_text(int $textid, string $audio) : void
Parameters
$textid : int

Text ID

$audio : string

Media URI

Tags
deprecated
since
2.2.0

This function should not longer be used, and should cause issues. Use do_desktop_display_impr_text instead.

do_desktop_display_impr_text()

Make the main page content to display printed texts for desktop.

do_desktop_display_impr_text(int $textid, string $audio) : void
Parameters
$textid : int

Text ID

$audio : string

Media URI

do_display_impr_text_page()

Do the page to display printed text.

do_display_impr_text_page(int $textid) : void
Parameters
$textid : int

Text ID

Tags
global

string $tbpref Database table prefix


        
On this page

Search results