Content - News Menu - Ressources Menu - Sitemap - Share your code - Code library - Reference
Formidable is part of the TYPO3 Project and is supported by Ameos
| path | data type | req | default | uobj | description |
|---|---|---|---|---|---|
| all |
This control has applied all the common properties of renderlet. See renderlet:* section for the complete list of common properties to use. | ||||
| available | renderlet | renderlet:LISTBOX |
Defines a renderlet:LISTBOX, the list of available items to choose from. You have to provide /data/items to fill it with your content. Example:
Note: the type of this renderlet is forced to LISTBOX | ||
| selected | renderlet | renderlet:LISTBOX |
Defines a renderlet:LISTBOX, the list of selected items. Just as for /available, you may customize any aspect of this renderlet. Note: the type of this renderlet is forced to LISTBOX | ||
| buttonUp | renderlet | renderlet:IMAGE |
Defines a renderlet:IMAGE representing the button that moves the selected items up in the list. Just as for /available, you may customize any aspect of this renderlet. You may even change the type of the renderlet. For instance, to make it a plain button instead of an image:
| ||
| buttonDown | renderlet | renderlet:IMAGE |
Defines a renderlet:IMAGE representing the button that moves the selected items down in the list. Just as for /buttonUp, you may customize any aspect of this renderlet. You may even change the type of the renderlet. | ||
| buttonTop | renderlet | renderlet:IMAGE |
Defines a renderlet:IMAGE representing the button that moves the selected items at the top of the list. Just as for /buttonUp, you may customize any aspect of this renderlet. You may even change the type of the renderlet. | ||
| buttonBottom | renderlet | renderlet:IMAGE |
Defines a renderlet:IMAGE representing the button that moves the selected items at the bottom of the list. Just as for /buttonUp, you may customize any aspect of this renderlet. You may even change the type of the renderlet. | ||
| buttonRemove | renderlet | renderlet:IMAGE |
Defines a renderlet:IMAGE representing the button that removes the selected items from the list. Just as for /buttonUp, you may customize any aspect of this renderlet. You may even change the type of the renderlet. | ||
| customRenderlet | renderlet |
Defines whatever additional renderlet you might need to enrich the SELECTOR. Just as for /buttonUp, you may customize any aspect of this renderlet. Note: You have to provide a type for this renderlet, as it does not define a default renderlet-type. Example adding an image with an attached onclick-event:
|
Provided by Ameos