helpers\BaseHtml $attributeOrder

$attributeOrder public static property

The preferred order of attributes in a tag. This mainly affects the order of the attributes that are rendered by renderTagAttributes().

public static array $attributeOrder = ['type', 'id', 'class', 'name', 'value', 'href', 'src', 'action', 'method', 'selected', 'checked', 'readonly', 'disabled', 'multiple', 'size', 'maxlength', 'width', 'height', 'rows', 'cols', 'alt', 'title', 'rel', 'media']
doc_Yii
2016-10-30 17:04:48
Comments
Leave a Comment

Please login to continue.