From 579e77987c309c757b6207d08768eb20baf606c9 Mon Sep 17 00:00:00 2001 From: Eugene Tupikov Date: Thu, 28 May 2015 10:51:59 +0600 Subject: [PATCH] remove spaces --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 7f4c50e..06a7ad7 100644 --- a/README.md +++ b/README.md @@ -127,15 +127,15 @@ Each column in a row can has their own type. Widget supports: For using widget as column input you may use the following code: ```php - [ - 'name' => 'phone', - 'title' => 'Phone number', - 'type' => \yii\widgets\MaskedInput::className(), - 'options' => [ - 'class' => 'input-phone', - 'mask' => '999-999-99-99' - ] - ] +[ + 'name' => 'phone', + 'title' => 'Phone number', + 'type' => \yii\widgets\MaskedInput::className(), + 'options' => [ + 'class' => 'input-phone', + 'mask' => '999-999-99-99' + ] +] ``` ### JavaScript events