Button Text Issue

Button Text Issue

Comments

  • Ver 4.0.10.41011

    I’ve got a form where I’ve got a mix of event and sub dialog buttons. The event buttons appear to obey the form font/size properly, but the sub dialog button does not. I’m also unable to manually change the sub dialog so things look funny.

    Thanks.

  • Hi,

    As a workaround, you can write a CSS for your SubDialog button. We have submitted a Dev ticket for this issue and it will be implemented in our next released build 4.0.11
    Here is a sample css for subdialog button:

    .buttonControl
    {
    font-family: Comic Sans MS;
    font-size: 14px;
    text-align: center;
    }

    Thank you.

Sign In or Register to comment.