CMS  Version 3.9
article_picker.inc File Reference

Go to the source code of this file.

Variables

 $editor = $_GET["Editor"]
 
 $articlesByType
 
 $tree = new TreeControl("articles")
 
$tree width = "100%"
 
$tree height = "280"
 
$tree selectMode = "single"
 
foreach($articlesByType as $type=> $items) $script = $tree->writeScript()
 

Variable Documentation

◆ $articlesByType

$articlesByType
Initial value:
= GroupedQuery::create(Article, "ORDER BY title", "article_type")
->execute()
Defines the Article class.
Definition: article.inc:45

Definition at line 39 of file article_picker.inc.

◆ $editor

$editor = $_GET["Editor"]

Definition at line 37 of file article_picker.inc.

◆ $script

foreach ( $articlesByType as $type=> $items) $script = $tree->writeScript()

Definition at line 61 of file article_picker.inc.

◆ $tree

$tree = new TreeControl("articles")

Definition at line 42 of file article_picker.inc.

◆ height

$tree height = "280"

Definition at line 44 of file article_picker.inc.

◆ selectMode

$tree selectMode = "single"

Definition at line 45 of file article_picker.inc.

◆ width

$tree width = "100%"

Definition at line 43 of file article_picker.inc.