Hi,
Is it possible to have a consistent look and feel (style) when placing a TWebSideMenu, TMSFNCButton, TMSFNCEdit and TMSFNCDataGrid on a form?
If so how can this be done and used through the whole webapplication?
Hi,
Is it possible to have a consistent look and feel (style) when placing a TWebSideMenu, TMSFNCButton, TMSFNCEdit and TMSFNCDataGrid on a form?
If so how can this be done and used through the whole webapplication?
Hopefully someone can provide feedback on this topic
Look & feel of FNC components is controlled by the various color properties under Appearance, so, it comes down to configuring a color set that matches the look & feel of controls (like TWebSideMenu) that are rendered via HTML& CSS.
Thank you for the clarification.