on 2017 Nov 21 4:10 PM
hello,
I am unable to change the design to for example to Bold for the labels of my formelements in my form, the 3rd line in the code below
<f:FormContainer binding="{GETPLANT>/S_T001WSet('03')}">
<f:formElements>
<f:FormElement label="Warehouse Number">
<f:fields>
<Text text="{GETPLANT>DC}"/>
</f:fields>
</f:FormElement>
</f:formElements>
</f:FormContainer>
but with ui5 inspector, it is possible to change the design of the label :
So there must be a way to do it, any idea?
Request clarification before answering.
Try this. Source - ChatGPT
<f:FormElement>
<f:label>
<m:Label text="Label" design="Bold" />
</f:label>
<f:fields>
<m:Input value="Input">
</f:fields>
</f:FormElement>
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
89 | |
11 | |
9 | |
8 | |
7 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.