Visual WebGui Extensibility and Customization
August 06, 2009 :: 3572 Views :: Download PDF:

Learn how to extend, customize and enhance your Visual WebGui apps or extend your existing web apps with Visual WebGui capabilities:
- Customizing and branding your app’s look & feel
- Extending and enhancing existing controls
- Creating custom controls
- Wrapping in 3rd party ASP.NET based controls
- Inter-containment ASP.NET ⇔ Visual WebGui
- Interacting with additional (non .NET) technologies
Visual WebGui presents a set of ultimate tools to customize the UI look & feel and behaviors.
The point & click designer enables intuitive and hierarchic control over the look & feel of your controls organized as a class of type theme.
Available Tools:
- Hierarchic tree of controls – provides the ability to change the look & feel at any level.
- Images/Styles View – enables customizing images and styles of controls using a smart override mechanism.
- Resources View – enables editing any kinds of resource directly (i.e. JavaScript, CSS, XSLT/HTML, XAML etc.)
Read more...
Watch demo...
Visual WebGui developers can inherit any of the out-of-the-box controls and choose to customize them and add functionality or change their looks. The major customization options are:
- Overriding controls behavior
- Client JavaScript behavior
- Server C# behavior
- Changing controls layout (XSLT/HTML/XAML)
- Changins styles and additon animations (CSS/XAML)
Visual WebGui provides client and server methodology and services on top of which it is possible to create completely new controls.
Creating a new controls means that a set of elements have to be implemented according to the desired behaviors of the new control:
- Server side behavior (majority of the code)
- Client side behaviors
- Control’s layout (XSLT/HTML)
- Controls resources (images, styles etc)
- Design-time behavior
Visual WebGui provides an automatic 3rd party wrapper creator which makes it very easy to take any 3rd party controls of the large vendors and wrap it into Visual WebGui.
The automatic controls wrapper performs between 90%-100% of the wrapping process automatically for any common, large vendor components.
View tutorial...
Visual WebGui offers the ASP.NET FormBox control which enables ASP.NET based applications to contain Visual WebGui applications.
The opposite option is a Visual WebGui application being able to contain an ASP.NET application. This option is provided in the form of a control named AspPageBox in Visual WebGui
As a plain web based technology laid on web standards (HTTP communication protocol, XML transportation data, DHTML/CSS/JavaScript on the client browser), Visual WebGui enables full integration with any other web technologies:
Download PDF