Csactionparam - Adobe GoLive CS2 Programmer's Manual

Hide thumbs Also See for GoLive CS2:
Table of Contents

Advertisement

SDK Programmer's Guide

csactionparam

The <csactionparam> tag can be included in a <csactionclass> tag to define a parameter of the
action. You can include any number of parameters. The tag specifies a type of control to be included in the
Actions palette when this action is selected. The control allows the user to set the value of this parameter.
Syntax
<csactionparam name="
</csactionclass>
Attributes
name
type
default
In the examples, you might see an additional fourth parameter; this is obsolete and is now ignored.
Action menus which are included in a GLActionConditionParam or GLActionGroupParam only
display standard actions, not containers or conditions. An action that contains a parameter of this type
must have actiontype="2" .
The valid parameter types and the component that they add are shown in the following table.
Adobe GoLive CS2 SDK
paramName
Required. The name of this action. This appears in the Actions popup menu in the
Actions palette.
Required. One of the predefined parameter types. Each types adds an appropriate
component to the Actions palette when this action is selected, which can be used to set
the value of this parameter.
One of:
GLActionBoolParam
GLActionColorParam
GLActionConditionParam
GLActionEmbedParam
GLActionEnumParam
GLActionFloatParam
GLActionFormParam
GLActionFormFieldParam
GLActionFunctionParam
GLActionGroupParam
GLActionImageParam
GLActionLayerParam
GLActionLayerPosParam
GLActionNActionParam
GLActionNumParam
GLActionPlugInParam
GLActionSceneParam
GLActionStringParam
GLActionURLParam
GLActionXMLParam
Optional. A default value for the parameter.
controlType
" type="
" [default="
Extending GoLive Actions
value
"]>
161

Advertisement

Table of Contents
loading

Table of Contents