Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Click the Properties   icon for an application on the Application Home Page or on the Application Theme tab. 
  2. Click the arrow to display the Choose Theme dropdown. Application Themes will display as one of the choices under Themes in Current Application.  Designer themes will be listed under the designer's user id and the Global Themes category will list the three two global themes included in . 
  3. Select your customized theme.

...

This will apply your new theme to any new forms you create, but it won’t automatically change the theme for existing forms.  To update an existing form with your new theme, locate the desired form and click Edit. Click the toolbar at the top of the form to access the form properties on the left side of the Forms Designer.  Click the Style tab, and pick your customized theme from the Theme dropdown box. Custom themes, divided into Application and Designer theme categories, plus the three Global themes will be listed as choices.

Image RemovedImage Added

The theme can be selected dynamically via the form Url parameter _themeId. This parameter takes precedence over the theme selected at either the Application or in the Form itself as shown above. _themeId can be set to either than name of the theme, "Picasso Professional", as an example, or it can be set to the unique theme Id. You can find the Id via the Copy Link Location on the Edit button or theme name in the Themes tab.

...