following html generated:
<textarea
readonly="true"
style="width:274px;" '=""
id="x1406173785413"
name="$textarea1"
class="webix_inp_textarea">Round 10 closed</textarea>
from:
view : 'textarea',
id : id.ROUND_STATUS,
width : 280,
height : 98,
readonly : true,
align : 'center',
label : 'Auction status',
labelAlign : 'center',
labelPosition : 'top'
Notes:
- the weird '="" in the html.
- even though ‘align’ was set to ‘center’, no text-align style attribute was actually set.