Project Style - Web Project Properties

Description

A default style can be defined in Web Project Properties that will be used by all components in your application.

images/project_style_web_project_properties.png

To use the default project style, set the style in your component to <ProjectStyle>.


					images/grid_builder_using_project_style.png

You can change the component styles of the grids as a bulk operation, using the Edit|Bulk Operation|Global Replace of component styles dialog.

images/replace_component_styles.png

You can also set a component style to <session:varname>. For example, if you set the style of a component to <session:var1>, then at runtime if session.var1 is set to 'GrOlive', the component style will be set to 'GrOlive'. If the session variable does not exist, the style will be set to <ProjectStyle>.

Video

This video shows how instead of hard coding the style used by each component in your project at Design Time, you can now set the style to <ProjectStyle>. The style used by the component is set in Web Project Properties.