How to set the Open attribute of AddItemFromStringAction
<Input Name="Open" RecipeArgument="XXX">
Do i have to write a Argument for this? I think it is too stupid. And i even can't find a easy way to write this argument. Maybe i am also too stupid.
xu ning Tuesday, December 11, 2007 11:23 AM
Hi Idior,
That action is a ConfigurableAction so, you can set the input arguments as attributes in the action declaration like this: <Action name="foo" type="AddItemFromString" Open="true">
hth jose.
Jose Escrich Tuesday, December 11, 2007 6:44 PM
Hi Idior,
That action is a ConfigurableAction so, you can set the input arguments as attributes in the action declaration like this: <Action name="foo" type="AddItemFromString" Open="true">