From 2b9b364c5bc5e3ac3795a60455d4c0ae4848f3be Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Tue, 26 Nov 2013 12:00:01 +0100 Subject: [PATCH] Update form.md Added example for not using field() http://www.yiiframework.com/forum/index.php/topic/49225-activeform-how-do-you-call-label-input-and-errors-individually/ --- docs/guide/form.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/guide/form.md b/docs/guide/form.md index d31d653..98672b9 100644 --- a/docs/guide/form.md +++ b/docs/guide/form.md @@ -88,3 +88,19 @@ customize the output, you can chain additional methods to this call: field($model, 'username')->textInput()->hint('Please enter your name')->label('Name') ?> ``` + +This will create all the `