|
|
fl.reloadTools()
AvailabilityFlash
MX 2004.
DescriptionMethod;
rebuilds the Tools panel from the toolconfig.xml file. This method
is used only when creating extensible tools. Use this method when
you need to reload the Tools panel, for example, after modifying
the JSFL file that defines a tool that is already present in the
panel.
ExampleThe
following example is a one-line script that you can place in the
Commands folder. When you need to reload the Tools panel, run the
script from the Commands menu.
fl.reloadTools();
|