-
Notifications
You must be signed in to change notification settings - Fork 81
extensions extension config xml matrix
Mark Drew edited this page Jul 19, 2013
·
1 revision
Attribute | Description |
dynamic | This attribute contains a method name of the install.cfc. It can completely fill the form dynamically. The method receives the loaded ExtensionConfig CFC as an argument. |
Attribute | Description |
dynamic | This attribute contains a method name of the install.cfc. It can completely fill the step of the installation form dynamically. The method receives the loaded ExtensionStep CFC as an argument. |
label | Label of the step |
description | Description of the step |
Attribute | Description |
dynamic | This attribute contains a method name of the install.cfc. It can completely fill the group on a form step dynamically. The method receives the loaded ExtensionGroup CFC as an argument. |
label | Label of the group |
description | Description of the group |
Attribute | Description |
full-dynamic | This attribute contains a method name of the install.cfc. In contrary to the attribute dynamic, the method does not receive the current item as a parameter, but the parent group element (ExtensionGroup CFC). This allows inserting items in an existing group dynamically. |
dynamic | This attribute contains a method name of the install.cfc. It can completely fill the item of the group on a form step dynamically. The method receives the loaded ExtensionItem CFC as an argument. |
label | Label of the item |
description | Descritption of the item |
name | Name of the item |
type |
Type of the item. Valid values are:
|
value | Default value of the item. The default value can be defined in the body of the tag as well. |
Attribute | Description |
label | Label of the option |
description | Description of the option |
selected | Sets whether the option is selected or not. Valid values are true and false |
value | Default value of the item. The default value can be defined in the body of the tag as well. |
- Getting to know Railo Server
- Railo Server features & specifications
- Getting started with Railo Server
- Installation & configuration
- Railo Server Versions
- Developing with Railo Server
- Deploying Railo Server apps
- Managing Railo Server apps
- Railo Server Extensions
- Useful resources & further reading
- Developing & debugging Railo Server
- FAQs