Hello,
I want to use a label in a form, to put it above a textarea. I’m using this configuration:
{ type:"label", label: "E-Mailtext nach Link", align:'left'},
{ type:"textarea", id:'field_g', value: "Text", width:500, height:80},
My first question is, if the label element is supported in the form context, because it isnt’t documented in the form controls list (docs.dhtmlx.com/touch/doku.php?id=form_controls). But I tried it and it works
Mi second question, how can I align the label to the left side, because it comes with an width of 300px and center align.
Best regards
Horst Muerdter
CrossData-Tools