Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Change skin to Enterprise in Smart Client Visual Builder

    Hi
    I am new to Smart Client and its visual builder. Can anyone please tell me how I can change the skin to Enterprise. I have created a page and its all in shades of blue. Do I need to change CSS Style of the HLayout(how can I do this) which holds the DynamicForm or do i need to change skin component wise?
    Thank You.

    #2
    You can add ?skin=Enterprise to Visual Builder to switch the skin used for previews. To switch the skin in an application built with Visual Builder, modify the loadISCTag in the genereated .jsp file to add skin="Enterprise"

    Comment

    Working...
    X