We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf73f3 commit 3e6ba3aCopy full SHA for 3e6ba3a
detail/DetailView.php
@@ -62,17 +62,17 @@ class DetailView extends \yii\widgets\DetailView
62
* @var string the mode for the Detail View when its initialized
63
*/
64
public $mode = self::MODE_VIEW;
65
-
66
- /**
67
- * @var string the horizontal alignment for the label column
68
- */
69
- public $hAlign = self::ALIGN_RIGHT;
70
71
/**
72
* @var integer the animation fade delay in microseconds when
73
* toggling between the view and edit modes.
74
75
public $fadeDelay = 800;
+
+ /**
+ * @var string the horizontal alignment for the label column
+ */
+ public $hAlign = self::ALIGN_RIGHT;
76
77
78
* @var string the vertical alignment for the label column
0 commit comments