SmartClient_v110p_2017-03-25_Pro
Hi,
I want to set the style of the text in a ButtonItem using component XML. I have tried the following, but it hasn't worked:
If I set baseStyle or cellStyle in this example then I get the expected result, but not titleStyle. How can I make this work?
Andrew
Hi,
I want to set the style of the text in a ButtonItem using component XML. I have tried the following, but it hasn't worked:
Code:
<DynamicForm width="300"> <fields> <field title="Click Me" type="button" titleStyle="cellopened"/> </fields> </DynamicForm>
Andrew
Comment