Adobe 29180248 User Guide - Page 30

insertbar-changes, insertbar-insert, tags describe the category

Page 30 highlights

Contents None. Container This tag must be contained in an ftp-extension-map-changes tag. Example insertbar-changes Description Marks the beginning of changes to Insertbar.xml. Note that InsertBar.xml is automatically updated when objects are installed into Dreamweaver MX. Modifying the file explicitly from the MXI file is not required. Attributes None. Contents The insertbar-insert, insertbar-item-insert, and category tags describe the category to be inserted. The Extension Manager verifies only that the XML structure is valid. Container This tag must be contained in a configuration-changes tag. Example insertbar-insert Description Inserts the specified category at the end of file. Attributes insertBefore | insertAfter, {xml:lang} insertBefore | insertAfter = category_id of the existing category to insert before or after. You can specify only one of the two attributes; either insertBefore or insertAfter. 30 Packaging Extensions with Extension Manager CS5

  • 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

30
Packaging Extensions with Extension Manager CS5
Contents
None.
Container
This tag must be contained in an
ftp-extension-map-changes
tag.
Example
<ftp-extension-remove extension="JPG" />
insertbar-changes
Description
Marks the beginning of changes to Insertbar.xml. Note that InsertBar.xml is automatically
updated when objects are installed into Dreamweaver MX. Modifying the file explicitly from the
MXI file is not required.
Attributes
None.
Contents
The
insertbar-insert
,
insertbar-item-insert
,
and
category
tags describe the category
to be inserted. The Extension Manager verifies only that the XML structure is valid.
Container
This tag must be contained in a
configuration-changes
tag.
Example
<insertbar-changes>
<insertbar-insert insertBefore|insertAfter="
category_id
">
<category ...>
<
itemtype
.../>
</category>
</insertbar-insert>
<insertbar-remove id="
category_id
" />
<insertbar-item-insert
insertBefore|insertAfter|appendTo|prependTo="
category_or_item_id
"
category="
category_id
"> <
itemtype
.../>
</insertbar-item-insert>
<insertbaritem-remove id="
item_id
" />
</insertbar-changes>
insertbar-insert
Description
Inserts the specified category at the end of file.
Attributes
insertBefore | insertAfter, {xml:lang}
insertBefore | insertAfter =
category_id
of the existing category to insert before or after.
You can specify only one of the two attributes; either
insertBefore
or
insertAfter
.