From 7547d2c2d1e32228f6d36434925bde821a396bb2 Mon Sep 17 00:00:00 2001 From: mark_story Date: Tue, 25 Oct 2011 20:33:55 -0400 Subject: [PATCH] Update doc block concerning plugins. Fixes #2146 --- lib/Cake/View/Helper/FormHelper.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/Cake/View/Helper/FormHelper.php b/lib/Cake/View/Helper/FormHelper.php index e88e86a0259..f4908b0aa5d 100644 --- a/lib/Cake/View/Helper/FormHelper.php +++ b/lib/Cake/View/Helper/FormHelper.php @@ -305,11 +305,12 @@ public function tagIsInvalid() { * will be appended. * - `onsubmit` Used in conjunction with 'default' to create ajax forms. * - `inputDefaults` set the default $options for FormHelper::input(). Any options that would - * be set when using FormHelper::input() can be set here. Options set with `inputDefaults` - * can be overridden when calling input() + * be set when using FormHelper::input() can be set here. Options set with `inputDefaults` + * can be overridden when calling input() * - `encoding` Set the accept-charset encoding for the form. Defaults to `Configure::read('App.encoding')` * - * @param string $model The model object which the form is being defined for + * @param string $model The model object which the form is being defined for. Should + * include the plugin name for plugin forms. e.g. `ContactManager.Contact`. * @param array $options An array of html attributes and options. * @return string An formatted opening FORM tag. * @link http://book.cakephp.org/2.0/en/core-libraries/helpers/form.html#options-for-create