ProgressNS / nativescript-ui-feedback

This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Other
115 stars 21 forks source link

[RadDataForm] - labelWidth #1277

Closed acamenhas closed 5 years ago

acamenhas commented 5 years ago

Hi all, How can apply the labelWidth property in my VUE RadDataForm? Can you give me a small example? Thank you Artur

tsonevn commented 5 years ago

Hi @acamenhas You can add the labelWidth as follows:

<RadDataForm :source="album">
                <TKEntityProperty v-tkDataFormProperty name="bandName">
                    <TKPropertyEditor v-tkEntityPropertyEditor type="Text">
                        <TKPropertyEditorStyle v-tkPropertyEditorStyle
                            fillColor="#4db6ac" labelWidth="60"
                            labelFontStyle="red">
                        </TKPropertyEditorStyle>
                    </TKPropertyEditor>
                </TKEntityProperty>
            </RadDataForm>

For further how to related questions, please use StackOverflow.

support[bot] commented 5 years ago

:wave: @acamenhas, we use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please, use Stackoverflow to get help.