We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8310f7f commit eb7f5d3Copy full SHA for eb7f5d3
Ajax/semantic/html/content/HtmlListItem.php
@@ -43,8 +43,10 @@ protected function initContent($content){
43
$this->setContent($content);
44
}
45
46
- public function addList($items=array()) {
+ public function addList($items=array(),$ordered=false) {
47
$list=new HtmlList("", $items);
48
+ if($ordered)
49
+ $list->setOrdered();
50
$list->setClass("list");
51
$this->content["list"]=$list;
52
return $list;
0 commit comments