India seo web development website designer freelance

The toolbar definition file

A toolbar is simply a list of toolbar items, optionally separated by separators. Each toolbar item can be either a reference to an item using the itemref tag, a separator using the separator tag, or a complete toolbar item definition, as described in Toolbar item tags.

Each toolbar definition file starts with the following declarations:

<?xml version="1.0" encoding=" optional_encoding "?> <!DOCTYPE toolbarset SYSTEM "-////DWExtension toolbar 5.0">

If the encoding is omitted, defaults to the default encoding of the operating system.

After the declarations, the file consists of a single toolbarset tag, which contains any number of the following tags: toolbar , itemref , separator , include , and itemtype tags, where itemtype is a button , checkbutton , radiobutton , menubutton , dropdown , combobox , editcontrol , or colorpicker . The following example, which is an abbreviated excerpt from the toolbars.xml file, illustrates the hierarchy of tags in the toolbar file. The example substitutes ellipses (. . .) for the toolbar item attributes that are described in the following sections.

<?xml version="1.0"?> <!DOCTYPE toolbarset SYSTEM "-////DWExtension toolbar 5.0"> <toolbarset> <!-- main toolbar --> <toolbar id="DW_Toolbar_Main" label="Document"> <radiobutton id="DW_CodeView" . . ./> <radiobutton id="DW_SplitView" . . ./> <radiobutton id="DW_DesignView" . . ./> <separator/> <checkbutton id="DW_LiveDebug" . . ./> <checkbutton id="DW_LiveDataView" . . ./> <separator/> <editcontrol id="DW_SetTitle" . . ./> <menubutton id="DW_FileTransfer" . . ./> <menubutton id="DW_Preview" , , ,/> <separator/> <button id="DW_DocRefresh" . . ./> <button id="DW_Reference" . . ./> <menubutton id="DW_CodeNav" . . ./> <menubutton id="DW_ViewOptions" . . ./> </toolbar> </toolbarset>

The following section describes each of the toolbar tags.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117

India web developer website development India