Sigma Visual Manual sigmasoft logo

Contents

How to change theme of my application

You are asumed that you know how to change theme of the builder. If you don't know, just click theme button at right top of builder, then chose your desired theme in the dropdown menu.

  • You need to specify theme name when page is loaded. Please follow these step.
  • Click any blank place of page. If your page is full of component, just click [Canvas], root of structure tree.
  • Click [onReady] and popup a code window.
  • Write the following codes in the window.

        function (com, threadid) {

            linb.UI.setTheme('aqua');

        }