Hi,
If I have a center-aligned textarea with the title on top and set titleAlign to "left", I would expect the title to be left aligned. But it stays stubbornly in the center.
Andrew
Tested on IE10 and Firefox24
SmartClient Version: v9.0p_2013-09-09/Pro Deployment (built 2013-09-09)
If I have a center-aligned textarea with the title on top and set titleAlign to "left", I would expect the title to be left aligned. But it stays stubbornly in the center.
Andrew
Code:
isc.DynamicForm.create({
width: 300,
fields: [{
title:"Description",
type:"textArea",
align:"center",
titleOrientation:"top",
titleAlign:"left"}
]});
SmartClient Version: v9.0p_2013-09-09/Pro Deployment (built 2013-09-09)