start_collapsed_block($title = null)
Funkcija dolzhna stojatj pered kodom kotorij budet zakrivatsa
$title - prsto zagolovok
$title - prsto zagolovok
end_collapsed_block();
Zavershajet spisok elementov dlja povtorenija
Primer:
$this->start_collapsed_block("Collapsed block");
$this->text("field1", "Field 1", 20);
$this->text("field2", "Field 2", 20);
$this->text("field3", "Field 3", 20);
$this->text("field4", "Field 4", 20);
$this->end_collapsed_block();
$this->text("field1", "Field 1", 20);
$this->text("field2", "Field 2", 20);
$this->text("field3", "Field 3", 20);
$this->text("field4", "Field 4", 20);
$this->end_collapsed_block();
Result:

Onclick:

Основные базовые классы
Документы раздела