CMS  Version 3.9
library_link_list.inc File Reference

Go to the source code of this file.

Variables

 $link_library_id = checkNumeric($_GET["link_library_id"])
 
 $library = new LinkLibrary($link_library_id)
 
 $links = $library->Links("ORDER BY title, url")
 
 $table = new DataListView($links, "link_records")
 
$table dragText = "<span style='font-size: 10px'>Click and drag to reorder links</span>"
 
 $script = $table->writeScript()
 

Variable Documentation

◆ $library

$library = new LinkLibrary($link_library_id)

Definition at line 9 of file library_link_list.inc.

◆ $link_library_id

$link_library_id = checkNumeric($_GET["link_library_id"])

Definition at line 7 of file library_link_list.inc.

◆ $links

$links = $library->Links("ORDER BY title, url")

Definition at line 10 of file library_link_list.inc.

◆ $script

$script = $table->writeScript()

Definition at line 21 of file library_link_list.inc.

◆ $table

$table = new DataListView($links, "link_records")

Definition at line 12 of file library_link_list.inc.

◆ dragText

$table dragText = "<span style='font-size: 10px'>Click and drag to reorder links</span>"

Definition at line 19 of file library_link_list.inc.