<itemref/>
Description
Refers to (and includes in the current toolbar) a toolbar item that was defined either inside a previous toolbar or outside of all toolbars.
Attributes
id, {showIf}
id="id_reference"Required. Must be the ID of an item that was previously defined or included in the file. Adobe Dreamweaver does not allow forward references. If a toolbar item tag references an undefined ID, Adobe Dreamweaver reports an error and ignores the reference.showIf="script"Specifies that this item appears on the toolbar only if the specified script returns atruevalue. For example, you can useshowIfto show certain buttons only in a given application or only when a page is written in a server-side language such as ColdFusion, ASP, or JSP. If you do not specifyshowIf, the item always appears. Adobe Dreamweaver checks this property whenever the item's enabler runs; that is, according to the value of theupdateattribute. You should use this attribute sparingly. TheshowIfattribute can be used either in the item definition or in a reference to the item from a toolbar. If both the definition and the reference specify theshowIfattribute, Adobe Dreamweaver shows the item only if both conditions are true. TheshowIfattribute is equivalent to theshowIf()function in a command file.
Contents
None.
Container
The toolbar tag or the toolbarset tag.
Example
<itemref id="strikeout_button">