We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Represents an (un-)ordered list in HTML (ul/ol) Usefule if you want to bind AJAX to navigation which is often created as list.
Extends: Control » Renderable
Adds an item to the list.
Definition: public function AddItem($content, $id)
public function AddItem($content, $id)
Returns: static|null Created item or null if is_empty($content)
static|null
is_empty($content)
Parameters:
mixed $content Content to be added
mixed $content
string $id Optional id for the created item
string $id
Definition: public function __construct($id, $listType)
public function __construct($id, $listType)
Returns: NOT DOCUMENTED
string $id Id to be set
string $listType Type of list (ol|ul)
string $listType
There was an error while loading. Please reload this page.