mirror of
https://github.com/silverstripe/silverstripe-frameworktest
synced 2024-10-22 11:06:02 +02:00
Populate readonly/disabled manymany
This commit is contained in:
parent
8a024fd39c
commit
a0099fb03f
@ -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()
|
public function getCMSFields()
|
||||||
{
|
{
|
||||||
$fields = parent::getCMSFields();
|
$fields = parent::getCMSFields();
|
||||||
|
Loading…
Reference in New Issue
Block a user