From 8855814b5a4f5e30dbab9da9db6bb187d9036013 Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Thu, 26 Nov 2009 22:38:44 +0000 Subject: [PATCH] API CHANGE: removed deprecated ajax_render() method from CTF git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@93679 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- forms/ComplexTableField.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/forms/ComplexTableField.php b/forms/ComplexTableField.php index 5340e8485..c4ef0bb9b 100755 --- a/forms/ComplexTableField.php +++ b/forms/ComplexTableField.php @@ -318,18 +318,6 @@ JS; function Title() { return $this->addTitle ? $this->addTitle : parent::Title(); } - - /** - * Returns the content of this formfield without surrounding layout. Triggered by Javascript - * to update content after a DetailForm-save-action. - * - * @deprecated Use the field link itself, instead - Form/fields/TableFieldName - * @return String - */ - function ajax_render() { - user_error("Deprecated; access the field's root link instead", E_USER_NOTICE); - return $this->renderWith($this->template); - } /** * Calculates the number of columns needed for colspans