From 50d4d93bdfb97adfc0bdc30de5f47df47d0ac258 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20H=C3=A4rtl?= Date: Wed, 16 Apr 2014 10:58:40 +0200 Subject: [PATCH] Add yii\bootstrap\ActiveForm to the bootstrap guide --- docs/guide/bootstrap-widgets.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/guide/bootstrap-widgets.md b/docs/guide/bootstrap-widgets.md index 85cefa4..082036f 100644 --- a/docs/guide/bootstrap-widgets.md +++ b/docs/guide/bootstrap-widgets.md @@ -6,7 +6,7 @@ Out of the box, Yii includes support for the [Bootstrap 3](http://getbootstrap.c The core of Bootstrap is represented by two parts: - CSS basics, such as a grid layout system, typography, helper classes, and responsive utilities. -- Ready to use components, such as menus, pagination, modal boxes, tabs etc. +- Ready to use components, such as forms, menus, pagination, modal boxes, tabs etc. Basics ------ @@ -33,6 +33,7 @@ Yii widgets Most complex bootstrap components are wrapped into Yii widgets to allow more robust syntax and integrate with framework features. All widgets belong to `\yii\bootstrap` namespace: +- [[yii\bootstrap\ActiveForm|ActiveForm]] - [[yii\bootstrap\Alert|Alert]] - [[yii\bootstrap\Button|Button]] - [[yii\bootstrap\ButtonDropdown|ButtonDropdown]]