Hi, using
isc.DynamicForm.addProperties({readOnlyDisplay:"static"});
to set readOnly layout to static also changed textAlign of DateTime.
How can I set the default textAlign of DateTime in static layout to left?
isc.StaticTextItem.addProperties({textAlign:"left", align:"left"}); did not work
Best regards
Johan
isc.DynamicForm.addProperties({readOnlyDisplay:"static"});
to set readOnly layout to static also changed textAlign of DateTime.
How can I set the default textAlign of DateTime in static layout to left?
isc.StaticTextItem.addProperties({textAlign:"left", align:"left"}); did not work
Best regards
Johan