TextDirections

module uim.html;

import std.stdio; import std.string;

/* Class All Classes | Properties | Methods Inheritance Subclasses yii\bootstrap\BaseHtml, yii\bootstrap\Html, yii\helpers\Html Available since version 2.0 Source Code https://github.com/yiisoft/yii2/blob/master/framework/helpers/BaseHtml.php BaseHtml provides concrete implementation for yii\helpers\Html.

Do not use BaseHtml. Use yii\helpers\Html instead.

Public Properties Hide inherited properties

Property Type Description Defined By $attributeOrder array The preferred order of attributes in a tag. $dataAttributes array List of tag attributes that should be specially handled when their values are of array type. $voidElements array List of void elements (element name => 1)

Values

ValueMeaning
LeftToRight"ltr"
RightToLeft"rtl"
Auto"auto"

Meta