General Internet Explorer extension framework:
This framework provides a general extension scheme for the side and bottom sides of Internet Explorer. We provide two sets of tag-based extension methods.
Each tag is described in a simple XML file. A typical description file is as follows:
<? XML version = "1.0" encoding = "UTF-8"?>
<Tangram
Bandfile = "tangram22.tdoc"
Tabcaption = "csdn">
</Tangram>
The bandfile attribute is used to specify the UI structure file corresponding to the tab. This file is designed by the visual designer we provide, and the tabcaption attribute specifies the tab title. Each group of extensions can support any number of tag extension pages. The description files of the side extension group are stored in
"Program files/Tangram/tangram#band/documentserver. appobj/bandinfo/vband"
Directory. The description file of the bottom edge extension group is stored in
"Program files/Tangram/tangram#band/documentserver. appobj/bandinfo/hband"
Directory. When IE is created, it automatically traverses the preceding directory and loads the associated extension pages for each description file.