Last updated on
Apr 27, 2021
Server components functions let you access the currently selected node of the Server Components tree control that appears in the Components panel. Using these functions, you can also refresh the view of the Components tree.
dreamweaver.serverComponents.getSelectedNode()
Availability
Dreamweaver MX.
Description
Returns the currently selected ComponentRec property in the Server Components tree control.
Arguments
None.
Returns
The ComponentRec property.
dreamweaver.serverComponents.refresh()
Availability
Dreamweaver MX.
Description
Refreshes the view of the Components tree.
Arguments
None.
Returns
Nothing.