Where to find documentation

You have two chm files installed, one for jQuery, other for jQueryMobile suite.
In the installation, the setup creates a shortcut in user menu.
This chm files are update versions of online reference documentation:
In Delphi/CB IDE at Design-Time, right click one of our components, and you will be forward to the plugin documentation site.
You soon will see that all the plugins options, events, and Client API that can be found in plugin documentation, are implemented in our components properties and methods, in a Delphi / C++ manner.
These options, are implementled by Option Classes, like TIWCGJQButtonOptions (property IWCGJQButton.JQButtonOptions), and the client API in its methods: IWCGJQButton.JQButtonOptions.Disable, for instance.
In the installation, the setup creates a shortcut in user menu.
This chm files are update versions of online reference documentation:
- http://www.cgdevtools.com/docs/_html
- Or go to cgdevtools page, and click Support - > On-line Documentation
In Delphi/CB IDE at Design-Time, right click one of our components, and you will be forward to the plugin documentation site.
You soon will see that all the plugins options, events, and Client API that can be found in plugin documentation, are implemented in our components properties and methods, in a Delphi / C++ manner.
These options, are implementled by Option Classes, like TIWCGJQButtonOptions (property IWCGJQButton.JQButtonOptions), and the client API in its methods: IWCGJQButton.JQButtonOptions.Disable, for instance.