Intersoft WebCombo Documentation
Optimized Page Output
See Also Send comments on this topic.
Intersoft WebCombo > WebCombo Features Overview > Features Added in WebCombo 4 > Optimized Page Output

Glossary Item Box

WebCombo introduces a default style concept to deliver optimal performance right out-of-the-box.

The default style feature offers the following benefits:

To learn more about Default style, see How-to: Enable Default Style for existing instance of WebCombo.

FAQ

FAQ: What does Default Style look like?

Please refer to New User Interface topic to see the look and feel of the Default Style.

 

FAQ: How can I continue to use "classic WebCombo style" for new instances of WebCombo controls?

You can continue to use classic style of WebCombo by applying the classic style from predefined style. When you do so, the Default Style feature will be automatically turned off. The styles definition will be embedded back to the control since WebCombo treats any predefined styles as custom style.

To apply classic style, please follow the steps below:

  1. Open the SmartTag Designer Panel.
  2. Click on Apply Predefined Style's dropdown under Styles category.



  3. Choose "Default Classic".

 

FAQ: Can I still apply other predefined style in WebCombo.NET 4.0?

In case that the Default Style does not look suitable to your web application, you can always choose to apply one of the predefined styles that come with WebCombo.NET.

To apply a predefined style, please follow the steps below:

  1. Open the SmartTag Designer Panel.
  2. Click on the Apply Predefined Style's dropdown under Styles category.

  3. Choose the desired predefined style to be applied.

 

FAQ: What is the difference between Default Style and Predefined Style?

Default Style is a new feature in WebCombo.NET version 4.0. It is different with Predefined Style.

Default Style feature marks the instance to use the default style that comes with WebCombo.NET 4.0. You are not recommended to customize any of the styles when using Default Style feature.

Predefined Styles is a list of styles that included in WebCombo.NET designated to help developer to easily achieve stylish look and feel. Predefined style is a physical file with ISL extension, and applied from Layout Manager. You can also apply predefined style from API at runtime.

See Also