From a0099fb03fb60de9194baaa20b306e8bcd3d388c Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Thu, 20 Oct 2016 08:37:06 +1300 Subject: [PATCH] Populate readonly/disabled manymany --- code/BasicFieldsTestPage.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/code/BasicFieldsTestPage.php b/code/BasicFieldsTestPage.php index 5a38878..ed8b707 100644 --- a/code/BasicFieldsTestPage.php +++ b/code/BasicFieldsTestPage.php @@ -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();