I have been working for a year, busy working overtime, and I have not left anything. I changed my company and just got in touch with Coolite. I am completely self-exploring and sharing some of my learning experience over these days.
As the company currently uses coolite 0.8, this article is based on version 0.8.
Version 0.8 Online demo Portal: http://coolitetoolkit.51aspx.com/(occasionally faulty, recommended on local deployment)
Now the official website has been updated, version 0.8 download portal (with Demo): http://dl.vmall.com/c060uoa2ep
The main learning method of coolite controls is to read the official Demo. The basic usage of common controls has been covered by the official Demo. Let's explain it through a page I 've made over the past few days.
The basic interface is roughly as follows:
TextFile, ComboBox, DateField, and TextArea data controls are mainly used on this page. layout controls include Panel, TableLayout, CenterLayout, and CenterLayout, we will introduce the usage of these controls in the future.
After Coolite is installed, add the toolbar to:
Right-click the VS toolkit-> select Add tab-> name the tab Coolite-> right-click the added tab-> select item .. "-" Click Browse, find the directory for Coolite installation-"select Coolite. ext. web. when the dll is opened, the Coolite toolbox is successfully added to;
After creating a project, add the following reference on the apsx page:
<% @ Register Assembly = "Coolite. Ext. Web" Namespace = "Coolite. Ext. Web" TagPrefix = "ext" %>
Finally, perform the following configuration in web. config:
After adding it, you can start our Coolite journey.