Pushes data into the Flex dialog box before calling designer.showFlexDialog().
If the macro script wants to set data inside the Flex dialog box,
it must call designer.setDialogString() with the data before starting
designer.showFlexDialog().
Syntaxdesigner.setDialogString ( STRING param1, STRING param2 )
Parameters
param1
|
A valid string representing the name of
the variable that the application built with Flex must look in with
its ExternalInterface call.
|
param2
|
A valid string representing the value of
sFieldName.
|
|
|
|