Populate readonly/disabled manymany

This commit is contained in:
Ingo Schommer 2016-10-20 08:37:06 +13:00
parent 8a024fd39c
commit a0099fb03f

View File

@ -160,6 +160,22 @@ class BasicFieldsTestPage extends TestPage
);
}
public function Listbox_readonly() {
return $this->Listbox();
}
public function Listbox_disabled() {
return $this->Listbox();
}
public function CheckboxSet_readonly() {
return $this->CheckboxSet();
}
public function CheckboxSet_disabled() {
return $this->CheckboxSet();
}
public function getCMSFields()
{
$fields = parent::getCMSFields();